Feature: Always suggest next steps with multiple options (like commit suggestions)

Resolved 💬 2 comments Opened Dec 13, 2025 by ChrisTowles Closed Dec 13, 2025

Discovery

Just noticed the shadowed auto-suggest tab completion feature for the first time. It appeared because I told the agent my next step - it then offered that as a tab-completable suggestion.

!Screenshot showing the auto-suggest feature

Idea

What if Claude Code could:

  1. Always suggest next steps - proactively offer logical next actions based on context
  2. Offer multiple options (like commit message suggestions) - give 2-3 choices to tab/shift-tab through

Similar to how commit plugins suggest multiple commit message options, the agent could suggest multiple plausible next tasks.

Current Behavior

  • Suggestions appear when I explicitly tell the agent my next step
  • Single suggestion shown

Proposed Behavior

  • Agent proactively suggests next logical steps based on workflow context
  • Multiple options available (cycle with shift+tab like commit suggestions)
  • Works even without explicit user statement of intent

Notes

Probably everyone is already doing this and I'm just catching up. But figured I'd document the discovery and idea anyway.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗