@intentic/acp-bridge 1.308.2 → 1.310.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/acp-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.310.0",
|
|
4
4
|
"description": "ACP agent bridge for intentic, drive the agents in your intentic sandbox (Claude, Codex, Grok, any ACP agent) from Zed, JetBrains, or any ACP editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@agentclientprotocol/sdk": "1.3.0",
|
|
24
|
-
"@intentic/constants": "1.
|
|
25
|
-
"@intentic/local-agent": "1.
|
|
26
|
-
"@intentic/sandbox-contract": "1.
|
|
24
|
+
"@intentic/constants": "1.310.0",
|
|
25
|
+
"@intentic/local-agent": "1.310.0",
|
|
26
|
+
"@intentic/sandbox-contract": "1.310.0",
|
|
27
27
|
"tslib": "2.8.1",
|
|
28
28
|
"zod": "4.5.4"
|
|
29
29
|
},
|