Releases: coder/agentapi
Releases · coder/agentapi
v0.6.0
21 Aug 10:32
Compare
Sorry, something went wrong.
No results found
v0.5.0
18 Aug 15:47
Compare
Sorry, something went wrong.
No results found
v0.4.1
18 Aug 10:19
Compare
Sorry, something went wrong.
No results found
v0.4.0
13 Aug 09:56
Compare
Sorry, something went wrong.
No results found
Breaking changes
If you're running agentapi behind a reverse proxy, you'll now likely need to set the --allowed-hosts flag. See the README for more details.
New features
Sourcegraph Amp support
Added a new --allowed-hosts flag to the server command.
Fixes
Updated Codex support after its TUI has been updated in a recent version.
v0.3.3
06 Aug 11:07
Compare
Sorry, something went wrong.
No results found
v0.3.3 adds support for configuring the AgentAPI server using environment variables, in addition to existing CLI flags.
v0.3.2
04 Aug 13:56
Compare
Sorry, something went wrong.
No results found
v0.3.2 fixes support for the Rust-based Codex CLI.
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