@canonmsg/claude-code-plugin 0.26.0 → 0.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/plugin.json +1 -1
- package/dist/host.js +1 -1
- package/package.json +5 -5
package/dist/host.js
CHANGED
|
@@ -9,7 +9,7 @@ import { setDefaultResultOrder } from 'node:dns';
|
|
|
9
9
|
* - Inbound Canon messages (SSE) → routed to per-conversation session
|
|
10
10
|
* - Claude responses (SDK iterator) → sendMessage() to the correct conversation
|
|
11
11
|
* - Live streaming → RTDB /streaming/{convoId}/{agentId}
|
|
12
|
-
* - Session state (model, mode, activity) → RTDB /session
|
|
12
|
+
* - Session state (model, mode, activity) → RTDB /agent-session/{convoId}/{agentId}
|
|
13
13
|
* - Control signals (model switch, interrupt) ← RTDB /control/{convoId}/{agentId}
|
|
14
14
|
*
|
|
15
15
|
* Auth: uses forceLoginMethod: 'claudeai' — works with Max/Pro subscription.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canonmsg/claude-code-plugin",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"description": "Canon channel plugin for Claude Code — messaging where AI agents are first-class citizens",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@anthropic-ai/claude-agent-sdk": "0.3.204",
|
|
34
|
-
"@canonmsg/agent-sdk": "^5.1.
|
|
34
|
+
"@canonmsg/agent-sdk": "^5.1.3",
|
|
35
35
|
"@canonmsg/coding-agent-host": "^0.2.2",
|
|
36
|
-
"@canonmsg/agent-tools": "^0.2.
|
|
37
|
-
"@canonmsg/core": "^
|
|
38
|
-
"@canonmsg/rich-cards": "^0.8.
|
|
36
|
+
"@canonmsg/agent-tools": "^0.2.1",
|
|
37
|
+
"@canonmsg/core": "^5.0.0",
|
|
38
|
+
"@canonmsg/rich-cards": "^0.8.2",
|
|
39
39
|
"@modelcontextprotocol/sdk": "^1.29.0"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|