Files
fusion/.changeset/add-task-steering.md
gsxdsm 43c81c1f55 feat(KB-003): add task steering feature with UI and prompt injection
- Add SteeringComment type to core types for user steering input
- Add addSteeringComment method to TaskStore with persistence
- Add POST /api/tasks/:id/steer endpoint for adding steering comments
- Add frontend API client and SteeringTab UI component
- Inject steering comments into execution prompt for agent guidance
- Add comprehensive tests for store, API, UI, and executor components
- Include changeset for patch release
2026-03-29 17:40:42 -07:00

167 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Add task steering from dashboard — users can now add comments to in-progress tasks that are injected into the AI execution context