Skip to content

Releases: coder/agentapi

v0.7.1

15 Sep 13:01
v0.7.1
d0b5ad0
Compare
Choose a tag to compare

What's Changed

  • chore: add prefix v to CHANGELOG.md by @35C4n0r in #84
  • feat(sse): add middleware to prevent proxy buffering of SSE connections by @DivyMohan14 in #70
  • chore: update version to 0.7.1 by @johnstcn in #87

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

11 Sep 15:43
v0.7.0
c7831db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.7.0

v0.6.3

03 Sep 12:37
v0.6.3
2c4fccb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.3

v0.6.2

03 Sep 11:06
v0.6.2
7b32e00
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

26 Aug 10:06
v0.6.1
b3953e4
Compare
Choose a tag to compare

What's Changed

  • chore: document release process by @johnstcn in #65
  • build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #66
  • feat: fix animation issue for sourcegraph-amp by @35C4n0r in #67

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Aug 10:32
v0.6.0
c006163
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.4.0

13 Aug 09:56
88f64c8
Compare
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
Compare
Choose a tag to compare

v0.3.3 adds support for configuring the AgentAPI server using environment variables, in addition to existing CLI flags.