惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
L
LangChain Blog
博客园_首页
Recent Announcements
Recent Announcements
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
博客园 - 叶小钗
博客园 - 【当耐特】
The Cloudflare Blog
J
Java Code Geeks
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix: honor profile plugin install roots · openclaw/opencl...
steipete · 2026-04-27 · via Recent Commits to openclaw:main

@@ -1,7 +1,7 @@

11

import fs from "node:fs";

22

import os from "node:os";

33

import path from "node:path";

4-

import { beforeEach, describe, expect, it } from "vitest";

4+

import { afterEach, beforeEach, describe, expect, it } from "vitest";

55

import { installedPluginRoot } from "../../test/helpers/bundled-plugin-paths.js";

66

import type { OpenClawConfig } from "../config/config.js";

77

import {

@@ -30,11 +30,18 @@ import {

3030

} from "./plugins-cli-test-helpers.js";

31313232

const CLI_STATE_ROOT = "/tmp/openclaw-state";

33+

const ORIGINAL_OPENCLAW_STATE_DIR = process.env.OPENCLAW_STATE_DIR;

34+

const PROFILE_STATE_ROOT = "/tmp/openclaw-ledger-profile";

33353436

function cliInstallPath(pluginId: string): string {

3537

return installedPluginRoot(CLI_STATE_ROOT, pluginId);

3638

}

373940+

function useProfileExtensionsDir(): string {

41+

process.env.OPENCLAW_STATE_DIR = PROFILE_STATE_ROOT;

42+

return path.join(PROFILE_STATE_ROOT, "extensions");

43+

}

44+3845

function createEnabledPluginConfig(pluginId: string): OpenClawConfig {

3946

return {

4047

plugins: {

@@ -227,6 +234,14 @@ describe("plugins cli install", () => {

227234

resetPluginsCliTestState();

228235

});

229236237+

afterEach(() => {

238+

if (ORIGINAL_OPENCLAW_STATE_DIR === undefined) {

239+

delete process.env.OPENCLAW_STATE_DIR;

240+

} else {

241+

process.env.OPENCLAW_STATE_DIR = ORIGINAL_OPENCLAW_STATE_DIR;

242+

}

243+

});

244+230245

it("shows the force overwrite option in install help", async () => {

231246

const { Command } = await import("commander");

232247

const { registerPluginsCli } = await import("./plugins-cli.js");

@@ -275,6 +290,22 @@ describe("plugins cli install", () => {

275290

expect(writeConfigFile).not.toHaveBeenCalled();

276291

});

277292293+

it("passes the active profile extensions dir to marketplace installs", async () => {

294+

const extensionsDir = useProfileExtensionsDir();

295+296+

await expect(

297+

runPluginsCommand(["plugins", "install", "alpha", "--marketplace", "local/repo"]),

298+

).rejects.toThrow("__exit__:1");

299+300+

expect(installPluginFromMarketplace).toHaveBeenCalledWith(

301+

expect.objectContaining({

302+

extensionsDir,

303+

marketplace: "local/repo",

304+

plugin: "alpha",

305+

}),

306+

);

307+

});

308+278309

it("fails closed for unrelated invalid config before installer side effects", async () => {

279310

const invalidConfigErr = new Error("config invalid");

280311

(invalidConfigErr as { code?: string }).code = "INVALID_CONFIG";

@@ -421,6 +452,37 @@ describe("plugins cli install", () => {

421452

expect(installPluginFromNpmSpec).not.toHaveBeenCalled();

422453

});

423454455+

it("passes the active profile extensions dir to ClawHub installs", async () => {

456+

const extensionsDir = useProfileExtensionsDir();

457+

const cfg = createEmptyPluginConfig();

458+

const enabledCfg = createEnabledPluginConfig("demo");

459+460+

loadConfig.mockReturnValue(cfg);

461+

parseClawHubPluginSpec.mockReturnValue({ name: "demo" });

462+

installPluginFromClawHub.mockResolvedValue(

463+

createClawHubInstallResult({

464+

pluginId: "demo",

465+

packageName: "demo",

466+

version: "1.2.3",

467+

channel: "official",

468+

}),

469+

);

470+

enablePluginInConfig.mockReturnValue({ config: enabledCfg });

471+

applyExclusiveSlotSelection.mockReturnValue({

472+

config: enabledCfg,

473+

warnings: [],

474+

});

475+476+

await runPluginsCommand(["plugins", "install", "clawhub:demo"]);

477+478+

expect(installPluginFromClawHub).toHaveBeenCalledWith(

479+

expect.objectContaining({

480+

extensionsDir,

481+

spec: "clawhub:demo",

482+

}),

483+

);

484+

});

485+424486

it("does not persist incomplete config entries for config-gated bundled installs", async () => {

425487

const cfg = {

426488

plugins: {

@@ -664,6 +726,30 @@ describe("plugins cli install", () => {

664726

expect(writeConfigFile).toHaveBeenCalledWith(enabledCfg);

665727

});

666728729+

it("passes the active profile extensions dir to npm installs", async () => {

730+

const extensionsDir = useProfileExtensionsDir();

731+

const cfg = createEmptyPluginConfig();

732+

const enabledCfg = createEnabledPluginConfig("demo");

733+734+

loadConfig.mockReturnValue(cfg);

735+

installPluginFromNpmSpec.mockResolvedValue(createNpmPluginInstallResult("demo"));

736+

enablePluginInConfig.mockReturnValue({ config: enabledCfg });

737+

recordPluginInstall.mockReturnValue(enabledCfg);

738+

applyExclusiveSlotSelection.mockReturnValue({

739+

config: enabledCfg,

740+

warnings: [],

741+

});

742+743+

await runPluginsCommand(["plugins", "install", "npm:demo"]);

744+745+

expect(installPluginFromNpmSpec).toHaveBeenCalledWith(

746+

expect.objectContaining({

747+

extensionsDir,

748+

spec: "demo",

749+

}),

750+

);

751+

});

752+667753

it("passes npm: prefix installs through npm options without ClawHub lookup", async () => {

668754

const cfg = createEmptyPluginConfig();

669755

const enabledCfg = createEnabledPluginConfig("demo");

@@ -903,6 +989,41 @@ describe("plugins cli install", () => {

903989

}),

904990

);

905991

});

992+993+

it("passes the active profile extensions dir to local path installs", async () => {

994+

const extensionsDir = useProfileExtensionsDir();

995+

const localPluginDir = fs.mkdtempSync(path.join(os.tmpdir(), "openclaw-local-plugin-"));

996+

const cfg = createEmptyPluginConfig();

997+

const enabledCfg = createEnabledPluginConfig("demo");

998+999+

loadConfig.mockReturnValue(cfg);

1000+

installPluginFromPath.mockResolvedValue({

1001+

ok: true,

1002+

pluginId: "demo",

1003+

targetDir: path.join(extensionsDir, "demo"),

1004+

version: "1.2.3",

1005+

extensions: ["./dist/index.js"],

1006+

});

1007+

enablePluginInConfig.mockReturnValue({ config: enabledCfg });

1008+

recordPluginInstall.mockReturnValue(enabledCfg);

1009+

applyExclusiveSlotSelection.mockReturnValue({

1010+

config: enabledCfg,

1011+

warnings: [],

1012+

});

1013+1014+

try {

1015+

await runPluginsCommand(["plugins", "install", localPluginDir]);

1016+

} finally {

1017+

fs.rmSync(localPluginDir, { recursive: true, force: true });

1018+

}

1019+1020+

expect(installPluginFromPath).toHaveBeenCalledWith(

1021+

expect.objectContaining({

1022+

extensionsDir,

1023+

path: localPluginDir,

1024+

}),

1025+

);

1026+

});

9061027

it("passes force through as overwrite mode for npm installs", async () => {

9071028

primeNpmPluginFallback();

9081029