@birdybeep/cli 0.6.0 → 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/bin.cjs +80 -10
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-BY5MNQE3.js → chunk-6RIMM4RO.js} +86 -12
- package/dist/chunk-6RIMM4RO.js.map +1 -0
- package/dist/index.cjs +80 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-BY5MNQE3.js.map +0 -1
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@birdybeep/cli",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
36
|
-
"@birdybeep/claude-code": "0.
|
|
37
|
-
"@birdybeep/codex": "0.
|
|
38
|
-
"@birdybeep/copilot": "0.
|
|
39
|
-
"@birdybeep/cursor": "0.
|
|
40
|
-
"@birdybeep/opencode": "0.
|
|
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"
|