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:
committed by
Xubin Ren
co-authored by
Alan Chen
parent
a6d5e4f3b5
commit
2ec4044217
@@ -1586,6 +1586,7 @@ function Shell({
|
||||
onWorkspaceScopeChange={applyWorkspaceScope}
|
||||
settingsSnapshot={settingsSnapshot}
|
||||
onOpenModelSettings={onOpenModelSettings}
|
||||
skills={skills}
|
||||
/>
|
||||
</div>
|
||||
{view !== "chat" && (
|
||||
|
||||
Reference in New Issue
Block a user