Replace the mechanical shouldAskReviewFollowup() detection with a
dedicated 'suggest' tool that the LLM calls when ~90% confident
implementation is complete. The suggest tool is distinct from the
question tool — it provides lightweight non-blocking nudges rather
than multi-step wizard prompts.
Backend: new Suggestion namespace, suggest tool, server routes, SDK
regeneration, agent permissions, processor dismiss handling, and
remote session replay/command support.
CLI TUI: suggestion state syncing in sync context, blocking/dismissable
SuggestPrompt picker, and suggest tool part rendering.
VS Code: SuggestBar component, session context suggestion state with
cleanup on session deletion, SSE event mapping, KiloProvider handlers,
and Storybook support.
Removes review-followup.ts and its detection/integration tests.