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

推荐订阅源

博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
腾讯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(control-ui): restore light select arrows · openclaw/o...
sallyom · 2026-05-24 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

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

7979

- Providers/Anthropic: migrate 1M context handling to GA-capable Claude 4.x models by sizing eligible models at 1M without the retired `context-1m-2025-08-07` beta, ignoring that retired beta in older configs, and preserving OAuth-required Anthropic beta headers. (#45613) Thanks @haoyu-haoyu.

8080

- Cron/Telegram: parse forum-topic delivery targets through the Telegram plugin instead of cron core, including `:topic:` and `:topicId` forms for announce delivery. Thanks @etticat.

8181

- Twitch: keep stale message-handler cleanup callbacks from removing newer handler registrations for the same account, preserving inbound message delivery after reconnects. Fixes #83888. (#85425) Thanks @alkor2000.

82+

- Control UI/chat: keep light-mode model, thinking, config, and agents select arrows visible without tiling background icons. Fixes #85713. Thanks @Linux2010.

8283

- Memory/LanceDB: expose public memory artifacts through the active memory provider bridge so memory-wiki imports durable memory files, daily notes, dream reports, and event logs without depending on memory-core internals. Fixes #83604. (#85060) Thanks @brokemac79.

8384

- Crabbox: keep AWS hydration compatible with local Actions replay by inlining the hydrate workflow's Node/pnpm setup instead of invoking repo-local composite actions.

8485

- Agents/subagents: simplify native sub-agent completion handoff so children report their latest visible assistant result to the requester without using `message`, while keeping parent-owned message-tool delivery policy intact. Fixes #85070. (#85089) Thanks @brokemac79.

Original file line numberDiff line numberDiff line change

@@ -369,7 +369,7 @@ img.chat-avatar {

369369

border-color: color-mix(in srgb, var(--accent) 28%, var(--border));

370370

}

371371
372-

:root[data-theme-mode="light"] .chat-bubble:hover {

372+

:root[data-theme-mode="light"] .chat-bubble:not(:where(.chat-bubble--tool-shell)):hover {

373373

border-color: color-mix(in srgb, var(--accent) 48%, var(--border));

374374

box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent);

375375

}

Original file line numberDiff line numberDiff line change

@@ -1670,10 +1670,14 @@

16701670

:root[data-theme-mode="light"] .field input,

16711671

:root[data-theme-mode="light"] .field textarea,

16721672

:root[data-theme-mode="light"] .field select {

1673-

background: var(--card);

1673+

background-color: var(--card);

16741674

border-color: var(--input);

16751675

}

16761676
1677+

:root[data-theme-mode="light"] .field select {

1678+

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

1679+

}

1680+
16771681

:root[data-theme-mode="light"] .btn {

16781682

background: var(--bg);

16791683

border-color: var(--input);

@@ -4486,6 +4490,7 @@ td.data-table-key-col {

44864490
44874491

:root[data-theme-mode="light"] .agents-select {

44884492

background-color: white;

4493+

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

44894494

}

44904495
44914496

.agents-select:focus {

Original file line numberDiff line numberDiff line change

@@ -39,6 +39,22 @@ describe("agent fallback chip styles", () => {

3939

});

4040

});

4141
42+

describe("field select styles", () => {

43+

it("keeps light-mode native select arrows visible without tiling", () => {

44+

const css = readComponentsCss();

45+
46+

expect(css).toMatch(

47+

/\.field select \{[\s\S]*background-image: url\("data:image\/svg\+xml,[^"]*stroke='%23a1a1aa'[^"]*"\);[\s\S]*background-repeat: no-repeat;[\s\S]*background-position: right 10px center;/,

48+

);

49+

expect(css).toMatch(

50+

/:root\[data-theme-mode="light"\] \.field input,[\s\S]*:root\[data-theme-mode="light"\] \.field textarea,[\s\S]*:root\[data-theme-mode="light"\] \.field select \{[\s\S]*background-color: var\(--card\);[\s\S]*border-color: var\(--input\);[\s\S]*\}\n\n:root\[data-theme-mode="light"\] \.field select \{[\s\S]*background-image: url\("data:image\/svg\+xml,[^"]*stroke='%23444'[^"]*"\);/,

51+

);

52+

expect(css).not.toContain(

53+

':root[data-theme-mode="light"] .field select {\n background: var(--card);',

54+

);

55+

});

56+

});

57+
4258

describe("sessions filter styles", () => {

4359

it("keeps the expanded sessions filters on one row until the mobile breakpoint", () => {

4460

const css = readComponentsCss();

Original file line numberDiff line numberDiff line change

@@ -24,4 +24,15 @@ describe("config styles", () => {

2424

expect(css).not.toContain("margin: 0 -16px -32px");

2525

expect(css).not.toContain("margin: 0 -8px -16px");

2626

});

27+
28+

it("keeps light-mode config select arrows visible", () => {

29+

const css = readConfigCss();

30+
31+

expect(css).toMatch(

32+

/\.cfg-select \{[\s\S]*background-image: url\("data:image\/svg\+xml,[^"]*stroke='%23888'[^"]*"\);[\s\S]*background-repeat: no-repeat;[\s\S]*background-position: right 10px center;/,

33+

);

34+

expect(css).toMatch(

35+

/:root\[data-theme-mode="light"\] \.cfg-select \{[\s\S]*background-color: white;[\s\S]*border-color: var\(--border\);[\s\S]*background-image: url\("data:image\/svg\+xml,[^"]*stroke='%23444'[^"]*"\);/,

36+

);

37+

});

2738

});

Original file line numberDiff line numberDiff line change

@@ -146,4 +146,15 @@ describe("grouped chat width styles", () => {

146146
147147

expect(css).toContain("max-width: var(--chat-message-max-width, min(900px, 68%));");

148148

});

149+
150+

it("excludes tool shells from light hover without overriding user bubble hover", () => {

151+

const css = readGroupedChatCss();

152+
153+

expect(css).toContain(

154+

':root[data-theme-mode="light"] .chat-bubble:not(:where(.chat-bubble--tool-shell)):hover',

155+

);

156+

expect(css).not.toContain(

157+

':root[data-theme-mode="light"] .chat-bubble:not(.chat-bubble--tool-shell):hover',

158+

);

159+

});

149160

});