mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
40cb8889fe
Replaces the number-prefixed question-picker block with a full-width tinted row: icon + suggestion text on the left, clickable action buttons on the right. Removes keyboard shortcuts and the esc-dismiss hint -- dismissal already happens automatically server-side when the user sends a new prompt.
435 B
435 B
@kilocode/cli
| @kilocode/cli |
|---|
| patch |
CLI suggestions now render inline in the conversation at the position of the suggest tool call, instead of as a separate bar above the prompt input. The inline bar renders as a single full-width row with a subtle background and clickable action buttons, matching the VS Code extension. Dismissal happens automatically when you send a new prompt. Blocking suggestions still use the above-prompt overlay.