Skip to content

fix(desktop): disable spellcheck on composer inputs - #44415

Merged
OutThisLife merged 1 commit into
mainfrom
bb/desktop-composer-no-spellcheck
Jun 11, 2026
Merged

OutThisLife merged 1 commit into
mainfrom
bb/desktop-composer-no-spellcheck

Conversation

@OutThisLife

@OutThisLife OutThisLife commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Turn off spellcheck on the main chat composer contentEditable (was explicitly spellCheck="true")
  • Disable spellcheck, autocorrect, autocapitalize, and autocomplete on the hidden assistant-ui binding textarea
  • Apply the same treatment to the message-edit composer in thread.tsx

Motivation

Browser spellcheck and autocorrect interfere with code, file paths, slash commands, and technical prompts in the desktop chat composer.

Test plan

  • Type code snippets and file paths in the main composer — no red squiggles or autocorrect substitutions
  • Edit an existing user message — same behavior in the inline edit composer
  • Confirm IME/composition input still works (Chinese/Japanese/Korean)
  • npm run typecheck in apps/desktop passes

Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
@github-actions

Copy link
Copy Markdown
Contributor

🔎 Lint report: bb/desktop-composer-no-spellcheck vs origin/main

ruff

Total: 0 on HEAD, 0 on base (➖ 0)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 0 pre-existing issues carried over.

ty (type checker)

Total: 10757 on HEAD, 10757 on base (➖ 0)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 5631 pre-existing issues carried over.

Diagnostics are surfaced as warnings — this check never fails the build.

@OutThisLife
OutThisLife enabled auto-merge (squash) June 11, 2026 17:59
@OutThisLife
OutThisLife merged commit 8505e9d into main Jun 11, 2026
25 checks passed
@OutThisLife
OutThisLife deleted the bb/desktop-composer-no-spellcheck branch June 11, 2026 18:03
alt-glitch pushed a commit that referenced this pull request Jun 14, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
AIalliAI pushed a commit to AIalliAI/Hermes that referenced this pull request Jun 14, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
T02200059 pushed a commit to T02200059/hermes-agent that referenced this pull request Jun 18, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
waefrebeorn pushed a commit to waefrebeorn/slermes that referenced this pull request Jul 2, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
santhreal pushed a commit to santhreal/hermes-agent that referenced this pull request Jul 13, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
donbowman pushed a commit to donbowman/hermes-agent that referenced this pull request Jul 13, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
Gravezzz pushed a commit to Gravezzz/hermes-agent that referenced this pull request Jul 21, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
leewenjie pushed a commit to leewenjie/hermes-agent that referenced this pull request Aug 7, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
melon-xf added a commit to melon-xf/hermes-agent that referenced this pull request Sep 3, 2026
Turn off browser spellcheck, autocorrect, and autocomplete on the main chat composer and message-edit composer so code, paths, and slash commands are not flagged or altered.
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