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

推荐订阅源

J
Java Code Geeks
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
B
Blog
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
月光博客
月光博客
H
Help Net Security
V
Visual Studio Blog
量子位
A
About on SuperTechFans
博客园 - Franky
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
P
Proofpoint News Feed
MongoDB | Blog
MongoDB | 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
test: use gemini 3.1 in neutral fixtures · openclaw/openc...
steipete · 2026-05-12 · via Recent Commits to openclaw:main

@@ -1247,7 +1247,7 @@ describe("resolveSessionModelRef", () => {

1247124712481248

test("falls back to resolved provider for unprefixed legacy runtime model", () => {

12491249

const cfg = createModelDefaultsConfig({

1250-

primary: "google-gemini-cli/gemini-3-pro-preview",

1250+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

12511251

});

1252125212531253

const resolved = resolveSessionModelRef(cfg, {

@@ -1265,7 +1265,7 @@ describe("resolveSessionModelRef", () => {

1265126512661266

test("preserves provider from slash-prefixed model when modelProvider is missing", () => {

12671267

const cfg = createModelDefaultsConfig({

1268-

primary: "google-gemini-cli/gemini-3-pro-preview",

1268+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

12691269

});

1270127012711271

const resolved = resolveSessionModelRef(cfg, {

@@ -1608,7 +1608,7 @@ describe("resolveSessionModelIdentityRef", () => {

1608160816091609

test("does not inherit default provider for unprefixed legacy runtime model", () => {

16101610

const cfg = createModelDefaultsConfig({

1611-

primary: "google-gemini-cli/gemini-3-pro-preview",

1611+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

16121612

});

1613161316141614

const resolved = resolveLegacyIdentityRef(cfg);

@@ -1618,7 +1618,7 @@ describe("resolveSessionModelIdentityRef", () => {

1618161816191619

test("infers provider from configured model allowlist when unambiguous", () => {

16201620

const cfg = createModelDefaultsConfig({

1621-

primary: "google-gemini-cli/gemini-3-pro-preview",

1621+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

16221622

models: {

16231623

"anthropic/claude-sonnet-4-6": {},

16241624

},

@@ -1631,7 +1631,7 @@ describe("resolveSessionModelIdentityRef", () => {

1631163116321632

test("infers provider from configured provider catalogs when allowlist is absent", () => {

16331633

const cfg = createModelDefaultsConfig({

1634-

primary: "google-gemini-cli/gemini-3-pro-preview",

1634+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

16351635

});

16361636

cfg.models = {

16371637

providers: {

@@ -1653,7 +1653,7 @@ describe("resolveSessionModelIdentityRef", () => {

1653165316541654

test("keeps provider unknown when configured models are ambiguous", () => {

16551655

const cfg = createModelDefaultsConfig({

1656-

primary: "google-gemini-cli/gemini-3-pro-preview",

1656+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

16571657

models: {

16581658

"anthropic/claude-sonnet-4-6": {},

16591659

"minimax/claude-sonnet-4-6": {},

@@ -1667,7 +1667,7 @@ describe("resolveSessionModelIdentityRef", () => {

1667166716681668

test("keeps provider unknown when configured provider catalog matches are ambiguous", () => {

16691669

const cfg = createModelDefaultsConfig({

1670-

primary: "google-gemini-cli/gemini-3-pro-preview",

1670+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

16711671

});

16721672

cfg.models = {

16731673

providers: {

@@ -1692,7 +1692,7 @@ describe("resolveSessionModelIdentityRef", () => {

1692169216931693

test("preserves provider from slash-prefixed runtime model", () => {

16941694

const cfg = createModelDefaultsConfig({

1695-

primary: "google-gemini-cli/gemini-3-pro-preview",

1695+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

16961696

});

1697169716981698

const resolved = resolveSessionModelIdentityRef(cfg, {

@@ -1707,7 +1707,7 @@ describe("resolveSessionModelIdentityRef", () => {

1707170717081708

test("infers wrapper provider for slash-prefixed runtime model when allowlist match is unique", () => {

17091709

const cfg = createModelDefaultsConfig({

1710-

primary: "google-gemini-cli/gemini-3-pro-preview",

1710+

primary: "google-gemini-cli/gemini-3.1-pro-preview",

17111711

models: {

17121712

"vercel-ai-gateway/anthropic/claude-sonnet-4-6": {},

17131713

},