chore: remove unused program context imports

This commit is contained in:
Peter Steinberger
2026-01-19 00:03:37 +00:00
parent 8de02e6074
commit 4cf829608c

View File

@@ -1,8 +1,3 @@
import { listChannelPlugins } from "../../channels/plugins/index.js";
import { resolveAgentWorkspaceDir, resolveDefaultAgentId } from "../../agents/agent-scope.js";
import { loadConfig } from "../../config/config.js";
import { createSubsystemLogger } from "../../logging/subsystem.js";
import { loadClawdbotPlugins } from "../../plugins/loader.js";
import { VERSION } from "../../version.js";
import { resolveCliChannelOptions } from "../channel-options.js";