You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.