coxpit 5.7.0 → 5.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coxpit",
3
- "version": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "description": "Self-hosted cockpit for running a fleet of AI coding agents across your own machines — parallel worktree runs, live board, compare & merge, web terminal, design capture.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/board.ts CHANGED
@@ -882,7 +882,7 @@ ${ICON_SPRITE}
882
882
  <div class="ws"><span class="dot" id="wsdot"></span><span id="wstext">connecting</span></div>
883
883
  <button class="btn-ghost sm" id="bell" title="notify when a run settles"><svg class="ic"><use href="#i-bell-off"/></svg></button>
884
884
  <button class="btn-ghost sm" id="remoteBtn" title="reach this daemon from elsewhere (Tailscale · recipes)"><svg class="ic"><use href="#i-external-link"/></svg></button>
885
- <a class="cockpit-link" href="/cockpit" title="터미널 우선 셸 (preview)">◨ Cockpit</a>
885
+ <a class="cockpit-link" href="/cockpit" title="터미널 우선 셸 — 데스크톱 앱 기본 뷰">◨ Cockpit</a>
886
886
  <div class="machines" id="machines"></div>
887
887
  </header>
888
888
  <div class="scrim" id="scrim"></div>
package/src/cockpit.ts CHANGED
@@ -172,8 +172,7 @@ export const COCKPIT_HTML = /* html */ `<!doctype html>
172
172
  </div>
173
173
  <div class="right">
174
174
  <span class="ws" id="ws"><span class="dot"></span><span id="wstext">connecting</span></span>
175
- <span class="wip">preview · Phase 4</span>
176
- <a class="toggle" href="/">← Board</a>
175
+ <a class="toggle" href="/" title="보드(모니터) 뷰로">← Board</a>
177
176
  </div>
178
177
  </header>
179
178