@automatalabs/acp-agents 0.3.0 → 0.4.0

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,6 +1,6 @@
1
1
  // CodexBackend — drives the installed npm dep @automatalabs/codex-acp, a published fork of
2
2
  // @agentclientprotocol/codex-acp that bakes in the outputSchema patch. The patch forwards
3
- // request._meta["agentprism/outputSchema"] into the Codex App Server's turn/start.outputSchema,
3
+ // request._meta["outputSchema"] into the Codex App Server's turn/start.outputSchema,
4
4
  // which the shipped @openai/codex binary honors end-to-end as an OpenAI Responses-API STRICT
5
5
  // constraint on the final assistant message. So the schema rides per-PROMPT `_meta` (not
6
6
  // session/new), normalized to OpenAI strict rules first. Output needs no special channel: the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automatalabs/acp-agents",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "dependencies": {
27
27
  "@agentclientprotocol/sdk": "1.0.0",
28
28
  "@agentclientprotocol/claude-agent-acp": "0.53.0",
29
- "@automatalabs/codex-acp": "1.1.0",
29
+ "@automatalabs/codex-acp": "1.2.0",
30
30
  "typebox": "1.3.2",
31
- "@automatalabs/shared-types": "0.2.0"
31
+ "@automatalabs/shared-types": "0.3.0"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "tsc -b",