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

推荐订阅源

云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
博客园 - 【当耐特】
H
Help Net Security
腾讯CDC
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
Y
Y Combinator Blog
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
test(agents): update command turn prompt snapshots · open...
steipete · 2026-05-15 · via Recent Commits to openclaw:main

File tree

  • test/fixtures/agents/prompt-snapshots/codex-runtime-happy-path

Original file line numberDiff line numberDiff line change

@@ -631,6 +631,43 @@

631631

"asVoice": {

632632

"type": "boolean"

633633

},

634+

"attachments": {

635+

"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.",

636+

"items": {

637+

"properties": {

638+

"filePath": {

639+

"type": "string"

640+

},

641+

"fileUrl": {

642+

"type": "string"

643+

},

644+

"media": {

645+

"type": "string"

646+

},

647+

"mediaUrl": {

648+

"type": "string"

649+

},

650+

"mimeType": {

651+

"type": "string"

652+

},

653+

"name": {

654+

"type": "string"

655+

},

656+

"path": {

657+

"type": "string"

658+

},

659+

"type": {

660+

"enum": ["image", "audio", "video", "file"],

661+

"type": "string"

662+

},

663+

"url": {

664+

"type": "string"

665+

}

666+

},

667+

"type": "object"

668+

},

669+

"type": "array"

670+

},

634671

"bestEffort": {

635672

"type": "boolean"

636673

},

Original file line numberDiff line numberDiff line change

@@ -631,6 +631,43 @@

631631

"asVoice": {

632632

"type": "boolean"

633633

},

634+

"attachments": {

635+

"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.",

636+

"items": {

637+

"properties": {

638+

"filePath": {

639+

"type": "string"

640+

},

641+

"fileUrl": {

642+

"type": "string"

643+

},

644+

"media": {

645+

"type": "string"

646+

},

647+

"mediaUrl": {

648+

"type": "string"

649+

},

650+

"mimeType": {

651+

"type": "string"

652+

},

653+

"name": {

654+

"type": "string"

655+

},

656+

"path": {

657+

"type": "string"

658+

},

659+

"type": {

660+

"enum": ["image", "audio", "video", "file"],

661+

"type": "string"

662+

},

663+

"url": {

664+

"type": "string"

665+

}

666+

},

667+

"type": "object"

668+

},

669+

"type": "array"

670+

},

634671

"bestEffort": {

635672

"type": "boolean"

636673

},

Original file line numberDiff line numberDiff line change

@@ -631,6 +631,43 @@

631631

"asVoice": {

632632

"type": "boolean"

633633

},

634+

"attachments": {

635+

"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.",

636+

"items": {

637+

"properties": {

638+

"filePath": {

639+

"type": "string"

640+

},

641+

"fileUrl": {

642+

"type": "string"

643+

},

644+

"media": {

645+

"type": "string"

646+

},

647+

"mediaUrl": {

648+

"type": "string"

649+

},

650+

"mimeType": {

651+

"type": "string"

652+

},

653+

"name": {

654+

"type": "string"

655+

},

656+

"path": {

657+

"type": "string"

658+

},

659+

"type": {

660+

"enum": ["image", "audio", "video", "file"],

661+

"type": "string"

662+

},

663+

"url": {

664+

"type": "string"

665+

}

666+

},

667+

"type": "object"

668+

},

669+

"type": "array"

670+

},

634671

"bestEffort": {

635672

"type": "boolean"

636673

},

Original file line numberDiff line numberDiff line change

@@ -217,8 +217,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

217217

"roughTokens": 140

218218

},

219219

"dynamicToolsJson": {

220-

"chars": 43188,

221-

"roughTokens": 10797

220+

"chars": 44328,

221+

"roughTokens": 11082

222222

},

223223

"openClawDeveloperInstructions": {

224224

"chars": 5436,

@@ -229,8 +229,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

229229

"roughTokens": 7129

230230

},

231231

"totalWithDynamicToolsJson": {

232-

"chars": 71706,

233-

"roughTokens": 17927

232+

"chars": 72846,

233+

"roughTokens": 18212

234234

},

235235

"userInputText": {

236236

"chars": 870,

@@ -608,6 +608,43 @@ Full JSON: `codex-dynamic-tools.discord-group.json`

608608

"asVoice": {

609609

"type": "boolean"

610610

},

611+

"attachments": {

612+

"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.",

613+

"items": {

614+

"properties": {

615+

"filePath": {

616+

"type": "string"

617+

},

618+

"fileUrl": {

619+

"type": "string"

620+

},

621+

"media": {

622+

"type": "string"

623+

},

624+

"mediaUrl": {

625+

"type": "string"

626+

},

627+

"mimeType": {

628+

"type": "string"

629+

},

630+

"name": {

631+

"type": "string"

632+

},

633+

"path": {

634+

"type": "string"

635+

},

636+

"type": {

637+

"enum": ["image", "audio", "video", "file"],

638+

"type": "string"

639+

},

640+

"url": {

641+

"type": "string"

642+

}

643+

},

644+

"type": "object"

645+

},

646+

"type": "array"

647+

},

611648

"bestEffort": {

612649

"type": "boolean"

613650

},

Original file line numberDiff line numberDiff line change

@@ -217,8 +217,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

217217

"roughTokens": 140

218218

},

219219

"dynamicToolsJson": {

220-

"chars": 42879,

221-

"roughTokens": 10720

220+

"chars": 44019,

221+

"roughTokens": 11005

222222

},

223223

"openClawDeveloperInstructions": {

224224

"chars": 4412,

@@ -229,8 +229,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

229229

"roughTokens": 6748

230230

},

231231

"totalWithDynamicToolsJson": {

232-

"chars": 69873,

233-

"roughTokens": 17469

232+

"chars": 71013,

233+

"roughTokens": 17754

234234

},

235235

"userInputText": {

236236

"chars": 370,

@@ -585,6 +585,43 @@ Full JSON: `codex-dynamic-tools.telegram-direct.json`

585585

"asVoice": {

586586

"type": "boolean"

587587

},

588+

"attachments": {

589+

"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.",

590+

"items": {

591+

"properties": {

592+

"filePath": {

593+

"type": "string"

594+

},

595+

"fileUrl": {

596+

"type": "string"

597+

},

598+

"media": {

599+

"type": "string"

600+

},

601+

"mediaUrl": {

602+

"type": "string"

603+

},

604+

"mimeType": {

605+

"type": "string"

606+

},

607+

"name": {

608+

"type": "string"

609+

},

610+

"path": {

611+

"type": "string"

612+

},

613+

"type": {

614+

"enum": ["image", "audio", "video", "file"],

615+

"type": "string"

616+

},

617+

"url": {

618+

"type": "string"

619+

}

620+

},

621+

"type": "object"

622+

},

623+

"type": "array"

624+

},

588625

"bestEffort": {

589626

"type": "boolean"

590627

},

Original file line numberDiff line numberDiff line change

@@ -218,8 +218,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

218218

"roughTokens": 140

219219

},

220220

"dynamicToolsJson": {

221-

"chars": 44057,

222-

"roughTokens": 11015

221+

"chars": 45197,

222+

"roughTokens": 11300

223223

},

224224

"openClawDeveloperInstructions": {

225225

"chars": 4412,

@@ -230,8 +230,8 @@ This is the deterministic model-bound layer stack OpenClaw can snapshot for the

230230

"roughTokens": 7155

231231

},

232232

"totalWithDynamicToolsJson": {

233-

"chars": 72678,

234-

"roughTokens": 18170

233+

"chars": 73818,

234+

"roughTokens": 18455

235235

},

236236

"userInputText": {

237237

"chars": 608,

@@ -602,6 +602,43 @@ Full JSON: `codex-dynamic-tools.heartbeat-turn.json`

602602

"asVoice": {

603603

"type": "boolean"

604604

},

605+

"attachments": {

606+

"description": "Structured media attachments to send with the message. Each item needs media/mediaUrl/path/filePath/fileUrl/url.",

607+

"items": {

608+

"properties": {

609+

"filePath": {

610+

"type": "string"

611+

},

612+

"fileUrl": {

613+

"type": "string"

614+

},

615+

"media": {

616+

"type": "string"

617+

},

618+

"mediaUrl": {

619+

"type": "string"

620+

},

621+

"mimeType": {

622+

"type": "string"

623+

},

624+

"name": {

625+

"type": "string"

626+

},

627+

"path": {

628+

"type": "string"

629+

},

630+

"type": {

631+

"enum": ["image", "audio", "video", "file"],

632+

"type": "string"

633+

},

634+

"url": {

635+

"type": "string"

636+

}

637+

},

638+

"type": "object"

639+

},

640+

"type": "array"

641+

},

605642

"bestEffort": {

606643

"type": "boolean"

607644

},