mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
feat(opencode): unify local review commands under /review
Consolidate `/local-review` and `/local-review-uncommitted` into a single `/review` command that uses subcommands (`uncommitted` or `branch`) to determine the review scope. - Replace deprecated `/local-review-*` slash commands with `/review [scope]` - Update documentation to reflect new command syntax - Update telemetry to track the unified `review` command - Update test suites to validate new command parsing and behavior - Refactor review prompt templates and logic to support the new structure Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
@@ -42,10 +42,10 @@ Start the CLI from this branch with `bun install` if dependencies are missing, t
|
||||
What is my favourite animal?
|
||||
```
|
||||
|
||||
- Find `/local-review` and run it:
|
||||
- Find `/review` and run it:
|
||||
|
||||
```text
|
||||
/local-review
|
||||
/review branch
|
||||
```
|
||||
|
||||
- Change from Code mode to Ask mode and ask what it can do:
|
||||
|
||||
Reference in New Issue
Block a user