@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.0".length > 0 ? "0.6.0" : "0.0.0";
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
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "./chunk-BY5MNQE3.js";
4
+ } from "./chunk-SAUSKJDH.js";
5
5
 
6
6
  // src/node-check.ts
7
7
  var MIN_NODE_MAJOR = 20;
@@ -227,7 +227,7 @@ async function dispatch(argv, deps) {
227
227
  }
228
228
 
229
229
  // src/version.ts
230
- var CLI_VERSION = "0.6.0".length > 0 ? "0.6.0" : "0.0.0";
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-BY5MNQE3.js.map
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.0".length > 0 ? "0.6.0" : "0.0.0";
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
@@ -8,7 +8,7 @@ import {
8
8
  parseGlobalFlags,
9
9
  requireValue,
10
10
  runCli
11
- } from "./chunk-BY5MNQE3.js";
11
+ } from "./chunk-SAUSKJDH.js";
12
12
  export {
13
13
  CLI_VERSION,
14
14
  EXIT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@birdybeep/cli",
3
- "version": "0.6.0",
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.0",
36
- "@birdybeep/claude-code": "0.6.0",
37
- "@birdybeep/codex": "0.6.0",
38
- "@birdybeep/copilot": "0.6.0",
39
- "@birdybeep/cursor": "0.6.0",
40
- "@birdybeep/opencode": "0.6.0"
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"