From 5d4e731ab71f083397cd334a2ee5ab4d4bf37955 Mon Sep 17 00:00:00 2001 From: Tideclaw Date: Sun, 31 May 2026 03:24:16 +0000 Subject: [PATCH] fix: refresh alpha ci guard metadata --- scripts/deadcode-unused-files.allowlist.mjs | 15 +++++++-------- ui/src/i18n/.i18n/raw-copy-baseline.json | 7 +++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/scripts/deadcode-unused-files.allowlist.mjs b/scripts/deadcode-unused-files.allowlist.mjs index 29261373c16d..1f11a6386889 100644 --- a/scripts/deadcode-unused-files.allowlist.mjs +++ b/scripts/deadcode-unused-files.allowlist.mjs @@ -2,13 +2,6 @@ // generated/build inputs, manifest-discovered plugin surfaces, live-test // helpers, or package bridge files that static production scanning cannot see. export const KNIP_UNUSED_FILE_ALLOWLIST = [ - // Per-agent SQLite scaffold is intentionally landed before runtime migration - // callers so the schema and scoped cache API can be reviewed together. - "src/agents/cache/agent-cache-store.sqlite.ts", - "src/agents/cache/agent-cache-store.ts", - "src/state/openclaw-agent-db.paths.ts", - "src/state/openclaw-agent-db.ts", - "src/state/openclaw-agent-schema.generated.ts", "extensions/acpx/src/runtime-internals/mcp-command-line.mjs", "extensions/acpx/src/runtime-internals/mcp-proxy.mjs", "extensions/canvas/src/host/a2ui-app/bootstrap.js", @@ -17,6 +10,10 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [ "extensions/diffs/src/viewer-payload.ts", "extensions/matrix/src/plugin-entry.runtime.js", "extensions/memory-core/src/memory-tool-manager-mock.ts", + // Per-agent SQLite scaffold is intentionally landed before runtime migration + // callers so the schema and scoped cache API can be reviewed together. + "src/agents/cache/agent-cache-store.sqlite.ts", + "src/agents/cache/agent-cache-store.ts", "src/agents/subagent-registry.runtime.ts", "src/auto-reply/inbound.group-require-mention-test-plugins.ts", "src/auto-reply/reply/get-reply.test-loader.ts", @@ -27,7 +24,6 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [ "src/gateway/gateway-cli-backend.live-helpers.ts", "src/gateway/gateway-cli-backend.live-probe-helpers.ts", "src/gateway/gateway-codex-harness.live-helpers.ts", - "src/infra/changelog-unreleased.ts", "src/mcp/openclaw-tools-serve.ts", "src/mcp/plugin-tools-handlers.ts", "src/mcp/plugin-tools-serve.ts", @@ -37,6 +33,9 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [ "src/plugins/contracts/rootdir-boundary-canary.ts", "src/plugins/contracts/tts-contract-suites.ts", "src/plugins/runtime-sidecar-paths-baseline.ts", + "src/state/openclaw-agent-db.paths.ts", + "src/state/openclaw-agent-db.ts", + "src/state/openclaw-agent-schema.generated.ts", "src/tasks/task-registry-control.runtime.ts", ]; diff --git a/ui/src/i18n/.i18n/raw-copy-baseline.json b/ui/src/i18n/.i18n/raw-copy-baseline.json index ffc20bda9c90..065dfcab8688 100644 --- a/ui/src/i18n/.i18n/raw-copy-baseline.json +++ b/ui/src/i18n/.i18n/raw-copy-baseline.json @@ -344,6 +344,13 @@ "path": "ui/src/ui/chat/tool-cards.ts", "text": "Raw details" }, + { + "count": 1, + "kind": "object-property", + "name": "label", + "path": "ui/src/ui/chat/tool-cards.ts", + "text": "Tool error" + }, { "count": 1, "kind": "object-property",