Releases: lucianlamp/agmsg-codex-app-server
Releases · lucianlamp/agmsg-codex-app-server
v0.1.0
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, sospawn codexredirects 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.