agenthud 0.5.7 → 0.5.8
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 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,27 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Terminal dashboard for AI agent development.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
┌─ Claude ─────────────────────────────────────────────────────┐
|
|
7
|
-
│ [10:30:00] > User: Show me the project structure │
|
|
8
|
-
│ [10:30:05] * Glob: src/**/*.ts │
|
|
9
|
-
│ [10:30:10] ○ Read: package.json │
|
|
10
|
-
│ [10:30:15] < Response: Here's the project structure... │
|
|
11
|
-
│ [10:30:20] $ Bash: npm run test │
|
|
12
|
-
│ [10:30:25] ~ Edit: src/index.ts │
|
|
13
|
-
└──────────────────────────────────────────────────────────────┘
|
|
14
|
-
|
|
15
|
-
┌─ Git ────────────────────────────────────────────────────────┐
|
|
16
|
-
│ main · +1068 -166 · 12 commits · 23 files │
|
|
17
|
-
│ • 1d00dc0 refactor: rename project from agent-dashboa... │
|
|
18
|
-
│ • 3529727 fix: Decisions separator line width now mat... │
|
|
19
|
-
│ • d7652c4 fix: use proper box character for Decisions... │
|
|
20
|
-
└──────────────────────────────────────────────────────────────┘
|
|
21
|
-
|
|
22
|
-
┌─ Tests ──────────────────────────────────────────────────────┐
|
|
23
|
-
│ ✓ 301 passed · 3fd7988 │
|
|
24
|
-
└──────────────────────────────────────────────────────────────┘
|
|
25
|
-
```
|
|
5
|
+

|
|
26
6
|
|
|
27
7
|
## Install
|
|
28
8
|
```bash
|
package/package.json
CHANGED