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
chore: version bump to 0.2.7 - Auto-load current provider on shell startup via shellenv 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
chore: version bump to 0.2.6 - Fixed version inconsistency between Cargo.toml and cli.rs - Replaced unwrap() with expect() for better error handling - Extracted common environment variable management functions - Reduced code duplication in provider.rs and tui.rs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Simplify CI/CD workflows and improve release process Consolidates release job, improves artifact handling, and cleans up workflow formatting. Removes master branch from CI triggers and simplifies release asset uploading.