mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
* feat: search slash command aliases in autocomplete Slash-command name completion now matches aliases and shows them in the label as `name (alias1, alias2)` when the match came from an alias. Argument completion resolves aliases too. The intercepted completion keeps the inner provider's conventions: argument hints stay in the suggestion description, and primary-name matches outrank alias matches on score ties. * feat: wrap autocomplete descriptions onto up to two lines Long slash command / skill descriptions used to be truncated to a single line in the completion menu. CustomEditor now swaps the slash menu's list for a WrappingSelectList that wraps descriptions to at most two lines, ellipsizing past the second; non-slash completion keeps pi-tui's single-line list. Plain-text truncations also strip the trailing ANSI reset that pi-tui's truncateToWidth appends — embedded inside the theme colouring it reset the rest of the row, so a selected row with a truncated name rendered its two description lines in different colours. * chore: make changeset wording user-facing * style: pass optional description directly instead of conditional spread Follows the AGENTS.md convention for optional object properties. |
||
|---|---|---|
| .. | ||
| kimi-code | ||
| vis | ||