agent-teams-dashboard 0.5.1 → 0.7.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 +2 -2
- package/README.zh-TW.md +2 -2
- package/dist/assets/index-C9XwIuk7.js +51 -0
- package/dist/assets/index-DcideZ3N.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/server-dist/server/search.js +194 -0
- package/server-dist/server/teamsApi.js +27 -0
- package/dist/assets/index-D1kk2eFO.css +0 -1
- package/dist/assets/index-umHLMto-.js +0 -51
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
|
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
|
-
- **Dual-Sidebar Navigation** — Three-panel layout: TeamsPanel → AgentsPanel → MainPanel
|
|
9
|
+
- **Dual-Sidebar Navigation** — Three-panel layout: TeamsPanel (collapsible) → AgentsPanel → MainPanel
|
|
10
10
|
- **Team Overview** — Live status cards with status dots, progress bars, and member counts
|
|
11
11
|
- **Agent Sessions** — Per-agent session grouping with expandable timeline
|
|
12
12
|
- **Kanban Task Board** — Pending / In Progress / Completed columns
|
|
@@ -18,7 +18,7 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
|
|
|
18
18
|
```
|
|
19
19
|
┌──────────────┬────────────────┬──────────────────────┐
|
|
20
20
|
│ TeamsPanel │ AgentsPanel │ MainPanel │
|
|
21
|
-
│ (
|
|
21
|
+
│ (collapsible)│ (260px) │ (flex: 1) │
|
|
22
22
|
└──────────────┴────────────────┴──────────────────────┘
|
|
23
23
|
```
|
|
24
24
|
|
package/README.zh-TW.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## 功能
|
|
8
8
|
|
|
9
|
-
- **雙側邊欄導航** — 三欄式佈局:TeamsPanel
|
|
9
|
+
- **雙側邊欄導航** — 三欄式佈局:TeamsPanel(可摺疊)→ AgentsPanel → MainPanel
|
|
10
10
|
- **團隊總覽** — 即時狀態卡片,含 status dots、進度條、成員數
|
|
11
11
|
- **Agent Sessions** — 按 agent 分組的 session 時間軸,可展開檢視
|
|
12
12
|
- **看板式任務面板** — Pending / In Progress / Completed 三欄式任務追蹤
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
```
|
|
19
19
|
┌──────────────┬────────────────┬──────────────────────┐
|
|
20
20
|
│ TeamsPanel │ AgentsPanel │ MainPanel │
|
|
21
|
-
│ (
|
|
21
|
+
│ (collapsible)│ (260px) │ (flex: 1) │
|
|
22
22
|
└──────────────┴────────────────┴──────────────────────┘
|
|
23
23
|
```
|
|
24
24
|
|