agent-teams-dashboard 0.8.2 → 0.9.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/README.md CHANGED
@@ -11,6 +11,7 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
11
11
  - **Team Overview** — Live status cards with status dots, progress bars, and member counts
12
12
  - **Agent Sessions** — Per-agent session grouping with expandable timeline
13
13
  - **Agent Sort Toggle** — Switch between time-sorted (default) and team-grouped view in Conversations mode
14
+ - **Session Resume** — Hover any session in Conversations mode → click `⎘` to copy `cd <path> && claude --resume <sessionId>` to clipboard
14
15
  - **Kanban Task Board** — Pending / In Progress / Completed columns
15
16
  - **Agent Activity Monitor** — Real-time messages and tool usage per agent
16
17
  - **WebSocket Streaming** — File system changes pushed to browser instantly
@@ -138,6 +139,8 @@ Without `AUTH_TOKEN`, the dashboard works exactly as before — no authenticatio
138
139
  | `PORT` | `3001` | Server port |
139
140
  | `AUTH_TOKEN` | _(unset)_ | Set to enable authentication |
140
141
  | `CORS_ORIGIN` | `*` | CORS `Access-Control-Allow-Origin` value |
142
+ | `HOST_HOME` | _(auto)_ | Host machine's home directory path (Docker: set automatically) |
143
+ | `HOST_HOME_MOUNT` | _(unset)_ | Container path where host home is mounted (Docker: `/host-home`) |
141
144
 
142
145
  ## Inspiration
143
146
 
package/README.zh-TW.md CHANGED
@@ -9,6 +9,7 @@
9
9
  - **雙側邊欄導航** — 三欄式佈局:TeamsPanel(可摺疊)→ AgentsPanel → MainPanel
10
10
  - **團隊總覽** — 即時狀態卡片,含 status dots、進度條、成員數
11
11
  - **Agent Sessions** — 按 agent 分組的 session 時間軸,可展開檢視
12
+ - **Session Resume** — 在 Conversations 模式 hover 任一 session → 點 `⎘` 複製 `cd <path> && claude --resume <sessionId>` 到剪貼簿
12
13
  - **看板式任務面板** — Pending / In Progress / Completed 三欄式任務追蹤
13
14
  - **Agent 活動監控** — 即時顯示每個 agent 的訊息與工具使用紀錄
14
15
  - **WebSocket 即時更新** — 檔案系統變更自動推送至瀏覽器
@@ -126,6 +127,8 @@ AUTH_TOKEN=your-secret-token CORS_ORIGIN=https://your-domain.com npm run server
126
127
  | `PORT` | `3001` | 伺服器埠號 |
127
128
  | `AUTH_TOKEN` | _(未設定)_ | 設定後啟用認證 |
128
129
  | `CORS_ORIGIN` | `*` | CORS `Access-Control-Allow-Origin` 值 |
130
+ | `HOST_HOME` | _(自動)_ | Host 機器的 home 目錄路徑(Docker 自動設定) |
131
+ | `HOST_HOME_MOUNT` | _(未設定)_ | Container 內 host home 的掛載路徑(Docker: `/host-home`) |
129
132
 
130
133
  ## 靈感來源
131
134