Commit Graph

18 Commits

Author SHA1 Message Date
Alexandre Vilain 5109cb7be2 feat(cli): add custom commands support (#5183)
Implement custom commands feature allowing users to create reusable slash commands
from markdown files stored in global (~/.kilocode/commands/) or project-specific
(.kilocode/commands/) directories. Commands support argument substitution,
automatic mode/model switching, and YAML frontmatter configuration.

- Add documentation for custom commands in CLI docs
- Implement custom command loading, parsing, and execution logic
- Add comprehensive test suite for custom commands functionality
- Integrate custom commands initialization into the UI startup process

Co-authored-by: Marius <marius@kilocode.ai>
2026-01-19 08:47:48 +00:00
Kevin van Dijk af46a34b5a Merge branch 'main' into fix/cerebras-conservative-max-tokens 2026-01-13 11:27:21 +01:00
marius-kilocode 7dcd71feda feat(cli): Add Shift+Tab keyboard shortcut to cycle through modes (#4943)
- Add cycleNextModeAtom to cycle through all available modes (default + custom)
- Add Shift+Tab handler in handleGlobalHotkeys
- Update hotkey hints to show Shift+Tab for mode cycling
- Add 4 tests for mode cycling functionality
- Add Keyboard shortcuts section to CLI documentation
- Add changeset for the feature
2026-01-12 09:50:14 +01:00
Joshua Lambert 9794e994fd Apply suggestion from @lambertjosh 2025-12-30 10:59:47 -05:00
Josh Lambert aa518eac0b Refresh CLI docs, add cloud agent docs 2025-12-30 10:57:22 -05:00
Josh Lambert e02300ba0f Add CLI Docs, try to fix links again 2025-12-30 10:53:42 -05:00
Josh Lambert c862f6e3f7 Restructure the auto-approval CLI documentation for clarity 2025-12-17 10:45:28 -05:00
Emilie Lima Schario bce6678e2d Apply suggestions from code review 2025-12-09 15:25:13 -05:00
Emilie Lima Schario f569eea9ce Update apps/kilocode-docs/docs/cli.md
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2025-12-09 15:24:45 -05:00
Sytse Sijbrandij 8dafc1562c Add update section to CLI documentation
Added update instructions for Kilo CLI package.
2025-12-09 12:10:12 -08:00
Christiaan Arnoldus ee6e9448b2 Autoformat 2025-11-03 16:07:06 +01:00
Sytse Sijbrandij 561127c6a7 docs: add /teams commands to CLI reference table
Add /teams and /teams select commands to the CLI commands reference table at the top of the CLI documentation page. These commands were already documented in the 'Switching into an Organization from the CLI' section but were missing from the quick reference table.
2025-11-01 12:04:15 -07:00
Igor Šćekić 94d88e12f7 add parallel mode docs (#3416) 2025-10-31 14:59:01 +01:00
beatlevic d0356c585a Merge branch 'main' into beatlevic/cleanup-llm-benchmark 2025-10-28 16:07:33 +01:00
Emilie Schario ad69807439 Update CLI docs with team reference 2025-10-28 09:40:07 -04:00
Brendan O'Leary bb23338f36 Add slash config command to cli 2025-10-22 16:23:23 -04:00
MelanieCrissey 0f898168bc Pulls in richer documentation for autonomous mode and new features from alpha 2025-10-22 08:25:43 -04:00
MelanieCrissey 274051d42d New docs for Kilo Code CLI 2025-10-21 16:21:46 -04:00