@birdybeep/cli 0.6.0 → 0.6.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.
package/dist/bin.cjs
CHANGED
|
@@ -1118,7 +1118,7 @@ async function pairTokenPoll(apiUrl, deviceCode, fetchImpl, machineFingerprint,
|
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
1120
|
// src/version.ts
|
|
1121
|
-
var CLI_VERSION = "0.6.
|
|
1121
|
+
var CLI_VERSION = "0.6.1".length > 0 ? "0.6.1" : "0.0.0";
|
|
1122
1122
|
|
|
1123
1123
|
// src/commands/setup.ts
|
|
1124
1124
|
var import_claude_code5 = require("@birdybeep/claude-code");
|
package/dist/bin.js
CHANGED
|
@@ -227,7 +227,7 @@ async function dispatch(argv, deps) {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
// src/version.ts
|
|
230
|
-
var CLI_VERSION = "0.6.
|
|
230
|
+
var CLI_VERSION = "0.6.1".length > 0 ? "0.6.1" : "0.0.0";
|
|
231
231
|
|
|
232
232
|
// src/commands/agent.ts
|
|
233
233
|
import { claudeCodeAdapter } from "@birdybeep/claude-code";
|
|
@@ -2138,4 +2138,4 @@ export {
|
|
|
2138
2138
|
buildCommands,
|
|
2139
2139
|
runCli
|
|
2140
2140
|
};
|
|
2141
|
-
//# sourceMappingURL=chunk-
|
|
2141
|
+
//# sourceMappingURL=chunk-SAUSKJDH.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -1142,7 +1142,7 @@ async function pairTokenPoll(apiUrl, deviceCode, fetchImpl, machineFingerprint,
|
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
1144
|
// src/version.ts
|
|
1145
|
-
var CLI_VERSION = "0.6.
|
|
1145
|
+
var CLI_VERSION = "0.6.1".length > 0 ? "0.6.1" : "0.0.0";
|
|
1146
1146
|
|
|
1147
1147
|
// src/commands/setup.ts
|
|
1148
1148
|
var import_claude_code5 = require("@birdybeep/claude-code");
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@birdybeep/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "The BirdyBeep CLI — pair your machine, install agent adapters, and stream coding-agent lifecycle events to BirdyBeep.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"uqr": "0.1.2",
|
|
35
|
-
"@birdybeep/agent-core": "0.6.
|
|
36
|
-
"@birdybeep/claude-code": "0.6.
|
|
37
|
-
"@birdybeep/codex": "0.6.
|
|
38
|
-
"@birdybeep/copilot": "0.6.
|
|
39
|
-
"@birdybeep/cursor": "0.6.
|
|
40
|
-
"@birdybeep/opencode": "0.6.
|
|
35
|
+
"@birdybeep/agent-core": "0.6.1",
|
|
36
|
+
"@birdybeep/claude-code": "0.6.1",
|
|
37
|
+
"@birdybeep/codex": "0.6.1",
|
|
38
|
+
"@birdybeep/copilot": "0.6.1",
|
|
39
|
+
"@birdybeep/cursor": "0.6.1",
|
|
40
|
+
"@birdybeep/opencode": "0.6.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@birdybeep/test-harness": "0.0.0"
|
|
File without changes
|