fix: restore subagent footer and fix style guide violations (#19491)

This commit is contained in:
Dax
2026-03-28 01:46:29 -04:00
committed by GitHub
parent 951195ef0f
commit 41505c299c
4 changed files with 115 additions and 4 deletions
@@ -138,9 +138,9 @@ export function DialogModel(props: { providerID?: string }) {
local.model.set({ providerID, modelID }, { recent: true })
if (local.model.variant.list().length > 0) {
dialog.replace(() => <DialogVariant />)
} else {
dialog.clear()
return
}
dialog.clear()
}
return (
@@ -1,6 +1,5 @@
import { createMemo } from "solid-js"
import { useLocal } from "@tui/context/local"
import { useSync } from "@tui/context/sync"
import { DialogSelect } from "@tui/ui/dialog-select"
import { useDialog } from "@tui/ui/dialog"