feat: Add one-click apply fixes suggestions to review mode#360
feat: Add one-click apply fixes suggestions to review mode#360alex-alecu merged 22 commits intodevfrom
Conversation
Code Review SummaryStatus: No New Issues Found | Recommendation: Address existing comments before merge OverviewThis PR adds mode-switching support to the question dock, allowing review question options to trigger agent mode changes (e.g., switching to "code" or "debug" mode after a review). The implementation spans the backend schema ( The code is well-structured with proper abort controller cleanup, timeout handling, and error boundaries. The No new issues were found beyond those already flagged in existing inline comments (15 active). The previously reported concerns about polling cancellation, TDZ in Files Reviewed (7 files)
|
…stion option descriptions
…for mode action idle wait - Use createEffect to reactively watch session status instead of setTimeout polling - Add AbortController for cancellation on unmount via onCleanup - Only resolve when status.type === 'idle', not when status is undefined (race fix)
b4dd43b to
9d43ad4
Compare
Context
Add suggestions for implementing review findings. Follow-up from VS Code extension Kilo-Org/kilocode#5926
Implementation
Changed the prompt to recommend max 3 options based on the amount of review findings. Included options for orchestrator and debug where the issues are complex or need discussing first.
Screenshots
How to Test
Run
/local-review-uncommittedin the Kilo CLI and look for the actionable items at the end.Get in Touch
We'd love to have a way to chat with you about your changes if necessary. If you're in the Kilo Code Discord, please share your handle here.