style(ts): normalize type-only imports

This commit is contained in:
Peter Steinberger
2026-01-04 21:56:16 +01:00
parent 39be40cd23
commit 2ceceb8c25
6 changed files with 44 additions and 18 deletions

View File

@@ -249,7 +249,11 @@ export function registerModelsCli(program: Command) {
.option("--yes", "Accept defaults without prompting", false)
.option("--no-input", "Disable prompts (use defaults)")
.option("--set-default", "Set agent.model to the first selection", false)
.option("--set-image", "Set agent.imageModel to the first image selection", false)
.option(
"--set-image",
"Set agent.imageModel to the first image selection",
false,
)
.option("--json", "Output JSON", false)
.action(async (opts) => {
try {