mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:27:39 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -4,7 +4,7 @@ import { Readable } from "node:stream";
|
||||
import type { ReadableStream as NodeReadableStream } from "node:stream/web";
|
||||
import { pipeline } from "node:stream/promises";
|
||||
|
||||
import type { MoltbotConfig } from "../config/config.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { resolveBrewExecutable } from "../infra/brew.js";
|
||||
import { runCommandWithTimeout } from "../process/exec.js";
|
||||
import { CONFIG_DIR, ensureDir, resolveUserPath } from "../utils.js";
|
||||
@@ -23,7 +23,7 @@ export type SkillInstallRequest = {
|
||||
skillName: string;
|
||||
installId: string;
|
||||
timeoutMs?: number;
|
||||
config?: MoltbotConfig;
|
||||
config?: OpenClawConfig;
|
||||
};
|
||||
|
||||
export type SkillInstallResult = {
|
||||
|
||||
Reference in New Issue
Block a user