@birdybeep/cli 0.6.1 → 0.7.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/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  parseGlobalFlags,
9
9
  requireValue,
10
10
  runCli
11
- } from "./chunk-SAUSKJDH.js";
11
+ } from "./chunk-6RIMM4RO.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.1",
3
+ "version": "0.7.0",
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.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"
35
+ "@birdybeep/agent-core": "0.7.0",
36
+ "@birdybeep/claude-code": "0.7.0",
37
+ "@birdybeep/codex": "0.7.0",
38
+ "@birdybeep/copilot": "0.7.0",
39
+ "@birdybeep/cursor": "0.7.0",
40
+ "@birdybeep/opencode": "0.7.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@birdybeep/test-harness": "0.0.0"