Skip to content

Releases: coder/agentapi

v0.6.0

21 Aug 10:32
v0.6.0
c006163

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Aug 15:47
v0.5.0
3dbdc35

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

18 Aug 10:19
v0.4.1
5b020eb

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Aug 09:56
88f64c8

Choose a tag to compare

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
8811011

Choose a tag to compare

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

Choose a tag to compare

v0.3.2 fixes support for the Rust-based Codex CLI.

v0.3.1

31 Jul 11:39

Choose a tag to compare

v0.3.1 brings improvements to running agentapi server under a subpath.

v0.3.0

22 Jul 14:15
a8c8cdb

Choose a tag to compare

v0.3.0 brings gemini support and improvements to the chat interface.

v0.2.3

07 Jul 11:16

Choose a tag to compare

v0.2.3 adds an arm64 Linux build to GitHub releases.

v0.2.2

22 Jun 18:24
b3d3d65

Choose a tag to compare

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