chore(cli): merge local-review changesets

This commit is contained in:
Alex Alecu
2026-05-25 11:13:15 +03:00
parent 0ef52d5d5a
commit 9dbe1bb682
3 changed files with 1 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@kilocode/cli": patch
---
Let `/local-review` accept optional input to choose a base branch or add review instructions.
-5
View File
@@ -1,5 +0,0 @@
---
"@kilocode/cli": patch
---
Focus `/local-review` and `/local-review-uncommitted` on high-confidence security, performance, business logic, deploy safety, duplication, and dead-code findings.
+1 -1
View File
@@ -2,4 +2,4 @@
"@kilocode/cli": patch
---
`/local-review` and `/local-review-uncommitted` now pass user input through regular command arguments. Type any extra review focus after the slash command without special separators and it is passed to the prompt as `$ARGUMENTS`.
Support optional review focus for `/local-review` and `/local-review-uncommitted`, optional base selection for `/local-review`, and focus both prompts on high-confidence security, performance, business logic, deploy safety, duplication, and dead-code findings.