Skip to content

refactor: complete identity migration to wisper.chat#20

Merged
hudsonbrendon merged 1 commit into
mainfrom
rename/identity-wisper-chat
Jun 20, 2026
Merged

refactor: complete identity migration to wisper.chat#20
hudsonbrendon merged 1 commit into
mainfrom
rename/identity-wisper-chat

Conversation

@hudsonbrendon

Copy link
Copy Markdown
Collaborator

Completes the rebrand: replaces every remaining openwispr identifier with the wisper.chat identity, paired with renaming the GitHub repo to wisper.chat.

Changes

  • Bundle identifier com.hudsonbrendon.openwisprchat.wisper (+ OTA endpoint and tccutil reset args).
  • Rust crate/binary openwispr/openwispr_libwisper/wisper_lib — the macOS bundle binary is now wisper.
  • Repo URLs (README, CONTRIBUTING, landing site, in-app GitHub link) → github.com/hudsonbrendon/wisper.chat.
  • Website/download links + OG imagehttps://wisper.chat.
  • Test temp-dir prefixes + replacement-test fixture rebranded.

⚠️ Identity break (intentional)

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

  • vitest 201/201 · cargo test 51/51 · pnpm tauri buildWisper.app (bin wisper). Reinstalled with data migration, running.

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@hudsonbrendon, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7a31dfef-6571-4fee-b4eb-2d55ac4b057c

📥 Commits

Reviewing files that changed from the base of the PR and between 4ea2381 and d9e145c.

⛔ Files ignored due to path filters (1)
  • src-tauri/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (16)
  • CONTRIBUTING.md
  • README.md
  • site/assets/app.js
  • site/index.html
  • src-tauri/Cargo.toml
  • src-tauri/src/commands.rs
  • src-tauri/src/config.rs
  • src-tauri/src/history.rs
  • src-tauri/src/lib.rs
  • src-tauri/src/main.rs
  • src-tauri/src/model_manager.rs
  • src-tauri/src/text.rs
  • src-tauri/tauri.conf.json
  • src-tauri/tests/stt_integration.rs
  • src/components/Sidebar.test.tsx
  • src/components/Sidebar.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rename/identity-wisper-chat

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@hudsonbrendon hudsonbrendon merged commit 0ffaf15 into main Jun 20, 2026
1 of 4 checks passed
@hudsonbrendon hudsonbrendon deleted the rename/identity-wisper-chat branch June 20, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant