@canonmsg/codex-plugin 0.9.6 → 0.9.7

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.
Files changed (2) hide show
  1. package/dist/host.js +1 -0
  2. package/package.json +3 -3
package/dist/host.js CHANGED
@@ -615,6 +615,7 @@ export async function main() {
615
615
  metadata: {
616
616
  turnSemantics: 'turn_complete',
617
617
  turnComplete: true,
618
+ replyBehavior: 'suppress_auto_reply',
618
619
  },
619
620
  }).catch(() => { });
620
621
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonmsg/codex-plugin",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "Canon host integration for Codex CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "prepack": "npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@canonmsg/agent-sdk": "^1.1.0",
33
- "@canonmsg/core": "^0.15.2"
32
+ "@canonmsg/agent-sdk": "^1.1.2",
33
+ "@canonmsg/core": "^0.15.4"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=18.0.0"