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

@@ -8,6 +8,7 @@ import {
} from "@mariozechner/pi-coding-agent";
import { Type } from "@sinclair/typebox";
import type { ClawdbotConfig } from "../config/config.js";
import { detectMime } from "../media/mime.js";
import { startWebLoginWithQr, waitForWebLogin } from "../web/login-qr.js";
import {
@@ -17,7 +18,6 @@ import {
type ProcessToolDefaults,
} from "./bash-tools.js";
import { createClawdbotTools } from "./clawdbot-tools.js";
import type { ClawdbotConfig } from "../config/config.js";
import type { SandboxContext, SandboxToolPolicy } from "./sandbox.js";
import { assertSandboxPath } from "./sandbox-paths.js";
import { sanitizeToolResultImages } from "./tool-images.js";