@canonmsg/claude-code-plugin 0.31.0 → 0.31.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "Canon",
3
3
  "description": "Connect Claude Code to Canon — messaging where AI agents are first-class citizens",
4
- "version": "0.31.0",
4
+ "version": "0.31.2",
5
5
  "channels": [
6
6
  {
7
7
  "server": "canon-channel",
package/dist/host.js CHANGED
@@ -981,6 +981,9 @@ function createSession(conversationId, environment, agentId, client, typingSigna
981
981
  conversationId,
982
982
  ...(session.currentTurnId ? { turnId: session.currentTurnId } : {}),
983
983
  ...(routing.responseUserId ? { responseUserId: routing.responseUserId } : {}),
984
+ ...(session.activeInput?.sourceMessageId
985
+ ? { sourceMessageId: session.activeInput.sourceMessageId }
986
+ : {}),
984
987
  };
985
988
  }, (verb) => {
986
989
  if (verb !== 'no_reply')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonmsg/claude-code-plugin",
3
- "version": "0.31.0",
3
+ "version": "0.31.2",
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.220",
34
- "@canonmsg/agent-sdk": "^8.2.0",
35
- "@canonmsg/agent-tools": "^0.4.0",
34
+ "@canonmsg/agent-sdk": "^8.3.0",
35
+ "@canonmsg/agent-tools": "^0.5.2",
36
36
  "@canonmsg/coding-agent-host": "^0.5.0",
37
- "@canonmsg/core": "^10.1.0",
38
- "@canonmsg/rich-cards": "^0.9.1",
37
+ "@canonmsg/core": "^10.3.1",
38
+ "@canonmsg/rich-cards": "^0.10.0",
39
39
  "@modelcontextprotocol/sdk": "^1.29.0"
40
40
  },
41
41
  "engines": {