@actagent/acpx 2026.6.2 → 2026.6.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actagent/acpx",
3
- "version": "2026.6.2",
3
+ "version": "2026.6.3",
4
4
  "description": "ACTAgent ACP runtime backend with plugin-owned session and transport management.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,7 @@ type TestSessionStore = {
18
18
  };
19
19
 
20
20
  const DOCUMENTED_ACTAGENT_BRIDGE_COMMAND =
21
- "env ACTAGENT_HIDE_BANNER=1 ACTAGENT_SUPPRESS_NOTES=1 actagent acp --url ws://127.0.0.1:18789 --token-file ~/.actagent/gateway.token --session agent:main:main";
21
+ "env ACTAGENT_HIDE_BANNER=1 ACTAGENT_SUPPRESS_NOTES=1 actagent acp --url ws://127.0.0.1:19199 --token-file ~/.actagent/gateway.token --session agent:main:main";
22
22
  const CODEX_ACP_COMMAND = "npx @zed-industries/codex-acp@0.13.0";
23
23
  const CODEX_ACP_WRAPPER_COMMAND = `node "/tmp/actagent/acpx/codex-acp-wrapper.mjs"`;
24
24
  const CODEX_ACP_WRAPPER_COMMAND_WITH_LEASE = `${CODEX_ACP_WRAPPER_COMMAND} ${ACTAGENT_ACPX_LEASE_ID_ARG} lease-close ${ACTAGENT_GATEWAY_INSTANCE_ID_ARG} gateway-test`;