agenthud 0.7.0 → 0.7.2
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 -3
- package/dist/index.js +14 -3952
- package/dist/main-I7XDIQE3.js +4104 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -156,15 +156,15 @@ Shows activity from your other Claude Code projects:
|
|
|
156
156
|
|
|
157
157
|
```
|
|
158
158
|
┌─ Other Sessions ─────────────────────────────────────┐
|
|
159
|
-
│
|
|
159
|
+
│ dotfiles, pain-radar, myapp +4 | * 1 active │
|
|
160
160
|
│ │
|
|
161
|
-
│
|
|
161
|
+
│ * dotfiles (2m ago) │
|
|
162
162
|
│ "Updated the config file as requested..." │
|
|
163
163
|
└──────────────────────────────────────────────────────┘
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
- **Project names**: Shows up to 3 recent projects, +N for more
|
|
167
|
-
- **Active indicator**:
|
|
167
|
+
- **Active indicator**: `*` active (within 5 min), `o` inactive
|
|
168
168
|
- **Last message**: Most recent assistant response from that session
|
|
169
169
|
|
|
170
170
|
## Keyboard
|