Releases: coder/agentapi
Releases · coder/agentapi
v0.6.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.5.0...v0.6.0
v0.5.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.4.1...v0.5.0
v0.4.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.4.0...v0.4.1
v0.4.0
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
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
Compare
Sorry, something went wrong.
No results found
v0.3.2 fixes support for the Rust-based Codex CLI.
v0.3.1
Compare
Sorry, something went wrong.
No results found
v0.3.1 brings improvements to running agentapi server under a subpath.
v0.3.0
Compare
Sorry, something went wrong.
No results found
v0.3.0 brings gemini support and improvements to the chat interface.
v0.2.3
Compare
Sorry, something went wrong.
No results found
v0.2.3 adds an arm64 Linux build to GitHub releases.
v0.2.2
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