fix(tui): hide model cycle from palette

This commit is contained in:
Dax Raad 2026-07-16 19:49:52 +00:00 committed by opencode-agent[bot]
commit 84a96ab811

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