- Prevent terminal echo from being captured as agent messages
- Update codex message box detection
- Experimental ACP integration
- Introduce state persistence
- Fix pr-preview and build-release workflow errors
- Codebase refactor for abstraction
- Go version bump to 1.24
- Use coder/quartz
- Update message box formatting detection for Claude
- format codex messages to skip the coder_report_task tool call
- Bump Next.js to 15.4.10
- Add tool call logging.
- Improve parsing/detection of tool call messages.
- Temporarily remove coder report_task tool-call logs
- format claude messages to skip the coder_report_task tool call
- Improved handling of initial prompt
- Add tooltips for buttons
- Autofocus message box on user's turn
- Add msgfmt logic for amp module
- Update msgfmt for latest version in opencode
- Support sending initial prompt via stdin
- Improve autoscroll UX
- 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
- Feature to upload files to agentapi
- Introduced clickable links
- Added e2e tests
- Fixed the resizing scroll issue
- Add support for initial prompt via
-Iflag
- Add Support for GitHub Copilot
- Fix inconsistent openapi generation
- Adds headers to prevent proxies buffering SSE connections
- Add Support for Opencode.
- Add support for Agent aliases
- Explicitly support AmazonQ
- Bump NEXT.JS version
- CI fixes.
- Fix incorrect version string.
- Handle animation on Amp cli start screen.
- Adds support for Auggie CLI.
- Adds support for Cursor CLI.
- Sets
CGO_ENABLED=0in build process to improve compatibility with older Linux versions.
- If you're running agentapi behind a reverse proxy, you'll now likely need to set the
--allowed-hostsflag. See the README for more details.
- Sourcegraph Amp support
- Added a new
--allowed-hostsflag to theservercommand.
- Updated Codex support after its TUI has been updated in a recent version.