Compare commits

...

1 Commits

Author SHA1 Message Date
Dax Raad 84a96ab811 fix(tui): hide model cycle from palette 2026-07-16 19:49:52 +00:00
+1
View File
@@ -642,6 +642,7 @@ function App(props: { pair?: DialogPairCredentials; started: number }) {
title: "Model cycle",
category: "Agent",
hidden: true,
namespace: undefined,
run: () => {
local.model.cycle(1)
},