Skip to content

bucket-agent 0.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 05:52
· 45 commits to main since this release

Features & Enhancements

  • Model Diagnostics: Added --diagnose flag to bucket models CLI command for troubleshooting provider connectivity and model availability (e074a45).
  • Configurable Speech-to-Text: Added BUCKET_VOICE_API_BASE environment variable support to make STT endpoints configurable (8638d51).
  • Provider Testing: Added end-to-end integration tests for Anthropic and OpenAI-compatible provider configurations (af74e53).

Decoupling & Cleanup

  • Vendor Neutrality: Cleaned up remaining upstream-specific branding strings and updated decoupling documentation (b38beff, 75352d5).
  • Helpful Error Messages: Added API backend hints and guidance to 404/400 sampling error responses (96c2598).