Releases: fujibee/agmsg
Releases · fujibee/agmsg
v1.1.2
1.1.2 - 2026-06-27
Added
Fixed
- Start the watcher when GROK_SESSION_ID is empty (#236 follow-up) (#238)
- Keep Codex working across 0.142 upgrades (fail-open + stale app-server reuse) (#237)
- Serialize team config writes behind a per-team lock (#141) (#227)
- Open the message DB via a Windows-acceptable path (#197) (#226)
- Handle whoami suggest= identity and anchor agent= match (#224)
- Bound bridge app-server stalls (#209)
v1.1.1
v1.1.0
1.1.0 - 2026-06-22
Added
- Add Cursor agent type (#189)
- Add Hermes Agent as a beta agent type
- Axis-generic driver discovery + external-plugin opt-in
- Drop the aliases= auto-redirect; explicit type selection only
- Pluggable agent-type registry
Fixed
- Warn to re-register delivery hooks on --update (#190)
- Re-point an existing Codex monitor shim on --update
- Follow init-db move to internal/ in the Windows PowerShell smoke
- Readfile() config binding for single-quote-safe registry (#185)
- Strip CR from sqlite3 output so Windows Git Bash works (#180)
- Git Bash compatibility for the Codex bridge (#179)
- Cut-release.sh stops at the PR (no auto-merge / auto-publish) (#177)
Changed
- Drop the Windows PowerShell launcher in favor of Git Bash
- Relocate types/ under scripts/drivers/types/
- Consolidate mode support into delivery_modes manifest
- Data-drive Windows hook wrapping via manifest
- Status as a Template Method plug
- Fold the codex runtime into types/codex/
- Move enable/disable side effects into type plugs
- Wire SKILL templates to type-dir manifests
- Extract codex bridge handoff into a type plug
- Drive Stop-hook status output from manifest stop_output=
- Per-type delivery as a Template Method plug
- Extract hook JSON primitives into lib/hooks-json.sh
- Move init-db to internal/, dispatch to windows/, drop hook.sh
- Move the codex subsystem into scripts/codex/
Documentation
- Add supported-agents logo strip
- List hermes in the --agent-type help (co1 nit)
- Add docs/plugins.md + README section + plugins/ drop-in dir
- Refresh manifest table + paths for the 1.1.0 layout
- Lead Quick Start with npx, the zero-clone install path
v1.0.6
1.0.6 - 2026-06-21
Added
- Codex monitor bridge (beta) — app-server bridge + re-arm + fresh-session launch (#41) (#148)
- Add OpenCode as a supported agent type (#136)
Fixed
- Pin install to the bootstrapper's version, not main (#173)
- Engage the monitor bridge on codex 0.141 (ws transport + loaded-thread discovery) (#174)
- Escape hook command values via json_object (#175)
- Stop orphaned watch.sh from advancing the shared watermark past undelivered messages (#145)
- Resolve Codex thread by physical path so symlinked project paths match (#160) (#164)
- Validate writefile() byte count, not just sqlite3 exit code (#166)
- Pass sqlite3 -escape off so the char(31) separator stays raw (#165)
- Write hook files with writefile() to avoid sqlite3 caret-escaping (#158)
- Validate team names to prevent teams/ path traversal (#147)
Documentation
v1.0.5
v1.0.4
1.0.4 - 2026-06-15
Added
- Record git-describe provenance version (/agmsg version) (#122)
- Add native Windows agmsg helpers (#103)
- Readiness handshake by default (status=ready / --no-wait / --ready-timeout) (#113)
- Launch a new agent into tmux/terminal and auto-actas (#105)
Fixed
- Busy_timeout on all DB connections — concurrent writes no longer drop (SQLITE_BUSY) (#115)
- Make the
monitormode anddelivery.sh setwork under Claude Code's sandboxed Bash tool (#106) - Persist per-session watermark so restarts don't drop messages (#107) (#111)
- Resolve session's real project from subdir/worktree (#92) (#110)
Documentation
- Show all four install paths (#90)
v1.0.3
Release 1.0.3. See commit history for details.
v1.0.2
Release 1.0.2. See commit history for details.