feat: system prompt swapping (#131)

This commit is contained in:
Charles Packer
2025-11-27 01:30:11 -08:00
committed by GitHub
parent 8330534f00
commit 135c19c7d7
10 changed files with 665 additions and 4 deletions

View File

@@ -85,6 +85,13 @@ export const commands: Record<string, Command> = {
return "Opening toolset selector...";
},
},
"/system": {
desc: "Switch system prompt",
handler: () => {
// Handled specially in App.tsx to open system prompt selector
return "Opening system prompt selector...";
},
},
"/download": {
desc: "Download agent file locally",
handler: () => {