fix(ui): unblock docker onboarding build

This commit is contained in:
Peter Steinberger
2026-02-19 16:32:14 +01:00
parent 30e36c30d4
commit 3077c35831
7 changed files with 241 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import { html, nothing } from "lit";
import { normalizeToolName } from "../../../../src/agents/tool-policy.js";
import { normalizeToolName } from "../../../../src/agents/tool-policy-shared.js";
import type { SkillStatusEntry, SkillStatusReport } from "../types.ts";
import {
isAllowedByPolicy,

View File

@@ -3,7 +3,7 @@ import {
expandToolGroups,
normalizeToolName,
resolveToolProfilePolicy,
} from "../../../../src/agents/tool-policy.js";
} from "../../../../src/agents/tool-policy-shared.js";
import type { AgentIdentityResult, AgentsFilesListResult, AgentsListResult } from "../types.ts";
export const TOOL_SECTIONS = [