Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

New 'Prompt suggestions' feature predicts and can pre-fill your next prompt

Claude Code can now suggest or pre-fill your next prompt after a turn, controlled by a new Prompt suggestions setting

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPrompt Inputwhat it touches
KindNew Featuresin v2.1.268,
Group of 3 Use it now Notable

Claude Code can now suggest or pre-fill your next prompt after a turn, controlled by a new Prompt suggestions setting

What

  • A new setting, "Prompt suggestions" (promptSuggestionEnabled), lets Claude Code generate a predicted next prompt after each turn and either suggest it to you or fill it directly into the input box.
  • The input draft controller gained fillDraft and suggestDraft methods that write or propose this suggested text, setting a promptSuggestion state (status: 'generated', the suggested text, and a generation request ID) once a turn ends — but only when the input box is empty and no dialog is open.
  • Plugins gained two new corresponding actions, prompt.fill and prompt.suggest, added to the plugin action-dispatch table alongside existing actions like prompt.submit, tool.call, agent.spawn, and ui.ask, each with their own budget tracking, letting a plugin programmatically fill the prompt box or suggest text to the user.
  • A session-config field promptSuggestions and a telemetry event description ("Predicted next user prompt, emitted after each turn when promptSuggestions is enabled") back the feature.

Why This gives Claude Code the ability to proactively suggest what you might want to type next, saving time on repetitive or predictable follow-up prompts, and gives plugins a supported way to drive the same behavior.

Read from
Names in the bundlepromptSuggestionEnabled
What the documentation says

See this entry in the whole of v2.1.268 →