feat(webui): improve slash command actions

This commit is contained in:
Xubin Ren
2026-05-24 21:24:54 +08:00
parent 3f0098839e
commit 92915ea424
14 changed files with 576 additions and 52 deletions
+18
View File
@@ -534,6 +534,16 @@
"navigateHint": "↑↓ Navigate",
"selectHint": "Enter/Tab Select",
"closeHint": "Esc Close",
"badges": {
"current": "Current",
"recent": "Recent"
},
"details": {
"goalActive": "Goal is running",
"goalReady": "Start a sustained objective",
"history": "Show recent messages",
"stopRunning": "Running now"
},
"commands": {
"new": {
"title": "New chat",
@@ -551,6 +561,10 @@
"title": "Show status",
"description": "Display runtime, provider, and channel status."
},
"model": {
"title": "Model",
"description": "Show or switch the active model preset."
},
"history": {
"title": "Show conversation history",
"description": "Print the last N persisted conversation messages."
@@ -574,6 +588,10 @@
"help": {
"title": "Show help",
"description": "List available slash commands."
},
"pairing": {
"title": "Pairing",
"description": "Manage pairing requests."
}
}
},