Skip to content

Releases: coder/agentapi

v0.2.1

Choose a tag to compare

@hugodutka hugodutka released this 27 May 17:27

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

Choose a tag to compare

@hugodutka hugodutka released this 22 May 12:41

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

agentapi-chat

Internal Build

Internal Build Pre-release
Pre-release

Choose a tag to compare

@hugodutka hugodutka released this 13 May 13:03

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

Choose a tag to compare

@hugodutka hugodutka released this 17 Apr 16:36

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

v0.1.0-pre1

v0.1.0-pre1 Pre-release
Pre-release

Choose a tag to compare

@hugodutka hugodutka released this 17 Apr 11:48
set the TERM env variable to vt100 in the agent process

v0.1.0-pre0

v0.1.0-pre0 Pre-release
Pre-release

Choose a tag to compare

@hugodutka hugodutka released this 15 Apr 14:21
add a 'build release binaries' workflow