Peter Steinberger
69566e43cb
feat(codex): add app-server protocol bridge
2026-04-24 04:24:08 +01:00
Vincent Koc
ffa5f4514f
docs: unify See also/Related headings across remaining pages
2026-04-23 20:23:06 -07:00
Vincent Koc
3a5e535bed
docs(help): split FAQ by extracting quick start and first-run Q&A into faq-first-run
2026-04-23 20:19:28 -07:00
Peter Steinberger
dbdf2863d6
docs: fix broken internal links
2026-04-24 04:13:20 +01:00
Vincent Koc
07cee914aa
docs(gateway): split configuration-reference by extracting agent-defaults cluster into config-agents
2026-04-23 20:11:12 -07:00
Vincent Koc
1dfc84d0a4
docs(video-generation): convert provider notes table to accordion for scannability
2026-04-23 20:05:13 -07:00
Vincent Koc
d3f6783b16
docs(tools): convert perplexity-search params to ParamField
2026-04-23 19:41:09 -07:00
Vincent Koc
5f19e288b1
docs(tools): convert search and web-fetch param tables to ParamField
2026-04-23 19:40:05 -07:00
Vincent Koc
f4d73e1dcd
docs(tools): split ACP agents by extracting acpx harness, plugin setup, and permissions
2026-04-23 19:36:19 -07:00
Vincent Koc
743b69d307
docs(tools): split browser docs by extracting control API and CLI reference
2026-04-23 19:34:50 -07:00
Gabriel Kripalani
0f026addaa
feat: add OpenRouter image generation ( #67668 )
...
Adds OpenRouter image generation support for image_generate. Fixes #55066 . Thanks @notamicrodose.
2026-04-24 01:39:19 +01:00
Peter Steinberger
d4d307e07a
test: cover OpenAI GPT xhigh reasoning
2026-04-24 01:30:44 +01:00
Peter Steinberger
d16b879334
fix: allow private OpenAI image endpoints
2026-04-24 00:36:00 +01:00
Otto Deng
de3f3b8f93
feat(openai): pass image output options ( #70503 )
...
Co-authored-by: Peter Steinberger <steipete@gmail.com >
Co-authored-by: Otto Deng <ottodeng@users.noreply.github.com >
2026-04-24 00:17:12 +01:00
Peter Steinberger
f0a7a85e7a
feat(agents): add generation tool timeouts
2026-04-24 00:05:38 +01:00
Vincent Koc
0054818772
docs(tools): split exec-approvals into core + advanced (safe bins, forwarding, native delivery)
2026-04-23 15:56:08 -07:00
Vincent Koc
c72329a1bb
docs(pdf): convert Input reference to ParamField
2026-04-23 15:49:33 -07:00
Peter Steinberger
14c4143723
docs: clarify OpenAI GPT-5.5 auth routes
2026-04-23 23:49:17 +01:00
Vincent Koc
789e71cdb8
docs: remove H1 on pages where frontmatter + summary already cover the parenthetical
2026-04-23 15:47:48 -07:00
Vincent Koc
ac76c5aba7
docs(tools): convert exec and image-generation params to ParamField
2026-04-23 15:44:41 -07:00
Vincent Koc
6667f66fd8
docs(tools): add Related sections and unify See also to Related
2026-04-23 15:41:56 -07:00
Peter Steinberger
f523bbfcd1
fix: align claude cli permissions with exec policy
...
Derive Claude CLI bypass mode from OpenClaw exec YOLO policy, preserve raw Claude permission-mode overrides, update docs/changelog, and cover global/per-agent policy behavior.
2026-04-23 23:11:34 +01:00
Peter Steinberger
38f157a148
fix(openai): prefer configured Codex OAuth for images
2026-04-23 22:49:37 +01:00
Peter Steinberger
ddcc39de91
fix(openai): reuse Codex OAuth for OpenAI images
2026-04-23 22:06:36 +01:00
Peter Steinberger
8af3d91668
docs(openai): clarify codex oauth image generation
2026-04-23 21:47:33 +01:00
Peter Steinberger
c84a2f5244
feat(openai): add codex oauth image generation
2026-04-23 21:34:24 +01:00
Peter Steinberger
f5042adf27
feat: add forked subagent context
2026-04-23 21:28:58 +01:00
Vincent Koc
c5c163d078
docs: standardize frontmatter field order (summary before title)
2026-04-23 13:18:17 -07:00
Vincent Koc
2777b089b5
docs: normalize frontmatter titles to sentence case
2026-04-23 13:15:17 -07:00
Vincent Koc
4a2cd533ac
docs: remove duplicate H1 where frontmatter title already sets it
2026-04-23 13:11:14 -07:00
Peter Steinberger
a8173276bf
docs(openai): canonicalize GPT model refs
2026-04-23 20:47:38 +01:00
Peter Steinberger
89051c6bf6
docs(openai): document GPT-5.5 defaults
2026-04-23 20:19:15 +01:00
Peter Steinberger
802646e004
fix: catch Mintlify accordion parse hazards
2026-04-23 19:04:35 +01:00
Peter Steinberger
393a71991f
fix: decouple approval startup from replay
2026-04-23 18:49:57 +01:00
Peter Steinberger
0397cad89b
test: normalize safe-bin docs parity indentation
2026-04-23 18:27:56 +01:00
Peter Steinberger
b3d32a995d
docs: align safe-bin denied flag list
2026-04-23 18:27:56 +01:00
Vincent Koc
4792a50710
docs(tools): exec-approvals — sentence-case title, restructure intro, dedup Related, progressive-disclose safe-bins nuances
2026-04-23 10:09:25 -07:00
Vincent Koc
167eee19af
docs(tools): trim ACP agents reference, merge quick-start flows, accordion smoke test, dedupe command cookbook
2026-04-23 09:13:38 -07:00
Vincent Koc
f1662bff92
docs(tools): restructure browser reference with tabs/accordions and trim redundant prose
2026-04-23 08:34:16 -07:00
Peter Steinberger
d3dc890821
fix: allow installed plugins through allowlist
2026-04-23 14:31:18 +01:00
openclaw-docs-agent[bot]
70d41130ff
docs: refresh documentation
2026-04-23 13:08:56 +00:00
Otto Deng
bc01cbb8a2
docs(providers/openai): document Azure OpenAI endpoint usage for image generation ( #70501 )
...
Verified:
- pnpm lint:docs
- Resolved bot review comments around Azure docs scope and accuracy
2026-04-23 07:48:54 -05:00
openclaw-docs-agent[bot]
0372f4d540
docs: refresh documentation
2026-04-23 12:39:50 +00:00
Peter Steinberger
8714badc0c
fix: show fast mode in status
2026-04-23 08:04:24 +01:00
Vincent Koc
ea3970f138
docs: CLI + gateway + plugin harness coverage for 48h changes
2026-04-22 23:49:06 -07:00
Peter Steinberger
d8db122a23
docs: document trajectory bundles
2026-04-23 07:39:49 +01:00
Peter Steinberger
938af16289
docs: deep audit documentation against source
2026-04-23 07:32:58 +01:00
scoootscooob
a3d9c53db2
feat: add trajectory bundle export and default-on runtime capture ( #70291 )
...
* Trajectory: export session bundles by default
* Harden trajectory export diagnostics integration
* Address trajectory export review feedback
* Share diagnostics and trajectory bundle plumbing
* Harden trajectory recording and export
* Confine trajectory export outputs
* Document trajectory export command
* Harden trajectory export bundle privacy
* Redact trajectory sidecar paths
* Fix plugin install checks after rebase
* Keep queued writers working without O_NOFOLLOW
* Keep Codex trajectory writes without O_NOFOLLOW
* Harden trajectory export path handling
* Redact mixed trajectory export paths
2026-04-22 23:29:01 -07:00
Peter Steinberger
834fdc4832
docs: align documentation with current surfaces
2026-04-23 07:25:06 +01:00
Peter Steinberger
87c85c507a
fix: align docs with cli and provider surfaces
2026-04-23 06:39:11 +01:00