Releases: coder/agentapi
Releases · coder/agentapi
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.
v0.1.0-pre1
set the TERM env variable to vt100 in the agent process
v0.1.0-pre0
add a 'build release binaries' workflow