Skip to content

v2.2.0

Choose a tag to compare

@RichardAtCT RichardAtCT released this 06 Jan 06:40
· 4 commits to main since this release

What's New in v2.2.0

New Features

  • Interactive Landing Page - API explorer at root URL (http://localhost:8000/) with live endpoint testing, light/dark theme toggle, and copy-to-clipboard
  • Anthropic Messages API - Native /v1/messages endpoint for Anthropic API compatibility alongside OpenAI format
  • Explicit Auth Selection - New CLAUDE_AUTH_METHOD env var (cli, api_key, bedrock, vertex) to prevent auth conflicts
  • Tool Execution Fix - enable_tools: true now properly enables Claude Code tools
  • Version Endpoint - New /version endpoint returns API version

Documentation

  • Condensed Docker documentation for easier reading
  • Updated Features and API Endpoints sections with new capabilities
  • Cleaned up roadmap section

Contributors

Special thanks to @aaronlippold for the significant contributions in #31!

Full Changelog: v2.1.0...v2.2.0