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.
Files changed (21) hide show
  1. package/node_modules/@agents-can-communicate/adapter-antigravity/package.json +1 -1
  2. package/node_modules/@agents-can-communicate/adapter-antigravity/plugin/plugin.json +1 -1
  3. package/node_modules/@agents-can-communicate/adapter-antigravity/src/adapter.mjs +3 -3
  4. package/node_modules/@agents-can-communicate/adapter-claude-code/package.json +1 -1
  5. package/node_modules/@agents-can-communicate/adapter-codex/package.json +1 -1
  6. package/node_modules/@agents-can-communicate/adapter-gemini-cli/extension/gemini-extension.json +1 -1
  7. package/node_modules/@agents-can-communicate/adapter-gemini-cli/package.json +1 -1
  8. package/node_modules/@agents-can-communicate/adapter-gemini-cli/src/adapter.mjs +2 -2
  9. package/node_modules/@agents-can-communicate/adapter-grok/package.json +1 -1
  10. package/node_modules/@agents-can-communicate/adapter-kimi/package.json +1 -1
  11. package/node_modules/@agents-can-communicate/adapter-kimi/src/adapter.mjs +2 -2
  12. package/node_modules/@agents-can-communicate/adapter-sdk/package.json +1 -1
  13. package/node_modules/@agents-can-communicate/cli/package.json +1 -1
  14. package/node_modules/@agents-can-communicate/core/package.json +1 -1
  15. package/node_modules/@agents-can-communicate/delivery-router/package.json +1 -1
  16. package/node_modules/@agents-can-communicate/hook-runner/package.json +1 -1
  17. package/node_modules/@agents-can-communicate/installer/package.json +1 -1
  18. package/node_modules/@agents-can-communicate/mcp-server/package.json +1 -1
  19. package/node_modules/@agents-can-communicate/protocol/package.json +1 -1
  20. package/node_modules/@agents-can-communicate/storage-filesystem/package.json +1 -1
  21. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-antigravity",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "acc",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Coordinate this Antigravity CLI session with other AI agent sessions working in the same workspace."
5
5
  }
@@ -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 for ${ANTIGRAVITY_CLI_VERSION} and `
88
- + "later stable releases on darwin-arm64; live delivery also needs the agent to start "
89
- + "ACC's relay once per conversation, and every other case keeps durable acc inbox access" },
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-claude-code",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-codex",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents-can-communicate",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Coordinate this Gemini CLI session with other AI agent sessions working in the same workspace.",
5
5
  "contextFileName": "skills/acc/SKILL.md"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-gemini-cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -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 only for 0.57.0 on darwin-arm64; "
56
- + "other or unknown versions keep durable acc inbox access, and live push is unavailable" },
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: [] }),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-grok",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-kimi",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -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 only for 0.36.1 on darwin-arm64; "
45
- + "other or unknown versions keep durable acc inbox access, and live push is unavailable" },
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: [] }),
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/adapter-sdk",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/core",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/delivery-router",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/hook-runner",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/installer",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/mcp-server",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/protocol",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-can-communicate/storage-filesystem",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents-can-communicate",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "accManagedUpdateProtocol": 2,
5
5
  "accStoreVersion": 6,
6
6
  "type": "module",