chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-30 09:11:40 +00:00
parent 003c22b4a3
commit 8289883de8

View file

@ -65,7 +65,11 @@ export function SessionContextUsage(props: SessionContextUsageProps) {
return usd().format(info()?.cost ?? 0)
})
const contextVisible = createMemo(() => view().reviewPanel.opened() && tabState.activeTab() === "context")
const hasOtherTabs = createMemo(() => tabs().all().some((tab) => tab !== "context" && tab !== "review"))
const hasOtherTabs = createMemo(() =>
tabs()
.all()
.some((tab) => tab !== "context" && tab !== "review"),
)
const openContext = () => {
if (!params.id) return