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) },