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

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

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(cli): prioritize auth provider picker · openclaw/open...
steipete · 2026-05-17 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

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

3131

- QQBot: treat only explicit truthy `QQBOT_DEBUG` values as enabling debug logs, so false-like values such as `0` no longer expose debug output. Fixes #82644. (#82697) Thanks @leno23.

3232

- Agents/session_status: resolve implicit no-arg status lookups against the live run session, so `/think` changes report the current thinking level instead of stale sandbox state. Fixes #82669. (#82696) Thanks @leno23.

3333

- Discord: keep progress drafts visible for message-tool-only guild replies under the default coding tool profile. Fixes #82747. Thanks @eliranwong.

34+

- CLI/setup: order the model/auth provider picker as OpenAI, Anthropic, xAI, Google, then the remaining providers alphabetically.

3435

- Gateway/diagnostics: add opt-in critical memory pressure stability snapshots with gateway logs, V8 heap, cgroup, active-resource, and redacted large session-file evidence. Fixes #82518.

3536

- Doctor/Gateway: avoid treating unrelated macOS LaunchAgents as legacy gateways just because their environment values mention old checkout paths.

3637

- CLI/setup: collapse raw gateway config keys in existing-config summaries into friendly `Model` and `Gateway` rows.

Original file line numberDiff line numberDiff line change

@@ -423,6 +423,80 @@ describe("buildAuthChoiceOptions", () => {

423423

expect(ollamaGroup.options.map((option) => option.value)).toContain("ollama");

424424

});

425425
426+

it("orders common auth provider groups before the alphabetical remainder", () => {

427+

resolveManifestProviderAuthChoices.mockReturnValue([

428+

{

429+

pluginId: "google",

430+

providerId: "google",

431+

methodId: "api-key",

432+

choiceId: "gemini-api-key",

433+

choiceLabel: "Gemini API key",

434+

groupId: "google",

435+

groupLabel: "Google",

436+

},

437+

{

438+

pluginId: "xai",

439+

providerId: "xai",

440+

methodId: "api-key",

441+

choiceId: "xai-api-key",

442+

choiceLabel: "xAI API key",

443+

groupId: "xai",

444+

groupLabel: "xAI (Grok)",

445+

},

446+

{

447+

pluginId: "litellm",

448+

providerId: "litellm",

449+

methodId: "api-key",

450+

choiceId: "litellm-api-key",

451+

choiceLabel: "LiteLLM API key",

452+

groupId: "litellm",

453+

groupLabel: "LiteLLM",

454+

},

455+

{

456+

pluginId: "openai",

457+

providerId: "openai",

458+

methodId: "api-key",

459+

choiceId: "openai-api-key",

460+

choiceLabel: "OpenAI API key",

461+

groupId: "openai",

462+

groupLabel: "OpenAI",

463+

},

464+

{

465+

pluginId: "anthropic",

466+

providerId: "anthropic",

467+

methodId: "api-key",

468+

choiceId: "apiKey",

469+

choiceLabel: "Anthropic API key",

470+

groupId: "anthropic",

471+

groupLabel: "Anthropic",

472+

},

473+

{

474+

pluginId: "byteplus",

475+

providerId: "byteplus",

476+

methodId: "api-key",

477+

choiceId: "byteplus-api-key",

478+

choiceLabel: "BytePlus API key",

479+

groupId: "byteplus",

480+

groupLabel: "BytePlus",

481+

},

482+

]);

483+
484+

const { groups } = buildAuthChoiceGroups({

485+

store: EMPTY_STORE,

486+

includeSkip: false,

487+

});

488+
489+

expect(groups.map((group) => group.label)).toEqual([

490+

"OpenAI",

491+

"Anthropic",

492+

"xAI (Grok)",

493+

"Google",

494+

"BytePlus",

495+

"Custom Provider",

496+

"LiteLLM",

497+

]);

498+

});

499+
426500

it("prefers Anthropic Claude CLI over API key in grouped selection", () => {

427501

resolveManifestProviderAuthChoices.mockReturnValue([

428502

{

Original file line numberDiff line numberDiff line change

@@ -13,14 +13,31 @@ function compareOptionLabels(a: AuthChoiceOption, b: AuthChoiceOption): number {

1313

return a.label.localeCompare(b.label);

1414

}

1515
16+

const FEATURED_AUTH_GROUP_ORDER = new Map<string, number>([

17+

["openai", 0],

18+

["anthropic", 1],

19+

["xai", 2],

20+

["google", 3],

21+

]);

22+
1623

function compareAssistantOptions(a: AuthChoiceOption, b: AuthChoiceOption): number {

1724

const priorityA = a.assistantPriority ?? 0;

1825

const priorityB = b.assistantPriority ?? 0;

1926

return priorityA - priorityB || compareOptionLabels(a, b);

2027

}

2128
22-

function compareGroupLabels(a: AuthChoiceGroup, b: AuthChoiceGroup): number {

23-

return a.label.localeCompare(b.label);

29+

function compareLabelsCaseInsensitive(a: string, b: string): number {

30+

return a.localeCompare(b, undefined, { sensitivity: "base" });

31+

}

32+
33+

export function compareAuthChoiceGroups(a: AuthChoiceGroup, b: AuthChoiceGroup): number {

34+

const priorityA = FEATURED_AUTH_GROUP_ORDER.get(a.value) ?? Number.POSITIVE_INFINITY;

35+

const priorityB = FEATURED_AUTH_GROUP_ORDER.get(b.value) ?? Number.POSITIVE_INFINITY;

36+

return (

37+

priorityA - priorityB ||

38+

compareLabelsCaseInsensitive(a.label, b.label) ||

39+

compareLabelsCaseInsensitive(a.value, b.value)

40+

);

2441

}

2542
2643

function resolveProviderChoiceOptions(params?: {

@@ -145,7 +162,7 @@ export function buildAuthChoiceGroups(params: {

145162

.map((group) =>

146163

Object.assign({}, group, { options: [...group.options].toSorted(compareAssistantOptions) }),

147164

)

148-

.toSorted(compareGroupLabels);

165+

.toSorted(compareAuthChoiceGroups);

149166
150167

const skipOption = params.includeSkip

151168

? ({ value: "skip", label: "Skip for now" } satisfies AuthChoiceOption)

Original file line numberDiff line numberDiff line change

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

11

import type { AuthProfileStore } from "../agents/auth-profiles/types.js";

22

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

33

import type { WizardPrompter, WizardSelectOption } from "../wizard/prompts.js";

4-

import { buildAuthChoiceGroups } from "./auth-choice-options.js";

4+

import { buildAuthChoiceGroups, compareAuthChoiceGroups } from "./auth-choice-options.js";

55

import type { AuthChoiceGroup } from "./auth-choice-options.static.js";

66

import type { AuthChoice } from "./onboard-types.js";

77

@@ -14,14 +14,6 @@ function isGroupFeatured(group: AuthChoiceGroup): boolean {

1414

return group.options.some((option) => option.onboardingFeatured);

1515

}

1616
17-

function compareLabelsCaseInsensitive(a: string, b: string): number {

18-

return a.localeCompare(b, undefined, { sensitivity: "base" });

19-

}

20-
21-

function compareGroupsByLabel(a: AuthChoiceGroup, b: AuthChoiceGroup): number {

22-

return compareLabelsCaseInsensitive(a.label, b.label);

23-

}

24-
2517

function groupToOption(group: AuthChoiceGroup): WizardSelectOption {

2618

return { value: group.value, label: group.label, hint: group.hint };

2719

}

@@ -37,8 +29,8 @@ export async function promptAuthChoiceGrouped(params: {

3729

const { groups, skipOption } = buildAuthChoiceGroups(params);

3830

const availableGroups = groups.filter((group) => group.options.length > 0);

3931

const groupById = new Map(availableGroups.map((group) => [group.value, group] as const));

40-

const featuredGroups = availableGroups.filter(isGroupFeatured).toSorted(compareGroupsByLabel);

41-

const moreGroups = [...availableGroups].toSorted(compareGroupsByLabel);

32+

const featuredGroups = availableGroups.filter(isGroupFeatured).toSorted(compareAuthChoiceGroups);

33+

const moreGroups = [...availableGroups].toSorted(compareAuthChoiceGroups);

4234
4335

const pickMethod = async (group: AuthChoiceGroup): Promise<AuthChoiceOrBack> => {

4436

if (group.options.length === 1) {