refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,6 +1,6 @@
import { getChannelDock } from "../../channels/dock.js";
import { normalizeChannelId } from "../../channels/plugins/index.js";
import type { MoltbotConfig } from "../../config/config.js";
import type { OpenClawConfig } from "../../config/config.js";
import type { BlockStreamingCoalesceConfig } from "../../config/types.js";
import { normalizeAccountId } from "../../routing/session-key.js";
import {
@@ -29,7 +29,7 @@ type ProviderBlockStreamingConfig = {
};
function resolveProviderBlockStreamingCoalesce(params: {
cfg: MoltbotConfig | undefined;
cfg: OpenClawConfig | undefined;
providerKey?: TextChunkProvider;
accountId?: string | null;
}): BlockStreamingCoalesceConfig | undefined {
@@ -51,7 +51,7 @@ export type BlockStreamingCoalescing = {
};
export function resolveBlockStreamingChunking(
cfg: MoltbotConfig | undefined,
cfg: OpenClawConfig | undefined,
provider?: string,
accountId?: string | null,
): {
@@ -88,7 +88,7 @@ export function resolveBlockStreamingChunking(
}
export function resolveBlockStreamingCoalescing(
cfg: MoltbotConfig | undefined,
cfg: OpenClawConfig | undefined,
provider?: string,
accountId?: string | null,
chunking?: {