refactor: complete identity migration to wisper.chat#20
Conversation
Replace every remaining openwispr identifier with the new wisper.chat identity, alongside renaming the GitHub repository: - bundle identifier: com.hudsonbrendon.openwispr -> chat.wisper - OTA updater endpoint + tccutil reset args follow the new identifier - Rust crate/binary: openwispr / openwispr_lib -> wisper / wisper_lib (the macOS bundle binary is now `wisper`) - repo URLs across README, CONTRIBUTING, landing site, and the in-app GitHub link -> github.com/hudsonbrendon/wisper.chat - website/download links + OG image -> https://wisper.chat - test temp-dir prefixes and the replacement-test fixture rebranded Note: changing the bundle identifier resets macOS TCC grants and moves the per-user data directory; existing data is migrated by copying the old support dir to the new one at install time. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 40 minutes and 36 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (16)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Completes the rebrand: replaces every remaining
openwispridentifier with the wisper.chat identity, paired with renaming the GitHub repo towisper.chat.Changes
com.hudsonbrendon.openwispr→chat.wisper(+ OTA endpoint andtccutilreset args).openwispr/openwispr_lib→wisper/wisper_lib— the macOS bundle binary is nowwisper.github.com/hudsonbrendon/wisper.chat.https://wisper.chat.Changing the bundle identifier resets macOS TCC grants (re-grant Mic + Accessibility once) and moves the per-user data dir. Existing data (config, history, Whisper models) is migrated by copying the old support dir to the new one at install time. GitHub redirects the old repo URL, so shipped versions keep auto-updating.
Test
vitest201/201 ·cargo test51/51 ·pnpm tauri build→Wisper.app(binwisper). Reinstalled with data migration, running.🤖 Generated with Claude Code