@agentproto/cli 0.1.2 → 0.1.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/dist/cli.mjs
CHANGED
|
@@ -29,7 +29,7 @@ import { SSEClientTransport } from '@modelcontextprotocol/sdk/client/sse.js';
|
|
|
29
29
|
import https from 'https';
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
* @agentproto/cli v0.1.
|
|
32
|
+
* @agentproto/cli v0.1.3
|
|
33
33
|
* The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
|
|
34
34
|
*/
|
|
35
35
|
var __defProp = Object.defineProperty;
|
|
@@ -9338,7 +9338,7 @@ ${color.dim}\u2500\u2500 shutting down (${signal}) \u2500\u2500${color.reset}
|
|
|
9338
9338
|
async function runOneTunnel(opts, gateway, announcedTools, spawnPty, signal, reconnectState) {
|
|
9339
9339
|
if (!opts.connect) throw new Error("runOneTunnel: --connect not set");
|
|
9340
9340
|
const headers = {
|
|
9341
|
-
"user-agent": `agentproto/${"0.1.
|
|
9341
|
+
"user-agent": `agentproto/${"0.1.3"}`
|
|
9342
9342
|
};
|
|
9343
9343
|
if (opts.token) headers.authorization = `Bearer ${opts.token}`;
|
|
9344
9344
|
const ws = new WebSocket2(opts.connect, { headers });
|
|
@@ -11781,7 +11781,7 @@ async function main(argv) {
|
|
|
11781
11781
|
const verbIdx = argv.findIndex((a) => VERBS.has(a));
|
|
11782
11782
|
if (verbIdx === -1) {
|
|
11783
11783
|
if (argv.includes("--version") || argv.includes("-v")) {
|
|
11784
|
-
process.stdout.write(`agentproto ${"0.1.
|
|
11784
|
+
process.stdout.write(`agentproto ${"0.1.3"}
|
|
11785
11785
|
`);
|
|
11786
11786
|
return 0;
|
|
11787
11787
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/
|
|
|
26
26
|
import { SSEClientTransport } from '@modelcontextprotocol/sdk/client/sse.js';
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* @agentproto/cli v0.1.
|
|
29
|
+
* @agentproto/cli v0.1.3
|
|
30
30
|
* The `agentproto` binary — install / run / serve AIP-45 agent CLIs.
|
|
31
31
|
*/
|
|
32
32
|
|
|
@@ -7071,7 +7071,7 @@ ${color.dim}\u2500\u2500 shutting down (${signal}) \u2500\u2500${color.reset}
|
|
|
7071
7071
|
async function runOneTunnel(opts, gateway, announcedTools, spawnPty, signal, reconnectState) {
|
|
7072
7072
|
if (!opts.connect) throw new Error("runOneTunnel: --connect not set");
|
|
7073
7073
|
const headers = {
|
|
7074
|
-
"user-agent": `agentproto/${"0.1.
|
|
7074
|
+
"user-agent": `agentproto/${"0.1.3"}`
|
|
7075
7075
|
};
|
|
7076
7076
|
if (opts.token) headers.authorization = `Bearer ${opts.token}`;
|
|
7077
7077
|
const ws = new WebSocket(opts.connect, { headers });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"ws": "^8.20.0",
|
|
76
76
|
"zod": "^4.4.3",
|
|
77
77
|
"@agentproto/acp": "0.1.0",
|
|
78
|
-
"@agentproto/driver": "0.1.
|
|
78
|
+
"@agentproto/driver": "0.1.1",
|
|
79
79
|
"@agentproto/driver-agent-cli": "0.1.1",
|
|
80
80
|
"@agentproto/runtime-profile-standard": "0.1.0"
|
|
81
81
|
},
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@agentproto/adapter-claude-code": "0.1.0-alpha.0",
|
|
92
92
|
"@agentproto/adapter-hermes": "0.1.0-alpha.0",
|
|
93
93
|
"@agentproto/agent-runtime": "0.1.0-alpha.0",
|
|
94
|
-
"@agentproto/runtime": "0.1.
|
|
94
|
+
"@agentproto/runtime": "0.1.1",
|
|
95
95
|
"@agentproto/tooling": "0.1.0-alpha.0"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|