feat(webui): add dollar skill shortcuts

Add a WebUI-only $<skill> completion shortcut without changing slash command behavior.

Keep slash autocomplete command-only and allow dollar skill shortcuts anywhere in the composer.

Co-authored-by: Alan Chen <zc2610@nyu.edu>
This commit is contained in:
chengyongru
2026-07-01 19:51:01 +08:00
committed by Xubin Ren
co-authored by Alan Chen
parent a6d5e4f3b5
commit 2ec4044217
4 changed files with 97 additions and 4 deletions
+1
View File
@@ -1586,6 +1586,7 @@ function Shell({
onWorkspaceScopeChange={applyWorkspaceScope}
settingsSnapshot={settingsSnapshot}
onOpenModelSettings={onOpenModelSettings}
skills={skills}
/>
</div>
{view !== "chat" && (