imcodes 2026.3.242 → 2026.3.243
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,9 +45,9 @@ Single-model output shouldn't be trusted blindly. Spawn quick discussion rounds
|
|
|
45
45
|
|
|
46
46
|
Connect multiple dev machines to one dashboard. Each machine runs a lightweight daemon that manages local agent sessions via tmux. See all servers and sessions at a glance — start, stop, restart, or switch between them instantly. Sub-sessions let you spawn additional agents from within a running session for parallel tasks.
|
|
47
47
|
|
|
48
|
-
### File
|
|
48
|
+
### File Browser & Preview
|
|
49
49
|
|
|
50
|
-
Upload files from browser or phone (including camera capture)
|
|
50
|
+
Browse project files, preview any file with syntax highlighting, and view git diffs with inline change comparison — all from the browser. Upload files from browser or phone (including camera capture), referenced in chat with `@path`.
|
|
51
51
|
|
|
52
52
|
### Mobile & Notifications
|
|
53
53
|
|
package/package.json
CHANGED