Skip to content

v0.8.0-archived

Choose a tag to compare

@github-actions github-actions released this 04 Jun 13:11
· 2 commits to master since this release

Changelog

  • d38dfae chore: add start.bat for one-click launch on Windows
  • bf29c35 feat: Anthropic Messages API endpoint for Claude Code integration
  • a346ecd feat: add issue templates (bug/feature), enable discussions, community section
  • 277c44e feat: context-aware routing — tool calls boost complexity
  • 87cb5f4 fix: Anthropic proxy now records tokens to DB for dashboard display
  • 5713d57 fix: Anthropic proxy now routes only without double API call
  • ebabd18 fix: always route Anthropic requests regardless of Claude Code model setting
  • 6daae64 fix: calculate cost for Anthropic proxy requests from model pricing
  • 7b49862 fix: dashboard HTMX requests missing X-Admin-Key header
  • e2d221b fix: deployment bugs found during local deployment
  • 4d943e3 fix: extract tokens from SSE stream (message_start + message_delta events)
  • b168ba9 fix: remove admin key input from dashboard UI
  • 840c357 fix: remove dashboard admin key requirement, open access
  • 144fb99 fix: remove latency from dashboard, SSE stream token extraction, cost calculation for Anthropic path
  • 92924c9 fix: remove leftover latency format placeholder causing Sprintf type error
  • 6c68607 fix: support both string and array Anthropic content formats in /v1/messages