Releases: fujibee/agmsg
Release list
v1.1.6
1.1.6 - 2026-07-05
Added
- Aligned-grid seam-segment dragging + lazy transpose (issue #317, part 3) (#327)
- Wire pane split tree into rendering + drag-drop (issue #317, part 2) (#324)
- Pane split tree — pure data model + tests (issue #317, part 1) (#321)
- Expose pane layout in the View menu (#316)
Fixed
- Correct boot script for Windows-tmux launch and per-type prefix (#282, #283) (#329)
- Strip inherited same-type session-identity env vars (#294) (#326)
- Match project registrations across Windows path forms (#268) (#328)
- Launch agents via cmd.exe on Windows so PATHEXT/aliases resolve (#314, #313) (#325)
- Resolve MSYS project paths to native on Windows spawn (#315) (#319)
- Normalize Windows drive-letter project path to POSIX before identity resolution (#275)
agmsg app v0.1.4
Free-form pane rearrangement, and Windows agent support is now solid — every Windows issue found by early adopters is fixed, with the bundled CLI updated to v1.1.6.
New: rearrange panes freely
- Drag the dividers between panes to resize them (nested layouts supported, 120px minimum)
- Drag a pane onto another: drop near the center to swap, near an edge to split in that direction — with a live preview of the half the pane will occupy
- Works across tabs too (move, swap, and split into another tab)
- While tiled columns are still aligned, each column's horizontal boundary can be dragged independently (iTerm2-style grid behavior)
- One-click layout resets from View > Pane Layout (Vertical / Horizontal / Tile)
Fixed (Windows)
- Agents spawned into a phantom directory (C:\c\Users...) and split into a separate team whose messages never arrived — paths from registrations are now resolved to native form, and non-existent working directories are refused (#315, reported by @ORANGE-OFFICIAL)
- claude and codex failed to launch (npm's extensionless shim / WindowsApps execution aliases) — agents now launch via cmd.exe so PATHEXT and aliases resolve (#313, #314)
- Windows-tmux boot scripts and per-type prompt prefixes corrected (#282, #283, reported by @masa6161)
Bundled CLI: agmsg v1.1.6 — includes identity matching across Windows path spellings (#268, by @mvanhorn and @So-Mu3) and a fix for same-type agent spawns breaking authentication (#294, diagnosed by @yktsnd). Existing installs get an in-app update prompt.
Downloads: macOS (Apple Silicon) .dmg, Windows .msi / .exe installer below.
macOS Homebrew: brew tap fujibee/agmsg && brew trust fujibee/agmsg && brew install --cask agmsg
v1.1.5
agmsg app v0.1.3
Fixes agent spawning when the app is launched from Finder on macOS.
- Fixed: agent CLIs (claude, codex, …) installed in shell-managed locations (
~/.local/bin, Homebrew, npm globals) were not found when the app was launched from Finder/Dock — GUI apps don't inherit your shell's PATH. The app now imports the login shell's PATH at startup and passes it explicitly to spawned agents and helper commands. - Added a diagnostic log (
~/Library/Logs/agmsg/path-import.log) for PATH-import troubleshooting.
Note: if you install a new agent CLI while the app is running, restart the app to pick it up.
Downloads: macOS (Apple Silicon) .dmg, Windows .msi / .exe installer below.
macOS Homebrew: brew tap fujibee/agmsg && brew trust fujibee/agmsg && brew install --cask agmsg
agmsg app v0.1.2
Windows support is now fully functional — this release fixes every Windows issue found in real-machine testing of 0.1.1, plus quality-of-life fixes on both platforms.
Windows fixes
- Fixed: the app resolved
bashto WSL's stub instead of Git Bash, breaking the bundled-CLI auto-install and every agmsg operation — Git Bash is now resolved explicitly, with a clear "Git for Windows required" message when absent - Fixed: Windows paths are now converted to POSIX form for Git Bash, and the home directory resolves correctly in GUI processes (
USERPROFILEfallback) - Fixed: no more console windows flashing on every operation, and commands run in milliseconds instead of seconds (bash profile loading skipped)
Both platforms
- Update prompts and CLI-update feedback are now explicit (success confirmation after "Update now")
- The outdated-CLI banner no longer overlaps the window controls
- Windows auto-update artifacts are now published — installs from 0.1.2 onward auto-update on Windows too
Windows prerequisites: Git for Windows and sqlite3 (winget install SQLite.SQLite, then reopen your terminal).
Downloads: macOS (Apple Silicon) .dmg, Windows .msi / .exe installer below.
macOS Homebrew: brew tap fujibee/agmsg && brew trust fujibee/agmsg && brew install --cask agmsg
agmsg app v0.1.1
Fixes the first-run experience shipped in 0.1.0 and completes the auto-update pipeline.
- Fixed: the bundled agmsg core now pins CLI v1.1.5, which includes the
agmsg-appagent type — 0.1.0's bundled core was missing it, breaking "Add app-user" on fresh installs - Fixed: the in-app CLI updater now always targets the
agmsgskill, not the first one found - New: outdated-CLI warning — if an already-installed agmsg CLI is older than the bundled one, the app offers a one-click update (your DB and teams are preserved)
- New: auto-update artifacts are now published, so installs from 0.1.1 onward update in place
- The app bundle is now
agmsg.app(wasagmsg app.app) - Build-time sanity checks ensure the bundled core always contains what the app requires
Downloads: macOS (Apple Silicon) .dmg, Windows .msi / .exe installer below.
macOS Homebrew: brew tap fujibee/agmsg && brew trust fujibee/agmsg && brew install --cask agmsg
v1.1.4
1.1.4 - 2026-07-03
Added
- Add scripts/api.sh — read-only JSON entry point for non-bash consumers (#289)
- Enable spawn for antigravity, copilot, cursor, gemini, opencode (#278)
- Per-type spawn options via a configurable YAML file (#274)
Fixed
- Fall back to a tarball download when git is unavailable (#296)
- Gate actas/drop's fresh Monitor on delivery mode (#280) (#281)
- Escape team/agent SQL values in history/inbox/check-inbox (#87) (#272)
Documentation
agmsg app v0.1.0
First public release of the agmsg desktop app.
- Spawn and manage CLI agents (Claude Code, Codex, Gemini CLI, Grok, and more) as embedded terminal panes
- Team rooms with live agmsg message history
- Universal monitor delivery: incoming agmsg messages are injected straight into the target agent's terminal, independent of agent type
- Bundled agmsg core (v1.1.4) — installs itself on first launch if the CLI isn't present
- UI in 9 languages
- macOS: signed & notarized (Apple Developer ID). Windows: signed via Azure Trusted Signing
Downloads: macOS (Apple Silicon) .dmg, Windows .msi / .exe installer below.
macOS Homebrew: brew tap fujibee/agmsg && brew install --cask agmsg
agmsg app (latest)
Always points at the newest agmsg app build. See app-vX.Y.Z releases for changelogs.
v1.1.3
1.1.3 - 2026-06-30
Added
- Use brand logo mark + favicon set (#257)
- Redesign agmsg.cc landing with Astro + Tailwind (#213) (#249)
- Allow passing an initial prompt to the spawned agent (#212)
Fixed
- Run watch-once.sh via bash so the codex bridge arms on Windows
- Prefer shell function monitor shim; skip agmsg wrapper when resolving real codex (#193)
- Drop monitor/both — Gemini has no Monitor tool (#258)
- Skip Monitor directive when watcher already alive (#246)
- Escape interpolated values as SQL string literals (#223)
- Add CIM fallback for /proc-less cmdline/comm (#225) (#234)
- Robust monitor — session-bind, orphan reaper, foolproof launch (#245)
- Report bridge liveness in delivery status (#232)
- Reject agent names that break JSON paths
- Pipe SQL via stdin to avoid ARG_MAX on large bodies
Documentation
- Add agmsg logo asset kit (#255)