Commit Graph

7 Commits

Author SHA1 Message Date
rakshith1928 2246ef70b5 fix(webview): preserve existing text when selecting slash command at start (#11728)
* fix(webview): preserve existing text when selecting slash command at input start

* remove unwanted check not related to pr

* fix(webview): update test mocks for new select() cursor usage and add trailing text tests

* chore: add changeset for slash command trailing text fix

* fix(webview): add slashEnd signal to fix cursor-corruption bug when selecting slash commands

* chore(test): fix redundant double type assertion in use-slash-command.test.ts

* address the pr review comments

* fix(test): use full text length as onInput cursor in review slash test

* fix: preserve trailing text on no-argument /memory commands

* refactor: drop review commit and review pr slash suggestions

* fix(webview): place caret at start when preserving trailing text for action commands

* fix(kilo-memory): preserve trailing text for /memory show like other no-arg commands

* fix(kilo-vscode): update mirrored /memory show fixture for rest field

* fix(kilo-vscode): format prompt-input-utils.ts to satisfy prettier

* fix(kilo-vscode): place caret at start for preserved /memory text
2026-08-14 15:07:53 +02:00
marius-kilocode 134acb3e32 Merge branch 'main' into optimize-review-slash-commands 2026-08-07 13:13:11 +02:00
marius-kilocode 0e1f11bed6 feat(review): add nested suggestions and subcommands for review 2026-08-07 12:48:24 +02:00
marius-kilocode 454cb934a0 feat(vscode): sync model selector with slash command overrides 2026-08-07 11:24:51 +02:00
marius-kilocode 7db6b9609d feat(agent-manager): support worktree slash commands 2026-08-04 15:15:31 +02:00
Johnny Amancio 28d015f8fe fix(memory): refine CLI and extension experience 2026-07-21 01:08:42 +02:00
marius-kilocode 27fb5500e3 feat(vscode): add sandbox slash command 2026-06-25 11:50:08 +02:00