@agentproto/cli 0.10.0 → 0.11.1

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.
@@ -6,7 +6,7 @@ import matter from 'gray-matter';
6
6
  import { spawn } from 'child_process';
7
7
 
8
8
  /**
9
- * @agentproto/cli v0.10.0
9
+ * @agentproto/cli v0.11.1
10
10
  * The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
11
11
  */
12
12
  // Provide a real `require` in the ESM bundle. Some bundled deps (e.g.
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module';
2
2
  import { z } from 'zod';
3
3
 
4
4
  /**
5
- * @agentproto/cli v0.10.0
5
+ * @agentproto/cli v0.11.1
6
6
  * The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
7
7
  */
8
8
  // Provide a real `require` in the ESM bundle. Some bundled deps (e.g.
@@ -7,7 +7,7 @@ import { pathToFileURL } from 'url';
7
7
  import { z } from 'zod';
8
8
 
9
9
  /**
10
- * @agentproto/cli v0.10.0
10
+ * @agentproto/cli v0.11.1
11
11
  * The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
12
12
  */
13
13
  // Provide a real `require` in the ESM bundle. Some bundled deps (e.g.
@@ -1,7 +1,7 @@
1
1
  import { createRequire } from 'node:module';
2
2
 
3
3
  /**
4
- * @agentproto/cli v0.10.0
4
+ * @agentproto/cli v0.11.1
5
5
  * The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
6
6
  */
7
7
  // Provide a real `require` in the ESM bundle. Some bundled deps (e.g.
@@ -4,7 +4,7 @@ import { homedir } from 'os';
4
4
  import { join, dirname } from 'path';
5
5
 
6
6
  /**
7
- * @agentproto/cli v0.10.0
7
+ * @agentproto/cli v0.11.1
8
8
  * The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
9
9
  */
10
10
  // Provide a real `require` in the ESM bundle. Some bundled deps (e.g.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/cli",
3
- "version": "0.10.0",
3
+ "version": "0.11.1",
4
4
  "description": "@agentproto/cli — the `agentproto` binary. Install AIP-45 agent CLI adapters, run them locally, or expose them over a tunnel as a long-running daemon. Reference host for hermes / claude-code / opencode / gemini-cli / goose, all driven through @agentproto/driver-agent-cli.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -70,28 +70,29 @@
70
70
  "README.md"
71
71
  ],
72
72
  "dependencies": {
73
- "@clack/prompts": "^1.5.0",
74
- "@earendil-works/pi-tui": "^0.80.0",
75
- "@modelcontextprotocol/sdk": "^1.29.0",
73
+ "@clack/prompts": "^1.7.0",
74
+ "@earendil-works/pi-tui": "^0.83.0",
75
+ "@modelcontextprotocol/sdk": "^1.30.0",
76
76
  "ajv": "^8.20.0",
77
77
  "chalk": "^5.0.0",
78
78
  "cli-highlight": "^2.1.11",
79
79
  "gray-matter": "^4.0.3",
80
80
  "qrcode-terminal": "^0.12.0",
81
- "ws": "^8.20.0",
81
+ "ws": "^8.21.1",
82
82
  "zod": "^4.4.3",
83
- "@agentproto/acp": "0.6.0",
83
+ "@agentproto/acp": "0.7.0",
84
84
  "@agentproto/adapter-browser": "0.1.1",
85
- "@agentproto/auth": "0.2.0",
86
- "@agentproto/driver": "0.1.3",
87
- "@agentproto/driver-agent-cli": "2.0.1",
88
- "@agentproto/model-catalog": "0.6.0",
89
- "@agentproto/provider-kit": "0.3.0",
90
- "@agentproto/rendezvous": "0.2.0",
85
+ "@agentproto/auth": "1.0.0",
86
+ "@agentproto/driver": "0.2.0",
87
+ "@agentproto/driver-agent-cli": "2.1.0",
88
+ "@agentproto/model-catalog": "0.8.0",
89
+ "@agentproto/provider-kit": "0.4.1",
90
+ "@agentproto/rendezvous": "0.2.1",
91
91
  "@agentproto/runtime-profile-standard": "0.1.2",
92
- "@agentproto/sandbox-e2b": "0.2.1",
93
- "@agentproto/secrets": "0.2.1",
94
- "@agentproto/worktree": "0.4.2"
92
+ "@agentproto/sandbox-box": "0.2.1",
93
+ "@agentproto/sandbox-e2b": "0.3.1",
94
+ "@agentproto/secrets": "0.2.2",
95
+ "@agentproto/worktree": "0.5.0"
95
96
  },
96
97
  "optionalDependencies": {
97
98
  "node-pty": "^1.0.0"
@@ -102,18 +103,19 @@
102
103
  "tsup": "^8.5.1",
103
104
  "typescript": "^5.9.3",
104
105
  "vitest": "^3.2.4",
105
- "@agentproto/adapter-claude-code": "2.0.1",
106
- "@agentproto/adapter-claude-sdk": "0.4.2",
107
- "@agentproto/adapter-codex": "1.0.1",
108
- "@agentproto/adapter-hermes": "0.3.4",
109
- "@agentproto/adapter-mastra-agent": "0.2.1",
110
- "@agentproto/adapter-mastracode": "0.2.6",
111
- "@agentproto/adapter-mastracode-inprocess": "0.2.6",
112
- "@agentproto/adapter-openclaw": "0.1.7",
113
- "@agentproto/adapter-opencode": "1.0.1",
114
- "@agentproto/adapter-pi": "0.2.4",
115
- "@agentproto/agent-runtime": "0.1.1",
116
- "@agentproto/runtime": "1.1.0",
106
+ "@agentproto/adapter-claude-code": "2.1.1",
107
+ "@agentproto/adapter-claude-sdk": "0.5.1",
108
+ "@agentproto/adapter-codex": "2.0.0",
109
+ "@agentproto/adapter-gemini": "0.2.1",
110
+ "@agentproto/adapter-hermes": "0.4.1",
111
+ "@agentproto/adapter-mastra-agent": "0.3.1",
112
+ "@agentproto/adapter-mastracode": "0.3.1",
113
+ "@agentproto/adapter-mastracode-inprocess": "0.3.1",
114
+ "@agentproto/adapter-openclaw": "0.1.8",
115
+ "@agentproto/adapter-opencode": "1.1.1",
116
+ "@agentproto/adapter-pi": "0.3.1",
117
+ "@agentproto/agent-runtime": "0.1.2",
118
+ "@agentproto/runtime": "2.1.0",
117
119
  "@agentproto/tooling": "0.1.0-alpha.0"
118
120
  },
119
121
  "engines": {