agent-teams-dashboard 0.9.1 → 0.10.1
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 +3 -0
- package/README.zh-TW.md +3 -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 +285 -5
- package/dist/assets/index-DvTFxwhY.js +0 -51
package/README.md
CHANGED
|
@@ -7,11 +7,14 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
9
|
- **Dual-Sidebar Navigation** — Three-panel layout: TeamsPanel (collapsible) → AgentsPanel → MainPanel
|
|
10
|
+
- **Three Sidebar Modes** — Toggle the top-left switcher between **Teams**, **Convos**, and **Workflows**
|
|
10
11
|
- **Responsive Design** — Full RWD: mobile (drawer + tab bar), tablet (auto-collapsed sidebar), desktop (three-column)
|
|
11
12
|
- **Team Overview** — Live status cards with status dots, progress bars, and member counts
|
|
12
13
|
- **Agent Sessions** — Per-agent session grouping with expandable timeline
|
|
13
14
|
- **Agent Sort Toggle** — Switch between time-sorted (default) and team-grouped view in Conversations mode
|
|
14
15
|
- **Session Resume** — Hover any session in Conversations mode → click `⎘` to copy `cd <path> && claude --resume <sessionId>` to clipboard
|
|
16
|
+
- **Project Source Display** — Agent panel header shows the source project name; visible when navigating from search results or Conversations mode
|
|
17
|
+
- **Workflows View** — Browse [workflow](https://code.claude.com/docs/en/workflows) runs grouped by project: phase progress, sub-agents (expandable to their conversations), token/tool-call stats, result, and the run's script. Workflow sub-agents also surface in **Convos**, marked with a ⚙ icon.
|
|
15
18
|
- **Kanban Task Board** — Pending / In Progress / Completed columns
|
|
16
19
|
- **Agent Activity Monitor** — Real-time messages and tool usage per agent
|
|
17
20
|
- **WebSocket Streaming** — File system changes pushed to browser instantly
|
package/README.zh-TW.md
CHANGED
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
## 功能
|
|
8
8
|
|
|
9
9
|
- **雙側邊欄導航** — 三欄式佈局:TeamsPanel(可摺疊)→ AgentsPanel → MainPanel
|
|
10
|
+
- **三種側邊欄模式** — 左上角切換器可在 **Teams**、**Convos**、**Workflows** 之間切換
|
|
10
11
|
- **團隊總覽** — 即時狀態卡片,含 status dots、進度條、成員數
|
|
11
12
|
- **Agent Sessions** — 按 agent 分組的 session 時間軸,可展開檢視
|
|
12
13
|
- **Session Resume** — 在 Conversations 模式 hover 任一 session → 點 `⎘` 複製 `cd <path> && claude --resume <sessionId>` 到剪貼簿
|
|
14
|
+
- **顯示來源 Project** — Agent 面板 header 右側顯示所屬 project 名稱;從搜尋結果或 Conversations 模式進入時自動帶入
|
|
15
|
+
- **Workflows 檢視** — 依 project 分組瀏覽 [workflow](https://code.claude.com/docs/en/workflows) 執行紀錄:phases 進度、sub-agents(可展開看其對話)、token/tool-call 統計、result 與執行腳本。Workflow sub-agent 也會出現在 **Convos**,以 ⚙ 圖示標記。
|
|
13
16
|
- **看板式任務面板** — Pending / In Progress / Completed 三欄式任務追蹤
|
|
14
17
|
- **Agent 活動監控** — 即時顯示每個 agent 的訊息與工具使用紀錄
|
|
15
18
|
- **WebSocket 即時更新** — 檔案系統變更自動推送至瀏覽器
|