@automatalabs/acp-agents 0.36.0 → 0.36.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,4 +1,4 @@
1
- // ClaudeBackend — drives @agentclientprotocol/claude-agent-acp@0.65.0 (over the Claude
1
+ // ClaudeBackend — drives @agentclientprotocol/claude-agent-acp@0.66.0 (over the Claude
2
2
  // Agent SDK). Structured output rides the vendor `_meta.claudeCode` channel at session/new:
3
3
  // options.outputFormat = { type:"json_schema", schema } // the SDK's native constraint
4
4
  // emitRawSDKMessages = true // MANDATORY to READ the result
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automatalabs/acp-agents",
3
- "version": "0.36.0",
3
+ "version": "0.36.2",
4
4
  "license": "Apache-2.0",
5
5
  "engines": {
6
6
  "node": ">=22"
@@ -27,11 +27,11 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@agentclientprotocol/claude-agent-acp": "0.65.0",
30
+ "@agentclientprotocol/claude-agent-acp": "0.66.0",
31
31
  "@agentclientprotocol/sdk": "^1.3.0",
32
32
  "@modelcontextprotocol/sdk": "^1.29",
33
33
  "typebox": "1.3.2",
34
- "@automatalabs/codex-acp": "1.8.0",
34
+ "@automatalabs/codex-acp": "1.8.1",
35
35
  "@automatalabs/pi-acp": "0.4.0",
36
36
  "@automatalabs/shared-types": "0.29.1"
37
37
  },