Skip to content

bucket-agent 0.1.8

Choose a tag to compare

@julesklord julesklord released this 25 Jul 08:47
· 13 commits to main since this release

Added

  • Multi-Provider Model Discovery: Enabled simultaneous model fetching and aggregation across all configured APIs in providers.toml and active environment variables.
  • Incremental Provider Configuration: Updated settings saving flow to accumulate and merge credentials in providers.toml instead of overwriting existing records.
  • Premium Provider and Model Modals UI: Refactored the provider configuration dialog with high-fidelity borders, titles, input brackets, and centered layout. Styled the Model selection details panel with clean bullet-separated metadata formatting and active state markers.
  • Early Environment Mapping: Automated loading of .env and providers.toml on binary startup to guarantee correct environment variables resolution.

Changed

  • Sandbox Performance Optimizations: Merged sandbox performance improvement to avoid unnecessary path cloning during macOS alias generation.