fix: move variant toggle to command bar

This commit is contained in:
Aiden Cline
2025-12-30 12:33:50 -06:00
parent 9b04081ae0
commit c88c2da9be
2 changed files with 9 additions and 6 deletions

View File

@@ -372,6 +372,15 @@ function App() {
local.agent.move(1)
},
},
{
title: "Variant cycle",
value: "variant.cycle",
keybind: "variant_cycle",
category: "Agent",
onSelect: () => {
local.model.variant.cycle()
},
},
{
title: "Agent cycle reverse",
value: "agent.cycle.reverse",