imcodes 2026.3.80 → 2026.3.81
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,8 +38,10 @@ This is a personal project. I haven't written any code myself — it was built a
|
|
|
38
38
|
- **Multi-server, multi-session** — Manage agents across machines from one dashboard.
|
|
39
39
|
- **Real-time streaming** — Live terminal output, no message limits, no rate throttling.
|
|
40
40
|
- **Sub-sessions** — Spawn additional agents from within a session. Run parallel tasks with full visibility.
|
|
41
|
-
- **
|
|
41
|
+
- **P2P multi-agent discussions** — Route a topic through multiple agents in sequence. Each agent reads prior contributions and adds their own. Supports discuss, audit, review, and brainstorm modes. Works across Claude Code, Codex, and Gemini CLI — including sandboxed agents.
|
|
42
|
+
- **File upload & download** — Upload files from browser or phone (including camera). Files are relayed to the daemon and referenced in chat with `@path`. Download project files directly from the built-in file browser.
|
|
42
43
|
- **Push notifications** — Get notified on your phone when an agent needs attention.
|
|
44
|
+
- **OTA updates** — Daemon self-upgrades via npm. Trigger from the web UI for one device or all devices at once.
|
|
43
45
|
- **Fully customizable** — It's your UI. Add whatever you need — diff viewers, approval flows, custom scripts.
|
|
44
46
|
|
|
45
47
|
## Architecture
|
package/package.json
CHANGED