Releases: coder/agentapi
Releases · coder/agentapi
v0.3.3
v0.3.3 adds support for configuring the AgentAPI server using environment variables, in addition to existing CLI flags.
v0.3.2
v0.3.2 fixes support for the Rust-based Codex CLI.
v0.3.1
v0.3.1 brings improvements to running agentapi server under a subpath.
v0.3.0
v0.3.0 brings gemini support and improvements to the chat interface.
v0.2.3
v0.2.3 adds an arm64 Linux build to GitHub releases.
v0.2.2
v0.2.2 brings a couple of new minor features:
- a new
/chat/embed
route which is suitable for embedding in an iframe #15
- an automatic redirect from
/
to /chat/embed
6b74630
- configurable emulated terminal width and height via the
--term-height
and --term-width
CLI server options #18
v0.2.1
This release brings a couple of bug fixes, among them:
- fix(chat): only auto-scroll when user is already at bottom of chat #10
- fix(conversation): send fewer carriage returns after a user message #11
- fix: agent message flickering #12
- fix(chat): clean up draft messages when send message fails e19169d
v0.2.0
This release features a redesigned web chat interface. It's now embedded into AgentAPI and available at the /chat
endpoint.

Internal Build
This build of agentapi is experimental and not safe to use. It is compiled from the latest version of the main branch and may contain breaking changes or compatibility issues.
The primary purpose is for internal testing by Coder, so use it at your own risk.
v0.1.0
Initial release of AgentAPI: an HTTP API for Claude Code, Goose, Aider, and Codex.