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.
Files changed (2) hide show
  1. package/README.md +2 -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 Transfer
48
+ ### File Browser & Preview
49
49
 
50
- Upload files from browser or phone (including camera capture). Files are relayed to the daemon and referenced in chat with `@path`. Download project files directly from the built-in file browser.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imcodes",
3
- "version": "2026.3.242",
3
+ "version": "2026.3.243",
4
4
  "description": "A chat interface for AI coding agents — control Claude Code, Codex, Gemini CLI, OpenCode from browser and mobile",
5
5
  "license": "GPL-3.0-only",
6
6
  "repository": {