Skip to content

cleanup: rename leftover mouseterm identifiers to dormouse#153

Merged
nedtwigg merged 1 commit into
mainfrom
cleanup/drop-mouseterm-identifiers
Jun 19, 2026
Merged

cleanup: rename leftover mouseterm identifiers to dormouse#153
nedtwigg merged 1 commit into
mainfrom
cleanup/drop-mouseterm-identifiers

Conversation

@nedtwigg

Copy link
Copy Markdown
Member

What

Renames the remaining live mouseterm identifiers left over from the MouseTerm → Dormouse rebrand.

File Change
standalone/src-tauri/build.rs MOUSETERM_NODE_BINARYDORMOUSE_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 matching __DORMOUSE_* globals (paired host↔webview contract)
lib/src/lib/terminal-prompt-shape.test.ts mouseterm sample prompts → dormouse

Deliberately left unchanged

  • CHANGELOG.md — the historical rebrand entry and the old mouseterm.log filename from prior releases (a factual record).
  • vscode-ext/package.json + docs/specs/vscode.md — the code --uninstall-extension diffplug.mouseterm line that intentionally removes the legacy extension on dogfood.

Verification

  • terminal-prompt-shape tests pass (11/11)
  • pnpm run build:vscode typechecks clean (covers both the lib adapter and the vscode-ext webview, confirming the paired global rename is consistent)
  • build.rs env-var rename is exercised by the standalone build

🤖 Generated with Claude Code

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>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying mouseterm with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7e65076
Status: ✅  Deploy successful!
Preview URL: https://71744698.mouseterm.pages.dev
Branch Preview URL: https://cleanup-drop-mouseterm-ident.mouseterm.pages.dev

View logs

@nedtwigg nedtwigg merged commit 0a6bbf5 into main Jun 19, 2026
9 checks passed
@nedtwigg nedtwigg deleted the cleanup/drop-mouseterm-identifiers branch June 19, 2026 04:24
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.

2 participants