fix: align plugin runtime and exec wiring

This commit is contained in:
Peter Steinberger
2026-01-18 05:24:20 +00:00
parent 1a0d1cb7b2
commit 9c0ff87c86
3 changed files with 25 additions and 103 deletions

View File

@@ -11,10 +11,7 @@ import type { ClawdbotConfig } from "../config/config.js";
import { resolveSessionTranscriptsDirForAgent } from "../config/sessions/paths.js";
import { createSubsystemLogger } from "../logging.js";
import { onSessionTranscriptUpdate } from "../sessions/transcript-events.js";
import { resolveUserPath, truncateUtf16Safe } from "../utils.js";
import { colorize, isRich, theme } from "../terminal/theme.js";
import { resolveUserPath, truncateUtf16Safe } from "../utils.js";
import { colorize, isRich, theme } from "../terminal/theme.js";
import { resolveUserPath } from "../utils.js";
import {
createEmbeddingProvider,
type EmbeddingProvider,