From 1765318d186c029edb0912010f94f0b3e15cda5c Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith <90283317+emma-squared@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:23:26 -0600 Subject: [PATCH] Document spellcheck toggle (#6721) --- .../guides/sessions/in-session-actions.md | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/documentation/docs/guides/sessions/in-session-actions.md b/documentation/docs/guides/sessions/in-session-actions.md index 8194e18b..bbc37398 100644 --- a/documentation/docs/guides/sessions/in-session-actions.md +++ b/documentation/docs/guides/sessions/in-session-actions.md @@ -257,6 +257,25 @@ Speak to goose directly instead of typing your prompts. +## Spellcheck + +Spellcheck is enabled by default in the goose Desktop chat input field. + + + + To disable or re-enable spellcheck: + 1. Click the button in the top-left to open the sidebar + 2. Click `Settings` in the sidebar + 3. Click `Chat` + 4. Scroll down to `Enable Spellcheck` and toggle it on or off + 5. Restart goose for the change to take effect + + + + Spellcheck is not available in the goose CLI. + + + ## Share Files in Session Provide goose with context from your codebase, documents, and other files to get more relevant and accurate assistance. @@ -322,4 +341,4 @@ You can change some settings during a session and they will take effect immediat -*Persistence indicates whether changes apply to your current session only or carry over to new sessions \ No newline at end of file +*Persistence indicates whether changes apply to your current session only or carry over to new sessions