agent-teams-dashboard 0.9.0 → 0.10.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 +1 -0
- package/README.zh-TW.md +1 -0
- package/dist/assets/index-fOEtvF1J.js +52 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server-dist/server/teamsApi.js +17 -0
- package/server-dist/server/teamsCache.js +187 -5
- package/dist/assets/index-CoTjufQ-.js +0 -51
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
|
|
|
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
14
|
- **Session Resume** — Hover any session in Conversations mode → click `⎘` to copy `cd <path> && claude --resume <sessionId>` to clipboard
|
|
15
|
+
- **Project Source Display** — Agent panel header shows the source project name; visible when navigating from search results or Conversations mode
|
|
15
16
|
- **Kanban Task Board** — Pending / In Progress / Completed columns
|
|
16
17
|
- **Agent Activity Monitor** — Real-time messages and tool usage per agent
|
|
17
18
|
- **WebSocket Streaming** — File system changes pushed to browser instantly
|
package/README.zh-TW.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
- **團隊總覽** — 即時狀態卡片,含 status dots、進度條、成員數
|
|
11
11
|
- **Agent Sessions** — 按 agent 分組的 session 時間軸,可展開檢視
|
|
12
12
|
- **Session Resume** — 在 Conversations 模式 hover 任一 session → 點 `⎘` 複製 `cd <path> && claude --resume <sessionId>` 到剪貼簿
|
|
13
|
+
- **顯示來源 Project** — Agent 面板 header 右側顯示所屬 project 名稱;從搜尋結果或 Conversations 模式進入時自動帶入
|
|
13
14
|
- **看板式任務面板** — Pending / In Progress / Completed 三欄式任務追蹤
|
|
14
15
|
- **Agent 活動監控** — 即時顯示每個 agent 的訊息與工具使用紀錄
|
|
15
16
|
- **WebSocket 即時更新** — 檔案系統變更自動推送至瀏覽器
|