chore(release): bump to v0.1.9#20
Merged
Merged
Conversation
Bumps in-code version across package.json, sidecar/package.json, sidecar/package-lock.json, src-tauri/tauri.conf.json, src-tauri/Cargo.toml, and src-tauri/Cargo.lock to v0.1.9. All five files agree. (sidecar/package.json was lagging at 0.1.7 — caught up.) v0.1.9 ships: - #13 OpenRouter free-model rate limiter (sliding-window 16/min, scoped to :free model ids; X-RateLimit-Reset fallback) - #14 Settings save now forwards keys to the sidecar in the same session (no app restart required for new API keys to take effect) - #15 General-tab AI Models picker shows OpenRouter free models + auto-saves on change; devtools enabled in release builds - #16 Ad-hoc sign bundled Node so `tauri dev` works on macOS 14.4+ (amfid no longer SIGKILLs the sidecar) - #17 AI Models consolidated under Agent Tools → Authentication (one source of truth, all 9 features) - #18 README + DEVELOPER.md refresh; wiki built out - #19 Notification permission step in setup wizard (explicit prompt + System Settings deep-link fallback when denied) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps in-code version to 0.1.9 across all five canonical files (package.json, sidecar/package.json, sidecar/package-lock.json, src-tauri/tauri.conf.json, src-tauri/Cargo.toml, src-tauri/Cargo.lock).
Caught a latent drift while I was here: `sidecar/package.json` was lagging at `0.1.7`. Brought up to 0.1.9.
What's in v0.1.9
Release flow after merge
🤖 Generated with Claude Code