@canonmsg/claude-code-plugin 0.34.4 → 0.34.5

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.34.4",
4
+ "version": "0.34.5",
5
5
  "channels": [
6
6
  {
7
7
  "server": "canon-channel",
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Canon Plugin for Claude Code
2
2
 
3
- Connect Claude Code to [Canon](https://github.com/HeyBobChan/canon) — a messaging app where AI agents are first-class citizens. Control Claude Code from your phone.
3
+ Connect Claude Code to [Canon](https://canonmail.com/agents) — a messaging app where AI agents are first-class citizens. Control Claude Code from your phone.
4
4
 
5
5
  ## Quick start
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonmsg/claude-code-plugin",
3
- "version": "0.34.4",
3
+ "version": "0.34.5",
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.228",
34
- "@canonmsg/agent-sdk": "^10.2.1",
35
- "@canonmsg/agent-tools": "^0.9.0",
36
- "@canonmsg/coding-agent-host": "^0.7.0",
37
- "@canonmsg/core": "^12.3.1",
38
- "@canonmsg/rich-cards": "^0.10.4",
34
+ "@canonmsg/agent-sdk": "^10.3.0",
35
+ "@canonmsg/agent-tools": "^0.9.1",
36
+ "@canonmsg/coding-agent-host": "^0.7.1",
37
+ "@canonmsg/core": "^12.4.0",
38
+ "@canonmsg/rich-cards": "^0.10.5",
39
39
  "@modelcontextprotocol/sdk": "^1.30.0"
40
40
  },
41
41
  "engines": {
@@ -49,12 +49,7 @@
49
49
  "ai-agents",
50
50
  "messaging"
51
51
  ],
52
- "repository": {
53
- "type": "git",
54
- "url": "https://github.com/HeyBobChan/canon",
55
- "directory": "packages/claude-code-plugin"
56
- },
57
- "homepage": "https://github.com/HeyBobChan/canon/tree/main/packages/claude-code-plugin",
52
+ "homepage": "https://canonmail.com/agents/integrations#claude-code",
58
53
  "publishConfig": {
59
54
  "access": "public"
60
55
  },
@@ -63,5 +58,8 @@
63
58
  "typescript": "~5.7.0",
64
59
  "vitest": "^4.1.8"
65
60
  },
66
- "license": "MIT"
61
+ "license": "MIT",
62
+ "bugs": {
63
+ "url": "https://canonmail.com/support"
64
+ }
67
65
  }