Releases: coder/agentapi
Releases · coder/agentapi
v0.3.1
31 Jul 11:39
Compare
Sorry, something went wrong.
No results found
v0.3.1 brings improvements to running agentapi server under a subpath.
v0.3.0
22 Jul 14:15
Compare
Sorry, something went wrong.
No results found
v0.3.0 brings gemini support and improvements to the chat interface.
v0.2.3
07 Jul 11:16
Compare
Sorry, something went wrong.
No results found
v0.2.3 adds an arm64 Linux build to GitHub releases.
v0.2.2
22 Jun 18:24
Compare
Sorry, something went wrong.
No results found
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
27 May 17:27
Compare
Sorry, something went wrong.
No results found
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
22 May 12:41
Compare
Sorry, something went wrong.
No results found
This release features a redesigned web chat interface. It's now embedded into AgentAPI and available at the /chat endpoint.
Internal Build
13 May 13:03
Compare
Sorry, something went wrong.
No results found
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
17 Apr 16:36
Compare
Sorry, something went wrong.
No results found
Initial release of AgentAPI: an HTTP API for Claude Code, Goose, Aider, and Codex.
v0.1.0-pre1
17 Apr 11:48
Compare
Sorry, something went wrong.
No results found
set the TERM env variable to vt100 in the agent process
v0.1.0-pre0
15 Apr 14:21
Compare
Sorry, something went wrong.
No results found
add a 'build release binaries' workflow