Skip to content

bucket-agent 0.1.6

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:54
· 28 commits to main since this release

Added

  • Dynamic Context Window Discovery: Integrated model context window metadata resolution from models.dev API registry cache.
  • Offline & Atomic Cache Management: Background sync with atomic .tmp swap writing to ~/.bucket/models.json ensuring fast startup, full offline support, and zero race conditions.
  • Welcome Screen ModelPicker: Enabled ModelPicker modal access directly on the TUI welcome screen before active agent sessions.
  • Optimized Build Times: Reduced CI/CD release workflow execution times by caching dotslash prebuilt binaries and enabling codegen-units=16.

Fixed

  • Memory Leak Fix: Fixed memory leak in modal state management (Box::leak in modals.rs).
  • Model ID Matching: Added robust model ID normalization to match models across different provider naming conventions.