Claude docs changes for August 9th, 2026 [diff]

Executive Summary

  • New promptSuggestionEnabled settings.json option lets you disable prompt suggestions without an environment variable, and can be paired with CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION in managed settings to enforce it organization-wide.
  • The Claude Platform on AWS doc dropped its enterprise sales/pricing promo banner.

Claude Code changes

Changed documents

env-vars [Source]

  • CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION now documented as taking precedence over the new promptSuggestionEnabled setting. [line 236] [Source]

interactive-mode [Source]

  • Documents three ways to disable prompt suggestions: the /config toggle, the new promptSuggestionEnabled setting, or the CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION env var (which takes precedence). [lines 312-322] [Source]
  • Adds guidance for disabling prompt suggestions org-wide via managed settings, setting both promptSuggestionEnabled and the managed env key so users can't override it. [line 322] [Source]

claude-platform-on-aws [Source]

  • Removed the enterprise sales/pricing promo banner at the top of the page. [lines 1-5] [Source]

settings [Source]

  • Added new promptSuggestionEnabled setting (default true) to toggle prompt suggestions; the CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION env var takes precedence when both are set. [line 285] [Source]

API changes

No significant changes today.