fix(copilot): keep notifications visible and detect marker via message lookup

This commit is contained in:
Maxim Harizanov
2026-02-18 20:15:23 +02:00
parent 64e8e164aa
commit a85f7efb1d
4 changed files with 104 additions and 50 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function createPluginInterface(args: {
await handler(input, output)
},
"chat.headers": createChatHeadersHandler(),
"chat.headers": createChatHeadersHandler({ ctx }),
"chat.message": createChatMessageHandler({
ctx,