Skip to content

Releases: coder/agentapi

v0.2.2

22 Jun 18:24
b3d3d65
Compare
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

v0.2.1

27 May 17:27
Compare
Choose a tag to compare

This release brings a couple of bug fixes, among them:

  • fix(chat): only auto-scroll when user is already at bottom of chat #10
  • fix(conversation): send fewer carriage returns after a user message #11
  • fix: agent message flickering #12
  • fix(chat): clean up draft messages when send message fails e19169d

v0.2.0

22 May 12:41
Compare
Choose a tag to compare

This release features a redesigned web chat interface. It's now embedded into AgentAPI and available at the /chat endpoint.

agentapi-chat

Internal Build

13 May 13:03
Compare
Choose a tag to compare
Internal Build Pre-release
Pre-release

This build of agentapi is experimental and not safe to use. It is compiled from the latest version of the main branch and may contain breaking changes or compatibility issues.

The primary purpose is for internal testing by Coder, so use it at your own risk.

v0.1.0

17 Apr 16:36
Compare
Choose a tag to compare

Initial release of AgentAPI: an HTTP API for Claude Code, Goose, Aider, and Codex.

v0.1.0-pre1

17 Apr 11:48
Compare
Choose a tag to compare
v0.1.0-pre1 Pre-release
Pre-release
set the TERM env variable to vt100 in the agent process

v0.1.0-pre0

15 Apr 14:21
Compare
Choose a tag to compare
v0.1.0-pre0 Pre-release
Pre-release
add a 'build release binaries' workflow