Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/local-agent-adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from "./local-agent-codex.js";
import { removeDevspaceNodeModulesBinFromPath } from "./local-agent-path.js";
import {
CodexCliLocalAgentRuntime,
CodexAppServerLocalAgentRuntime,
type LocalAgentRunInput,
type LocalAgentRunResult,
} from "./local-agent-runtime.js";
Expand Down Expand Up @@ -59,7 +59,7 @@ class CodexLocalAgentAdapter implements LocalAgentAdapter {
"codex provider is not available: codex executable not found. Install codex or set CODEX_COMMAND.",
);
}
const runtime = new CodexCliLocalAgentRuntime({
const runtime = new CodexAppServerLocalAgentRuntime({
command: resolved.executable,
env,
version: resolved.version,
Expand Down
Loading
Loading