Skip to content

Latest commit

 

History

History
161 lines (100 loc) · 2.62 KB

File metadata and controls

161 lines (100 loc) · 2.62 KB

Changelog

v0.12.1

Fixes

  • Prevent terminal echo from being captured as agent messages
  • Update codex message box detection

v0.12.0

Features

  • Experimental ACP integration
  • Introduce state persistence

Fixes

  • Fix pr-preview and build-release workflow errors

Chore

  • Codebase refactor for abstraction
  • Go version bump to 1.24
  • Use coder/quartz

v0.11.8

Fix

  • Update message box formatting detection for Claude

v0.11.7

Features

  • format codex messages to skip the coder_report_task tool call

v0.11.6

Features

  • Bump Next.js to 15.4.10

v0.11.5

Features

  • Add tool call logging.
  • Improve parsing/detection of tool call messages.

v0.11.4

Features

  • Temporarily remove coder report_task tool-call logs

v0.11.3

Features

  • format claude messages to skip the coder_report_task tool call

v0.11.2

Features

  • Improved handling of initial prompt

v0.11.1

Features

  • Add tooltips for buttons
  • Autofocus message box on user's turn
  • Add msgfmt logic for amp module
  • Update msgfmt for latest version in opencode

v0.11.0

Features

  • Support sending initial prompt via stdin

v0.10.2

Features

  • Improve autoscroll UX

v0.10.1

Features

  • Visual indicator for agent name in the UI (not in embed)
  • Downgrade openapi version to v3.0.3
  • Add CLI installation instructions in README.md

v0.10.0

Features

  • Feature to upload files to agentapi
  • Introduced clickable links
  • Added e2e tests
  • Fixed the resizing scroll issue

v0.9.0

Features

  • Add support for initial prompt via -I flag

v0.8.0

Features

  • Add Support for GitHub Copilot
  • Fix inconsistent openapi generation

v0.7.1

Fixes

  • Adds headers to prevent proxies buffering SSE connections

v0.7.0

Features

  • Add Support for Opencode.
  • Add support for Agent aliases
  • Explicitly support AmazonQ
  • Bump NEXT.JS version

v0.6.3

  • CI fixes.

v0.6.2

  • Fix incorrect version string.

v0.6.1

Features

  • Handle animation on Amp cli start screen.

v0.6.0

Features

  • Adds support for Auggie CLI.

v0.5.0

Features

  • Adds support for Cursor CLI.

v0.4.1

Fixes

  • Sets CGO_ENABLED=0 in build process to improve compatibility with older Linux versions.

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 the server command.

Fixes

  • Updated Codex support after its TUI has been updated in a recent version.