fix(ci): repair provider fold validation (#108564)

* fix(ci): repair provider fold validation

* fix(qa): model debugger web entry
This commit is contained in:
Peter Steinberger
2026-07-15 19:49:02 -07:00
committed by GitHub
parent 652c6444b3
commit 7f9d519fcb
3 changed files with 51 additions and 6 deletions
@@ -1,6 +1,6 @@
import { CODEX_APP_SERVER_AUTH_MARKER } from "openclaw/plugin-sdk/agent-runtime";
// Codex usage tests cover the harness-owned provider-usage contribution.
import type { ProviderFetchUsageSnapshotContext } from "openclaw/plugin-sdk/plugin-entry";
import { CODEX_APP_SERVER_AUTH_MARKER } from "openclaw/plugin-sdk/agent-runtime";
import { describe, expect, it, vi } from "vitest";
import { fetchCodexAppServerUsageSnapshot } from "./usage.js";