docs: Claude Code v2.1.226 - org-level prompt suggestion lockdown via new promptSuggestionEnabled setting - #1153
Merged
Conversation
… new promptSuggestionEnabled setting Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
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.
Night shift report
WHY THIS MATTERS: Enterprise admins now have a proper settings-file knob to disable prompt suggestions organization-wide. Previously the only control was the
CLAUDE_CODE_ENABLE_PROMPT_SUGGESTIONenv var, which users could override. The newpromptSuggestionEnabledkey in managed settings closes that gap — pair it with the managedenvkey to set the env var too and users genuinely can't re-enable it. This is the kind of quiet enterprise hardening that matters for orgs that want consistent, distraction-free UX across their fleet.HIGHLIGHTS:
promptSuggestionEnabledsetting added to settings reference —trueby default, set tofalseto disable the grayed-out prompt predictions. Works in user, project, and managed settings filesinteractive-mode.mdnow explains how to fully lock out prompt suggestions: setpromptSuggestionEnabled: falsein managed settings AND setCLAUDE_CODE_ENABLE_PROMPT_SUGGESTION=falseunder the managedenvkey (env var takes precedence, so you need both to prevent user override)env-vars.mdnow explicitly states thatCLAUDE_CODE_ENABLE_PROMPT_SUGGESTIONtakes precedence over the new settings key — the docs now give you the full priority chainCreated by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning