Releases: coder/agentapi
Releases · coder/agentapi
v0.7.0
What's Changed
- chore: add AGENTS.md by @johnstcn in #78
- feat: support amazonq by @35C4n0r in #80
- feat: support agent type aliases by @35C4n0r in #81
- feat: support opencode by @35C4n0r in #79
- chore: add opencode to readme by @35C4n0r in #82
- build(deps): bump next from 15.2.4 to 15.4.7 in /chat by @dependabot[bot] in #71
- chore: update version to 0.7.0 by @35C4n0r in #83
Full Changelog: v0.6.3...v0.7.0
v0.6.3
What's Changed
- chore: update version to 0.6.1 by @35C4n0r in #68
- fix: set version in one place by @johnstcn in #73
- chore: add release automation script by @johnstcn in #74
- chore: fix changelog by @johnstcn in #75
- ci: fix release build step by @johnstcn in #76
- chore: ensure sorted jq output by @johnstcn in #77
Full Changelog: v0.6.1...v0.6.3
v0.6.2
v0.6.1
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
v0.5.0
v0.4.1
v0.4.0
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 theserver
command.
Fixes
- Updated Codex support after its TUI has been updated in a recent version.