fix: restore Codex agent dir runtime import · openclaw/openclaw@a6d88e3
steipete
·
2026-05-06
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,6 @@ import {
|
16 | 16 | isSubagentSessionKey, |
17 | 17 | normalizeAgentRuntimeTools, |
18 | 18 | resolveAttemptSpawnWorkspaceDir, |
19 | | -resolveAgentDir, |
20 | 19 | resolveAgentHarnessBeforePromptBuildResult, |
21 | 20 | resolveModelAuthMode, |
22 | 21 | resolveSandboxContext, |
@@ -38,6 +37,7 @@ import {
|
38 | 37 | type NativeHookRelayEvent, |
39 | 38 | type NativeHookRelayRegistrationHandle, |
40 | 39 | } from "openclaw/plugin-sdk/agent-harness-runtime"; |
| 40 | +import { resolveAgentDir } from "openclaw/plugin-sdk/agent-runtime"; |
41 | 41 | import { emitTrustedDiagnosticEvent } from "openclaw/plugin-sdk/diagnostic-runtime"; |
42 | 42 | import { handleCodexAppServerApprovalRequest } from "./approval-bridge.js"; |
43 | 43 | import { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。