|
|
@@ -243,6 +243,7 @@ export default function Page() {
|
|
|
title: "Choose model",
|
|
|
description: "Select a different model",
|
|
|
category: "Model",
|
|
|
+ keybind: "mod+'",
|
|
|
slash: "model",
|
|
|
onSelect: () => dialog.replace(() => <DialogSelectModel />),
|
|
|
},
|
|
|
@@ -251,6 +252,7 @@ export default function Page() {
|
|
|
title: "Cycle agent",
|
|
|
description: "Switch to the next agent",
|
|
|
category: "Agent",
|
|
|
+ keybind: "mod+.",
|
|
|
slash: "agent",
|
|
|
onSelect: () => local.agent.move(1),
|
|
|
},
|