agents-can-communicate 0.6.2 → 0.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/node_modules/@agents-can-communicate/adapter-antigravity/package.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-antigravity/plugin/plugin.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-antigravity/src/adapter.mjs +3 -3
- package/node_modules/@agents-can-communicate/adapter-claude-code/package.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-codex/package.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-gemini-cli/extension/gemini-extension.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-gemini-cli/package.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-gemini-cli/src/adapter.mjs +2 -2
- package/node_modules/@agents-can-communicate/adapter-grok/package.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-kimi/package.json +1 -1
- package/node_modules/@agents-can-communicate/adapter-kimi/src/adapter.mjs +2 -2
- package/node_modules/@agents-can-communicate/adapter-sdk/package.json +1 -1
- package/node_modules/@agents-can-communicate/cli/package.json +1 -1
- package/node_modules/@agents-can-communicate/core/package.json +1 -1
- package/node_modules/@agents-can-communicate/delivery-router/package.json +1 -1
- package/node_modules/@agents-can-communicate/hook-runner/package.json +1 -1
- package/node_modules/@agents-can-communicate/installer/package.json +1 -1
- package/node_modules/@agents-can-communicate/mcp-server/package.json +1 -1
- package/node_modules/@agents-can-communicate/protocol/package.json +1 -1
- package/node_modules/@agents-can-communicate/storage-filesystem/package.json +1 -1
- package/package.json +1 -1
|
@@ -84,9 +84,9 @@ export function createAntigravityAdapter() {
|
|
|
84
84
|
probeNativeDelivery, planNativeActivation, bindNativeSession, refreshNativeSession,
|
|
85
85
|
offerMessage,
|
|
86
86
|
deliveryFallback: { diagnostic:
|
|
87
|
-
`Antigravity CLI next-turn and live delivery are certified
|
|
88
|
-
+ "
|
|
89
|
-
+ "
|
|
87
|
+
`Antigravity CLI next-turn and live delivery are certified from ${ANTIGRAVITY_CLI_VERSION} `
|
|
88
|
+
+ "onward; live delivery also needs the agent to start ACC's relay once per conversation, "
|
|
89
|
+
+ "and an older client keeps durable acc inbox access" },
|
|
90
90
|
|
|
91
91
|
startSession: async () => ({ ok: true, changes: [], diagnostics: [] }),
|
|
92
92
|
|
|
@@ -52,8 +52,8 @@ export function createGeminiCliAdapter() {
|
|
|
52
52
|
delivery: { nextTurn: true },
|
|
53
53
|
},
|
|
54
54
|
deliveryFallback: { diagnostic:
|
|
55
|
-
"Gemini CLI next-turn delivery is certified
|
|
56
|
-
+ "
|
|
55
|
+
"Gemini CLI next-turn delivery is certified from 0.57.0 onward, on every platform; "
|
|
56
|
+
+ "an older client keeps durable acc inbox access, and live push is unavailable" },
|
|
57
57
|
|
|
58
58
|
startSession: async () => ({ ok: true, changes: [], diagnostics: [] }),
|
|
59
59
|
endSession: async () => ({ ok: true, changes: [], diagnostics: [] }),
|
|
@@ -41,8 +41,8 @@ export function createKimiAdapter() {
|
|
|
41
41
|
delivery: { nextTurn: true },
|
|
42
42
|
},
|
|
43
43
|
deliveryFallback: { diagnostic:
|
|
44
|
-
"Kimi Code next-turn delivery is certified
|
|
45
|
-
+ "
|
|
44
|
+
"Kimi Code next-turn delivery is certified from 0.36.1 onward, on every platform; "
|
|
45
|
+
+ "an older client keeps durable acc inbox access, and live push is unavailable" },
|
|
46
46
|
|
|
47
47
|
startSession: async () => ({ ok: true, changes: [], diagnostics: [] }),
|
|
48
48
|
heartbeat: async () => ({ ok: true, changes: [], diagnostics: [] }),
|