Skip to content

v0.1.0

Latest

Choose a tag to compare

@lucianlamp lucianlamp released this 17 Jun 20:55
· 4 commits to main since this release

First release of the codex-app-server agmsg add-on.

A pluggable agmsg agent type that runs a spawned Codex agent through a local codex app-server, with a host-managed turn-trigger watcher (reliable message-driven turns) and a scroll-region TUI (fixed input box, live status bar, rich-text transcript, Esc-to-interrupt).

  • Fully external: installs under an agmsg with the pluggable type registry; touches no core script and no built-in manifest.
  • Owns its alias: declares aliases=codex, so spawn codex redirects here via the registry's reverse lookup; the alias ships and is removed with the add-on and survives agmsg updates.
  • ./install.sh / ./install.sh --uninstall.

Requires an agmsg install with scripts/lib/type-registry.sh, plus node and the codex CLI.