fix(agents): align runtime with updated deps

This commit is contained in:
Peter Steinberger
2026-04-04 22:37:42 +09:00
parent 76d1f26782
commit f9717f2eae
28 changed files with 280 additions and 120 deletions

View File

@@ -4,7 +4,7 @@ import { listLegacyWebFetchConfigPaths, migrateLegacyWebFetchConfig } from "./le
describe("legacy web fetch config", () => {
it("migrates legacy Firecrawl fetch config into plugin-owned config", () => {
const res = migrateLegacyWebFetchConfig<OpenClawConfig>({
const res = migrateLegacyWebFetchConfig({
tools: {
web: {
fetch: {
@@ -40,7 +40,7 @@ describe("legacy web fetch config", () => {
});
it("drops legacy firecrawl.enabled when migrating plugin-owned config", () => {
const res = migrateLegacyWebFetchConfig<OpenClawConfig>({
const res = migrateLegacyWebFetchConfig({
tools: {
web: {
fetch: {