refactor: move built-in channel normalization to ids

This commit is contained in:
Shakker
2026-04-02 01:22:43 +01:00
committed by Peter Steinberger
parent 57ee3d9673
commit 8bd3067e69
14 changed files with 101 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
import { resolveDefaultAgentId } from "../agents/agent-scope.js";
import { normalizeChatChannelId } from "../channels/registry.js";
import { normalizeChatChannelId } from "../channels/ids.js";
import { listRouteBindings } from "../config/bindings.js";
import type { OpenClawConfig } from "../config/config.js";
import type { AgentRouteBinding } from "../config/types.agents.js";