refactor: rename product brand to Wisper#19
Conversation
The openwhispr.com name was already taken; rebrand the user-facing product to "Wisp". Replaces the OpenWispr display string across the UI, i18n, user-facing Rust strings, productName, README, landing site, and the npm package name. Internal identifiers are intentionally preserved to avoid breaking existing installs: - bundle identifier com.hudsonbrendon.openwispr (keeps macOS TCC grants and the per-user data directory) - the GitHub repo / OTA update URL (keeps auto-update continuity) - the Rust crate / binary name (no user impact) The macOS bundle now builds as Wisp.app; the updater swaps the bundle contents in place, so existing users keep their permissions and data. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rebrand the user-facing product to "Wisper" (domain wisper.chat). Replaces the brand string across the UI, i18n, user-facing Rust strings, productName, README, landing site, and the npm package name. The competitor mention "Wispr Flow" is deliberately left untouched (word-boundary replace). Internal identifiers are intentionally preserved to avoid breaking existing installs: - bundle identifier com.hudsonbrendon.openwispr (keeps macOS TCC grants and the per-user data directory) - the GitHub repo / OTA update URL (keeps auto-update continuity) - the Rust crate / binary name (no user impact) The macOS bundle now builds as Wisper.app. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 54 minutes and 3 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 selected for processing (14)
✨ 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 |
What
Rebrand the user-facing product from OpenWispr to Wisper (domain wisper.chat).
Replaces the brand string across:
productName, README, landing site, npm package nameThe competitor mention "Wispr Flow" is left untouched (word-boundary replace).
Intentionally preserved (don't break existing installs)
com.hudsonbrendon.openwispr→ keeps macOS TCC (Mic/Accessibility) grants and the per-user data dir.Test
vitest: 201/201 pass.cargo check: clean.pnpm tauri build→ buildsWisper.app; reinstalled and launched, TCC grants carried over.Follow-ups (separate, heavier)
Renaming the bundle id + GitHub repo and pointing the landing site at
wisper.chatbreak TCC/OTA continuity and are out of scope here.🤖 Generated with Claude Code