fix(copilot): keep notifications visible and detect marker via message lookup
This commit is contained in:
@@ -36,7 +36,7 @@ export function createPluginInterface(args: {
|
||||
await handler(input, output)
|
||||
},
|
||||
|
||||
"chat.headers": createChatHeadersHandler(),
|
||||
"chat.headers": createChatHeadersHandler({ ctx }),
|
||||
|
||||
"chat.message": createChatMessageHandler({
|
||||
ctx,
|
||||
|
||||
Reference in New Issue
Block a user