test(perf): narrow codex trajectory import · openclaw/openclaw@12a42bf
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 |
|---|
|
1 | 1 | import nodeFs from "node:fs"; |
2 | 2 | import fs from "node:fs/promises"; |
3 | 3 | import path from "node:path"; |
| 4 | +import { resolveUserPath } from "openclaw/plugin-sdk/agent-harness-runtime"; |
4 | 5 | import type { |
5 | 6 | EmbeddedRunAttemptParams, |
6 | 7 | EmbeddedRunAttemptResult, |
7 | | -} from "openclaw/plugin-sdk/agent-harness"; |
8 | | -import { resolveUserPath } from "openclaw/plugin-sdk/agent-harness"; |
| 8 | +} from "openclaw/plugin-sdk/agent-harness-runtime"; |
9 | 9 | import { |
10 | 10 | appendRegularFile, |
11 | 11 | resolveRegularFileAppendFlags, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。