refactor: isolate tmux runner implementation

This commit is contained in:
pi
2026-04-10 23:55:19 +01:00
parent 29a77c6839
commit b4ed6886c4
4 changed files with 80 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
import { createRunArtifacts } from "./src/artifacts.ts";
import { monitorRun } from "./src/monitor.ts";
import { listAvailableModelReferences } from "./src/models.ts";
import { createTmuxSingleRunner } from "./src/runner.ts";
import { createTmuxSingleRunner } from "./src/tmux-runner.ts";
import {
buildCurrentWindowArgs,
buildKillPaneArgs,