feat(web): prefix skill slash commands with skill: to distinguish them from built-in commands (#1492)

This commit is contained in:
qer 2026-07-08 15:03:30 +08:00 committed by GitHub
parent 0cc9831a2f
commit b0809ddac8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 54 additions and 15 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Show session skills in the slash menu as `/skill:<name>` so they are distinguishable from built-in commands; typing the bare skill name still works.