@canonmsg/codex-plugin 0.13.1 → 0.13.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.
Files changed (2) hide show
  1. package/dist/host.js +1 -0
  2. package/package.json +3 -3
package/dist/host.js CHANGED
@@ -125,6 +125,7 @@ function buildCodexRuntimeDescriptor(input) {
125
125
  result: 'action_or_values',
126
126
  maxTimeoutMs: 30 * 60_000,
127
127
  blockKinds: ['summary', 'metricGrid', 'chart', 'table', 'list', 'callout', 'actions'],
128
+ actionFieldTypes: ['text', 'textarea', 'select', 'multiSelect', 'boolean'],
128
129
  native: true,
129
130
  },
130
131
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonmsg/codex-plugin",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
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": "^2.1.1",
33
- "@canonmsg/core": "^1.3.0"
32
+ "@canonmsg/agent-sdk": "^2.3.0",
33
+ "@canonmsg/core": "^1.6.0"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=18.0.0"