From 84a96ab811aba0dc65f1196502c5b26a97fe78cd Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 16 Jul 2026 19:49:52 +0000 Subject: [PATCH] fix(tui): hide model cycle from palette --- packages/tui/src/app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tui/src/app.tsx b/packages/tui/src/app.tsx index d15f0d8cf3..78e8fa0aa0 100644 --- a/packages/tui/src/app.tsx +++ b/packages/tui/src/app.tsx @@ -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) },