@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 +1 -1
- package/src/runtime.test.ts +1 -1
package/package.json
CHANGED
package/src/runtime.test.ts
CHANGED
|
@@ -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:
|
|
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`;
|