fix: align skills branch with upstream tar verbose test · openclaw/openclaw@5fff679
shakkernerd
·
2026-05-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -55,7 +55,6 @@ import { composeSystemPromptWithHookContext } from "../embedded-agent-runner/run
|
55 | 55 | import { buildCurrentInboundPrompt } from "../embedded-agent-runner/run/runtime-context-prompt.js"; |
56 | 56 | import { resolveHeartbeatPromptForSystemPrompt } from "../heartbeat-system-prompt.js"; |
57 | 57 | import { applyPluginTextReplacements } from "../plugin-text-transforms.js"; |
58 | | -import { resolveSkillsPromptForRun } from "../skills.js"; |
59 | 58 | import { resolveSystemPromptOverride } from "../system-prompt-override.js"; |
60 | 59 | import { buildSystemPromptReport } from "../system-prompt-report.js"; |
61 | 60 | import { appendModelIdentitySystemPrompt } from "../system-prompt.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -106,11 +106,6 @@ import {
|
106 | 106 | } from "../session-write-lock.js"; |
107 | 107 | import { createAgentSession, estimateTokens, SessionManager } from "../sessions/index.js"; |
108 | 108 | import { detectRuntimeShell } from "../shell-utils.js"; |
109 | | -import { |
110 | | -applySkillEnvOverrides, |
111 | | -applySkillEnvOverridesFromSnapshot, |
112 | | -resolveSkillsPromptForRun, |
113 | | -} from "../skills.js"; |
114 | 109 | import { resolveSystemPromptOverride } from "../system-prompt-override.js"; |
115 | 110 | import { filterRuntimeCompatibleTools } from "../tool-schema-projection.js"; |
116 | 111 | import { logRuntimeToolSchemaQuarantine } from "../tool-schema-quarantine.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import { describe, expect, it } from "vitest"; |
2 | | -import { parseTarVerboseMetadata } from "./skills-install-tar-verbose.js"; |
| 2 | +import { parseTarVerboseMetadata } from "./install-tar-verbose.js"; |
3 | 3 | |
4 | 4 | describe("parseTarVerboseMetadata", () => { |
5 | 5 | it("parses BSD and GNU tar verbose sizes", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。