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 haozhe.yang
parent 839715f9e2
commit fbedbcd4d7

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.