Roo-Code/packages
Roo Code 7c07d74303 feat: add real-time steering advice for mid-task coaching
Implements MVP for issue #11802: allows users to send steering
advice while the agent is actively working. The advice is queued
and injected into the next API call as additional context, without
interrupting the current task.

Changes:
- Add SteeringQueue (src/core/steering/SteeringQueue.ts) with
  TTL-based expiration and capacity cap
- Add steering_advice ClineSay type for chat display
- Add steeringAdvice WebviewMessage type
- Inject pending advice at finalUserContent assembly in Task.ts
- Handle steeringAdvice in webviewMessageHandler.ts
- Add Compass steering button in ChatTextArea (visible during streaming)
- Add steering handler in ChatView
- Render steering_advice messages with badge in ChatRow
- Add i18n strings for steering UI
- 11 unit tests for SteeringQueue (all passing)
2026-02-28 19:18:58 +00:00
..
build Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
cloud feat: update cloud settings refresh interval to one hour (#11749) 2026-02-25 21:05:56 -08:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
core feat(cli): add session resume/history and upgrade command (#11768) 2026-02-26 13:55:46 -08:00
evals Fix spelling/grammar and casing inconsistencies (#11485) 2026-02-24 14:22:22 -07:00
ipc feat: add DeleteQueuedMessage IPC command (#11464) 2026-02-18 10:42:48 -07:00
telemetry fix(condense): remove custom condensing model option (#10901) 2026-01-22 20:06:04 -05:00
types feat: add real-time steering advice for mid-task coaching 2026-02-28 19:18:58 +00:00
vscode-shim Some cleanup in ExtensionHost (#10600) 2026-01-10 02:29:33 -08:00