cleanup: rename leftover mouseterm identifiers to dormouse#153
Merged
Conversation
Renames live code identifiers that still carried the pre-rebrand mouseterm name: - MOUSETERM_NODE_BINARY -> DORMOUSE_NODE_BINARY (build.rs env var) - __MOUSETERM_HOST_STATE__ / __MOUSETERM_SELECTED_SHELL__ -> __DORMOUSE_* (paired host<->webview globals across vscode-ext and lib) - mouseterm sample prompts -> dormouse in terminal-prompt-shape tests Intentionally left: the CHANGELOG rebrand history / old mouseterm.log filename, and the deliberate `diffplug.mouseterm` legacy-extension uninstall used on dogfood. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying mouseterm with
|
| Latest commit: |
7e65076
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://71744698.mouseterm.pages.dev |
| Branch Preview URL: | https://cleanup-drop-mouseterm-ident.mouseterm.pages.dev |
dormouse-bot
approved these changes
Jun 19, 2026
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.
What
Renames the remaining live
mousetermidentifiers left over from the MouseTerm → Dormouse rebrand.standalone/src-tauri/build.rsMOUSETERM_NODE_BINARY→DORMOUSE_NODE_BINARY(env var, all refs)lib/src/lib/platform/vscode-adapter.ts__MOUSETERM_HOST_STATE__/__MOUSETERM_SELECTED_SHELL__→__DORMOUSE_*vscode-ext/src/webview-html.ts__DORMOUSE_*globals (paired host↔webview contract)lib/src/lib/terminal-prompt-shape.test.tsmousetermsample prompts →dormouseDeliberately left unchanged
CHANGELOG.md— the historical rebrand entry and the oldmouseterm.logfilename from prior releases (a factual record).vscode-ext/package.json+docs/specs/vscode.md— thecode --uninstall-extension diffplug.mousetermline that intentionally removes the legacy extension on dogfood.Verification
terminal-prompt-shapetests pass (11/11)pnpm run build:vscodetypechecks clean (covers both the lib adapter and the vscode-ext webview, confirming the paired global rename is consistent)build.rsenv-var rename is exercised by the standalone build🤖 Generated with Claude Code