This commit is contained in:
Shawn Morreau
2025-11-18 19:20:26 -05:00
parent c72d44382f
commit 3982b147f9
3 changed files with 18 additions and 24 deletions
-1
View File
@@ -1,5 +1,4 @@
import { spawnSync } from "node:child_process";
import type { McpServerConfig } from "@anthropic-ai/claude-agent-sdk";
import { Codex, type CodexOptions, type ThreadEvent } from "@openai/codex-sdk";
import { log } from "../utils/cli.ts";
import { addInstructions } from "./instructions.ts";