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

推荐订阅源

SecWiki News
SecWiki News
M
MIT News - Artificial intelligence
博客园 - 司徒正美
I
InfoQ
V
V2EX
L
LangChain Blog
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
H
Help Net Security
美团技术团队
Y
Y Combinator Blog
G
Google Developers Blog
小众软件
小众软件
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
Jina AI
Jina AI
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
博客园 - 聂微东
The Register - Security
The Register - Security
F
Full Disclosure
S
Securelist
G
GRAHAM CLULEY
Cyberwarzone
Cyberwarzone
F
Fox-IT International blog
H
Hacker News: Front Page
C
Cisco Blogs
D
Docker
L
LINUX DO - 热门话题
Google Online Security Blog
Google Online Security Blog
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
ThreatConnect
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
J
Java Code Geeks
宝玉的分享
宝玉的分享
Project Zero
Project Zero
L
LINUX DO - 最新话题
博客园_首页
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
博客园 - 叶小钗

Recent Commits to openclaw:main

docs: expand meeting notes docs · openclaw/openclaw@a7e0fa0 fix(cli): validate tasks audit limit (#84901) · openclaw/openclaw@44d470f fix(twitch): preserve newer message handler during cleanup (#85425) · openclaw/openclaw@71ddc01 fix(diagnostics): drop snake case otel ids (#72645) · openclaw/openclaw@e0bafc5 fix(ci): clear signal and docs guard blockers (#85693) · openclaw/openclaw@3a1d4dd fix(ci): require factory auth for droid live docker · openclaw/openclaw@cc6c372 fix: honor disabled synthetic auth lookup · openclaw/openclaw@a4a1abb fix(scripts): repair live docker auth shellcheck · openclaw/openclaw@4e34ac4 fix(docker): avoid printing gateway token · openclaw/openclaw@5db773f fix(cli): keep logs follow on live gateway state · openclaw/openclaw@6e3b318 fix(e2e): prefer x64 MinGit on Windows · openclaw/openclaw@15d9134 feat: add meeting notes plugin docs: update changelog for memory artifacts (#85060) (thanks @brokema… · openclaw/openclaw@9e55383 fix(memory-lancedb): expose public memory artifacts · openclaw/openclaw@aac1abe fix(memory): preserve sidecar capability hooks · openclaw/openclaw@e6288ca fix(e2e): scrub Windows update config on PowerShell 5.1 · openclaw/openclaw@6657b49 docs: absorb documentation PR sweep · openclaw/openclaw@2c536a8 fix(agents): stabilize Linux fallback tests · openclaw/openclaw@6b04170 fix(codex): preserve native web search action metadata (#85378) · openclaw/openclaw@bcf756c test: refresh Codex prompt snapshots · openclaw/openclaw@492d656 docs: absorb hook and subagent guidance PRs fix(agents): audit tool policy blocks (#85673) · openclaw/openclaw@09dd051 ci: fix plugin npm bundled dependency install · openclaw/openclaw@d485464 feat(diagnostics): classify skill and tool usage (#80370) docs(skills): clarify control ui recording proof (#85568) · openclaw/openclaw@0b476b9 test(agents): repair main failure fixtures · openclaw/openclaw@c29967b feat(diagnostics): trace gateway secret preparation (#83019) · openclaw/openclaw@4f0c902 fix(diagnostics): harden observability exports and smokes (#85371) · openclaw/openclaw@7f05be0 fix(stepfun): drop stale auth choice metadata · openclaw/openclaw@0b2ab6c test(e2e): sample kitchen sink RSS on Windows · openclaw/openclaw@73c1e37 test(plugins): fail gauntlet on load diagnostics fix(build): preserve tsdown heap floor · openclaw/openclaw@9ff1a43 fix(tools): honor config apiKey in media tool preflight (#85570) · openclaw/openclaw@31c269f fix(e2e): support macOS script wrappers fix(ci): scope changed shrinkwrap checks · openclaw/openclaw@743fd4c chore(ui): refresh fa control ui locale chore(ui): refresh nl control ui locale · openclaw/openclaw@908464b chore(ui): refresh vi control ui locale · openclaw/openclaw@62b75f4 chore(ui): refresh th control ui locale · openclaw/openclaw@fc4ba31 chore(ui): refresh id control ui locale · openclaw/openclaw@5b1bdd1 chore(ui): refresh pl control ui locale · openclaw/openclaw@534d4b1 chore(ui): refresh uk control ui locale · openclaw/openclaw@055c3bd chore(ui): refresh ar control ui locale · openclaw/openclaw@89c5a68 chore(ui): refresh it control ui locale · openclaw/openclaw@44ca805 chore(ui): refresh tr control ui locale chore(ui): refresh fr control ui locale · openclaw/openclaw@2240b0e chore(ui): refresh ko control ui locale · openclaw/openclaw@5fa250b chore(ui): refresh ja-JP control ui locale · openclaw/openclaw@f4ea401 chore(ui): refresh es control ui locale · openclaw/openclaw@751dde0 chore(ui): refresh de control ui locale · openclaw/openclaw@72a9b5b
fix(ci): 需要使用资源获取实时 Docker 凭证 · openclaw/openclaw@1e21121
vincentkoc · 2026-05-23 · via Recent Commits to openclaw:main

@@ -633,7 +633,7 @@ describe("package artifact reuse", () => {

633633

);

634634

});

635635636-

it("plumbs Factory credentials through planned Docker E2E live lanes", () => {

636+

it("plumbs live credentials through planned Docker E2E live lanes", () => {

637637

const reusableWorkflow = readFileSync(LIVE_E2E_WORKFLOW, "utf8");

638638

const releaseChecksWorkflow = readFileSync(RELEASE_CHECKS_WORKFLOW, "utf8");

639639

const scheduledWorkflow = readFileSync(SCHEDULED_LIVE_CHECKS_WORKFLOW, "utf8");

@@ -645,9 +645,20 @@ describe("package artifact reuse", () => {

645645646646

expect(hydrateScript).toContain(" FACTORY_API_KEY \\");

647647

expect(dockerPlanAction).toContain('if [[ "$credentials" == *",factory,"* ]]; then');

648-

expect(dockerPlanAction).toContain(

649-

"FACTORY_API_KEY is required for selected Docker E2E lanes.",

650-

);

648+

expectTextToIncludeAll(dockerPlanAction, [

649+

'if [[ "$credentials" == *",openai,"* ]]; then',

650+

"require_any OpenAI OPENAI_API_KEY",

651+

'if [[ "$credentials" == *",codex,"* ]]; then',

652+

"require_any Codex OPENCLAW_CODEX_AUTH_JSON",

653+

'if [[ "$credentials" == *",anthropic,"* ]]; then',

654+

"require_any Anthropic ANTHROPIC_API_TOKEN ANTHROPIC_API_KEY OPENCLAW_CLAUDE_CREDENTIALS_JSON OPENCLAW_CLAUDE_JSON",

655+

'if [[ "$credentials" == *",factory,"* ]]; then',

656+

"require_any Factory FACTORY_API_KEY",

657+

'if [[ "$credentials" == *",gemini,"* ]]; then',

658+

"require_any Gemini GEMINI_API_KEY GOOGLE_API_KEY OPENCLAW_GEMINI_SETTINGS_JSON",

659+

'if [[ "$credentials" == *",opencode,"* ]]; then',

660+

"require_any OpenCode OPENCODE_API_KEY OPENCODE_ZEN_API_KEY",

661+

]);

651662

for (const workflow of [

652663

reusableWorkflow,

653664

releaseChecksWorkflow,

@@ -660,7 +671,16 @@ describe("package artifact reuse", () => {

660671

}

661672

expect(reusableWorkflow).toContain("FACTORY_API_KEY:\n required: false");

662673

expect(packageAcceptanceWorkflow).toContain("FACTORY_API_KEY:\n required: false");

663-

expect(reusableWorkflow).toContain('if [[ "$credentials" == *",factory,"* ]]; then');

674+

expectTextToIncludeAll(reusableWorkflow, [

675+

'if [[ "$credentials" == *",openai,"* ]]; then',

676+

"require_any OpenAI OPENAI_API_KEY",

677+

'if [[ "$credentials" == *",codex,"* ]]; then',

678+

"require_any Codex OPENCLAW_CODEX_AUTH_JSON",

679+

'if [[ "$credentials" == *",gemini,"* ]]; then',

680+

"require_any Gemini GEMINI_API_KEY GOOGLE_API_KEY OPENCLAW_GEMINI_SETTINGS_JSON",

681+

'if [[ "$credentials" == *",opencode,"* ]]; then',

682+

"require_any OpenCode OPENCODE_API_KEY OPENCODE_ZEN_API_KEY",

683+

]);

664684

});

665685666686

it("allows the Telegram lane to run from reusable package acceptance artifacts", () => {