Skip to content

Releases: fujibee/agmsg

v1.1.2

27 Jun 00:34
9110be3

Choose a tag to compare

1.1.2 - 2026-06-27

Added

  • Add opt-in explicit-launch monitor delivery (#236)
  • Add MSYS2 compat shim (#88) (#211)

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

25 Jun 12:05
b4492e2

Choose a tag to compare

1.1.1 - 2026-06-25

Added

  • Add --model to launch a spawned agent on a chosen model (#220)
  • Add grok-build agent type (xAI Grok Build CLI) (#216)

Fixed

  • Scope watcher teardown to (project, type), not project (#219)
  • Exit on originating-session death so a quiet watcher can't hang (#67, #388) (#215)
  • Quote Monitor command args so space-in-path survives (#188) (#200)
  • Use tasklist for native pid liveness in agmsg_instance_alive (#134)

v1.1.0

22 Jun 06:57
e3031b8

Choose a tag to compare

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

21 Jun 04:14
ef4cb26

Choose a tag to compare

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

  • Worker guardrails + empty-poll OOM case study (#163) (#167)
  • Add llms.txt for AI-agent orientation (#155)

v1.0.5

17 Jun 08:30
f696f34

Choose a tag to compare

1.0.5 - 2026-06-17

Added

  • Add thin Windows PowerShell launcher (#128)
  • Tear down spawned crew members (#109) (#129)

Fixed

  • Isolate parallel --continue/--resume sessions sharing a session_id (#132)

v1.0.4

15 Jun 16:52
e2ad7d8

Choose a tag to compare

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 monitor mode and delivery.sh set work 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

11 Jun 01:00
9768445

Choose a tag to compare

Release 1.0.3. See commit history for details.

v1.0.2

08 Jun 01:59

Choose a tag to compare

Release 1.0.2. See commit history for details.