@cabane/companion 0.6.16 → 0.6.17
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/static/index.html +17 -10
- package/package.json +1 -1
package/dist/static/index.html
CHANGED
|
@@ -17,8 +17,18 @@
|
|
|
17
17
|
<header class="topbar">
|
|
18
18
|
<div class="brand">
|
|
19
19
|
<svg class="logo" viewBox="0 0 24 18" fill="none" aria-hidden="true">
|
|
20
|
-
<path
|
|
21
|
-
|
|
20
|
+
<path
|
|
21
|
+
d="M 1.26 16.74 L 12 1.26"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
stroke-width="2.52"
|
|
24
|
+
stroke-linecap="round"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M 12 1.26 L 22.74 16.74"
|
|
28
|
+
stroke="currentColor"
|
|
29
|
+
stroke-width="2.52"
|
|
30
|
+
stroke-linecap="round"
|
|
31
|
+
/>
|
|
22
32
|
</svg>
|
|
23
33
|
<span id="status-dot" class="dot dot--unknown" aria-hidden="true"></span>
|
|
24
34
|
<h1 id="status-title">Cabane Companion</h1>
|
|
@@ -39,9 +49,8 @@
|
|
|
39
49
|
<div id="harness-empty" class="harness-empty" hidden>
|
|
40
50
|
<p class="harness-empty-title">Cabane can’t run anything on this device yet.</p>
|
|
41
51
|
<p class="harness-empty-body">
|
|
42
|
-
Install and sign in to a harness — Claude Code, Codex, or opencode —
|
|
43
|
-
|
|
44
|
-
device have nothing to run on.
|
|
52
|
+
Install and sign in to a harness — Claude Code, Codex, or opencode — then it’ll appear
|
|
53
|
+
here as ready. Until then, agents assigned to this device have nothing to run on.
|
|
45
54
|
</p>
|
|
46
55
|
</div>
|
|
47
56
|
<ul id="harness-list" class="harness-list"></ul>
|
|
@@ -52,8 +61,8 @@
|
|
|
52
61
|
<h2>Connected workspaces <span id="connected-count" class="count"></span></h2>
|
|
53
62
|
<ul id="connected-list" class="ws-list"></ul>
|
|
54
63
|
<p id="connected-empty" class="empty" hidden>
|
|
55
|
-
No agents assigned yet. In a workspace, open Settings → Agents and assign
|
|
56
|
-
|
|
64
|
+
No agents assigned yet. In a workspace, open Settings → Agents and assign an agent to a
|
|
65
|
+
connector on this device.
|
|
57
66
|
</p>
|
|
58
67
|
</section>
|
|
59
68
|
|
|
@@ -104,9 +113,7 @@
|
|
|
104
113
|
</div>
|
|
105
114
|
</section>
|
|
106
115
|
|
|
107
|
-
<p class="version">
|
|
108
|
-
companion <span id="ver-companion">—</span>
|
|
109
|
-
</p>
|
|
116
|
+
<p class="version">companion <span id="ver-companion">—</span></p>
|
|
110
117
|
</main>
|
|
111
118
|
|
|
112
119
|
<div id="toast" class="toast" hidden></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabane/companion",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.17",
|
|
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",
|