Skip to content

bucket-agent 0.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 13:58
· 69 commits to main since this release

Features & Refactoring

  • First-Party Auth Refactoring: Renamed internal authentication references from xAI-specific flags to generic is_first_party_auth (8de3824).
  • Session API Compatibility: Supported dual session update endpoints (_bucket/session/update and _x.ai/session/update) (7a08c16).

Bug Fixes

  • Provider Model Auto-Detection: Fixed auto-detection of BYOK provider models during cross-compilation builds (e17f65d).
  • Import & Lifetime Fixes: Resolved visibility and reference lifetime compilation errors in bucket-tui (05742bf).
  • Interactive Login: Fixed credential caching issue by skipping cached WebLogin credentials to force fresh interactive logins (14266ca).