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

推荐订阅源

博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
腾讯CDC
J
Java Code Geeks
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
雷峰网
雷峰网
B
Blog RSS Feed
博客园_首页
量子位
F
Fortinet All Blogs
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog

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(minimax): respect usage base url · openclaw/openclaw@...
steipete · 2026-05-02 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -25,6 +25,7 @@ Docs: https://docs.openclaw.ai

2525
2626

- Telegram: inherit the process DNS result order for Bot API transport and downgrade recovered sticky IPv4 fallback promotions to debug logs, while keeping pinned-IP escalation warnings visible. Fixes #75904. Thanks @highfly-hi and @neeravmakwana.

2727

- Web search/MiniMax: allow `MINIMAX_OAUTH_TOKEN` to satisfy MiniMax Search credentials, so OAuth-authorized MiniMax Token Plan setups do not need a separate web-search key. Fixes #65768. Thanks @kikibrian and @zhouhe-xydt.

28+

- Providers/MiniMax: derive Coding Plan usage polling from the configured MiniMax base URL, so global setups no longer query the CN usage host. Fixes #65054. Thanks @sixone74 and @Yanhu007.

2829

- Subagents: honor `sessions_spawn` with `expectsCompletionMessage: false` by skipping parent completion handoff delivery while still running child cleanup. Fixes #75848. Thanks @alfredjbclaw.

2930

- Gateway/logging: keep deferred channel startup logs on the subsystem logger, so Slack, Discord, Telegram, and voice-call startup messages keep timestamped prefixes. Thanks @vincentkoc.

3031

- Replies/typing: keep typing alive for queued follow-up messages that are genuinely waiting behind an active run, instead of making chat surfaces look idle while work is queued. Fixes #65685. Thanks @papag00se.

Original file line numberDiff line numberDiff line change

@@ -39,6 +39,9 @@ title: "Usage tracking"

3939

`minimax`, `minimax-cn`, and `minimax-portal` as the same MiniMax quota

4040

surface, prefers stored MiniMax OAuth when present, and otherwise falls back

4141

to `MINIMAX_CODE_PLAN_KEY`, `MINIMAX_CODING_API_KEY`, or `MINIMAX_API_KEY`.

42+

Usage polling derives the Coding Plan host from `models.providers.minimax-portal.baseUrl`

43+

or `models.providers.minimax.baseUrl` when configured, and otherwise uses the

44+

MiniMax CN host.

4245

MiniMax's raw `usage_percent` / `usagePercent` fields mean **remaining**

4346

quota, so OpenClaw inverts them before display; count-based fields win when

4447

present.

Original file line numberDiff line numberDiff line change

@@ -423,7 +423,8 @@ See [MiniMax Search](/tools/minimax-search) for full web search configuration an

423423

</Accordion>

424424
425425

<Accordion title="Coding Plan usage details">

426-

- Coding Plan usage API: `https://api.minimaxi.com/v1/api/openplatform/coding_plan/remains` (requires a coding plan key).

426+

- Coding Plan usage API: `https://api.minimaxi.com/v1/token_plan/remains` or `https://api.minimax.io/v1/token_plan/remains` (requires a coding plan key).

427+

- Usage polling derives the host from `models.providers.minimax-portal.baseUrl` or `models.providers.minimax.baseUrl` when configured, so global setups using `https://api.minimax.io/anthropic` poll `api.minimax.io`. Missing or malformed base URLs keep the CN fallback for compatibility.

427428

- OpenClaw normalizes MiniMax coding-plan usage to the same `% left` display used by other providers. MiniMax's raw `usage_percent` / `usagePercent` fields are remaining quota, not consumed quota, so OpenClaw inverts them. Count-based fields win when present.

428429

- When the API returns `model_remains`, OpenClaw prefers the chat-model entry, derives the window label from `start_time` / `end_time` when needed, and includes the selected model name in the plan label so coding-plan windows are easier to distinguish.

429430

- Usage snapshots treat `minimax`, `minimax-cn`, and `minimax-portal` as the same MiniMax quota surface, and prefer stored MiniMax OAuth before falling back to Coding Plan key env vars.

Original file line numberDiff line numberDiff line change

@@ -276,6 +276,49 @@ describe("minimax provider hooks", () => {

276276

expect(resolveApiKeyFromConfigAndStore).not.toHaveBeenCalled();

277277

});

278278
279+

it("uses the configured MiniMax base URL for usage snapshots", async () => {

280+

const { providers } = await registerProviderPlugin({

281+

plugin: minimaxProviderPlugin,

282+

id: "minimax",

283+

name: "MiniMax Provider",

284+

});

285+

const apiProvider = requireRegisteredProvider(providers, "minimax");

286+

const fetchFn = vi.fn(async (input: string | URL | Request) => {

287+

const url =

288+

typeof input === "string" ? input : input instanceof URL ? input.toString() : input.url;

289+

expect(url).toBe("https://api.minimax.io/v1/token_plan/remains");

290+

return new Response(

291+

JSON.stringify({

292+

data: {

293+

current_interval_total_count: 100,

294+

current_interval_usage_count: 98,

295+

},

296+

}),

297+

{ status: 200, headers: { "Content-Type": "application/json" } },

298+

);

299+

});

300+
301+

const result = await apiProvider.fetchUsageSnapshot?.({

302+

provider: "minimax",

303+

config: {

304+

models: {

305+

providers: {

306+

minimax: {

307+

baseUrl: "https://api.minimax.io/anthropic",

308+

models: [],

309+

},

310+

},

311+

},

312+

},

313+

env: {},

314+

token: "key",

315+

timeoutMs: 5000,

316+

fetchFn: fetchFn as typeof fetch,

317+

} as never);

318+
319+

expect(result?.windows).toEqual([{ label: "5h", usedPercent: 2, resetAt: undefined }]);

320+

});

321+
279322

it("writes api and authHeader into the MiniMax portal OAuth config patch", async () => {

280323

const { providers } = await registerProviderPlugin({

281324

plugin: minimaxProviderPlugin,

Original file line numberDiff line numberDiff line change

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

11

import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";

22

import type {

33

OpenClawPluginApi,

4+

OpenClawConfig,

45

ProviderAuthContext,

56

ProviderAuthResult,

67

ProviderCatalogContext,

@@ -68,6 +69,14 @@ function portalModelRef(modelId: string): string {

6869

return `${PORTAL_PROVIDER_ID}/${modelId}`;

6970

}

7071
72+

function getProviderBaseUrl(cfg: OpenClawConfig, providerId: string): string | undefined {

73+

return normalizeOptionalString(cfg.models?.providers?.[providerId]?.baseUrl);

74+

}

75+
76+

function resolveMinimaxUsageBaseUrl(cfg: OpenClawConfig): string | undefined {

77+

return getProviderBaseUrl(cfg, PORTAL_PROVIDER_ID) ?? getProviderBaseUrl(cfg, API_PROVIDER_ID);

78+

}

79+
7180

function buildPortalProviderCatalog(params: { baseUrl: string; apiKey: string }) {

7281

return {

7382

...buildMinimaxPortalProvider(),

@@ -255,7 +264,9 @@ export function registerMinimaxProviders(api: OpenClawPluginApi) {

255264

...MINIMAX_PROVIDER_HOOKS,

256265

isModernModelRef: ({ modelId }) => isMiniMaxModernModelId(modelId),

257266

fetchUsageSnapshot: async (ctx) =>

258-

await fetchMinimaxUsage(ctx.token, ctx.timeoutMs, ctx.fetchFn),

267+

await fetchMinimaxUsage(ctx.token, ctx.timeoutMs, ctx.fetchFn, {

268+

baseUrl: resolveMinimaxUsageBaseUrl(ctx.config),

269+

}),

259270

});

260271
261272

api.registerProvider({

Original file line numberDiff line numberDiff line change

@@ -22,6 +22,42 @@ async function expectMinimaxUsageResult(params: {

2222

}

2323
2424

describe("fetchMinimaxUsage", () => {

25+

it.each([

26+

{

27+

name: "uses the CN usage endpoint by default",

28+

baseUrl: undefined,

29+

expectedUrl: "https://api.minimaxi.com/v1/token_plan/remains",

30+

},

31+

{

32+

name: "derives the global usage endpoint from an Anthropic-compatible base URL",

33+

baseUrl: "https://api.minimax.io/anthropic",

34+

expectedUrl: "https://api.minimax.io/v1/token_plan/remains",

35+

},

36+

{

37+

name: "derives the usage endpoint from a configured origin",

38+

baseUrl: "https://api.minimaxi.com",

39+

expectedUrl: "https://api.minimaxi.com/v1/token_plan/remains",

40+

},

41+

{

42+

name: "falls back to CN when the configured base URL is malformed",

43+

baseUrl: "not a url",

44+

expectedUrl: "https://api.minimaxi.com/v1/token_plan/remains",

45+

},

46+

])("$name", async ({ baseUrl, expectedUrl }) => {

47+

const mockFetch = createProviderUsageFetch(async (url) => {

48+

expect(url).toBe(expectedUrl);

49+

return makeResponse(200, {

50+

data: {

51+

current_interval_total_count: 100,

52+

current_interval_usage_count: 98,

53+

},

54+

});

55+

});

56+
57+

const result = await fetchMinimaxUsage("key", 5000, mockFetch, { baseUrl });

58+

expect(result.windows).toEqual([{ label: "5h", usedPercent: 2, resetAt: undefined }]);

59+

});

60+
2561

it.each([

2662

{

2763

name: "returns HTTP errors for failed requests",

Original file line numberDiff line numberDiff line change

@@ -19,6 +19,13 @@ type MinimaxUsageResponse = {

1919

[key: string]: unknown;

2020

};

2121
22+

type FetchMinimaxUsageOptions = {

23+

baseUrl?: string;

24+

};

25+
26+

const DEFAULT_MINIMAX_USAGE_ORIGIN = "https://api.minimaxi.com";

27+

const MINIMAX_USAGE_PATH = "/v1/token_plan/remains";

28+
2229

const RESET_KEYS = [

2330

"reset_at",

2431

"resetAt",

@@ -137,7 +144,7 @@ const REMAINING_KEYS = [

137144

"prompts_left",

138145

"promptsLeft",

139146

"left",

140-

// MiniMax `/coding_plan/remains` misnames these: values are remaining quota, not consumed.

147+

// MiniMax usage endpoints misname these: values are remaining quota, not consumed.

141148

// See https://github.com/MiniMax-AI/MiniMax-M2/issues/99

142149

"current_interval_usage_count",

143150

"currentIntervalUsageCount",

@@ -366,13 +373,32 @@ function pickChatModelRemains(modelRemains: unknown[]): Record<string, unknown>

366373

});

367374

}

368375
376+

function resolveMinimaxUsageUrl(baseUrl?: string): string {

377+

const trimmed = baseUrl?.trim();

378+

if (!trimmed) {

379+

return `${DEFAULT_MINIMAX_USAGE_ORIGIN}${MINIMAX_USAGE_PATH}`;

380+

}

381+
382+

try {

383+

const parsed = new URL(trimmed);

384+

if (parsed.protocol === "http:" || parsed.protocol === "https:") {

385+

return `${parsed.origin}${MINIMAX_USAGE_PATH}`;

386+

}

387+

} catch {

388+

// Fall through to the stable CN default for malformed config values.

389+

}

390+
391+

return `${DEFAULT_MINIMAX_USAGE_ORIGIN}${MINIMAX_USAGE_PATH}`;

392+

}

393+
369394

export async function fetchMinimaxUsage(

370395

apiKey: string,

371396

timeoutMs: number,

372397

fetchFn: typeof fetch,

398+

options?: FetchMinimaxUsageOptions,

373399

): Promise<ProviderUsageSnapshot> {

374400

const res = await fetchJson(

375-

"https://api.minimaxi.com/v1/api/openplatform/coding_plan/remains",

401+

resolveMinimaxUsageUrl(options?.baseUrl),

376402

{

377403

method: "GET",

378404

headers: {