@cabane/companion 0.6.0 → 0.6.2
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/README.md +63 -29
- package/dist/cli.js +662 -1823
- package/dist/pairing-config.js +29 -53
- package/dist/runtime.js +490 -1585
- package/dist/static/index.html +2 -3
- package/package.json +2 -2
package/dist/static/index.html
CHANGED
|
@@ -52,9 +52,8 @@
|
|
|
52
52
|
<h2>Connected workspaces <span id="connected-count" class="count"></span></h2>
|
|
53
53
|
<ul id="connected-list" class="ws-list"></ul>
|
|
54
54
|
<p id="connected-empty" class="empty" hidden>
|
|
55
|
-
No
|
|
56
|
-
|
|
57
|
-
<code>cabane-companion add</code> and paste the string when prompted.
|
|
55
|
+
No agents assigned yet. In a workspace, open Settings → Agents and assign
|
|
56
|
+
an agent to a connector on this device.
|
|
58
57
|
</p>
|
|
59
58
|
</section>
|
|
60
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabane/companion",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The Cabane Companion (headless): connect a coding agent on your machine to your Cabane workspace as a responder — drive work against your own codebase, files, and MCP servers without putting any of it in Cabane.",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"prepublishOnly": "pnpm build"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@anthropic-ai/claude-agent-sdk": "0.3.
|
|
31
|
+
"@anthropic-ai/claude-agent-sdk": "0.3.226",
|
|
32
32
|
"@hono/node-server": "1.19.14",
|
|
33
33
|
"@inquirer/prompts": "7.10.1",
|
|
34
34
|
"commander": "12.1.0",
|