docs: auto-update for merged PRs (2026-09-11) - #4234
Open
aheritier wants to merge 1 commit into
Open
Conversation
…esystem tool PR #4222 reverted the foreign-OS absolute-path rejection and the resolved-path error hint that were added by an earlier filesystem change. The filesystem tool docs still described both behaviors as current, which is no longer accurate: - Absolute paths are once again used as-is instead of being validated against the host OS and rejected when they look foreign. - "Not found" errors no longer include the resolved absolute path. Source PR: #4222
trungutt
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What and why
Keeps
/docsin sync with code merged intomainin the last 36 hours.Filesystem tool: remove stale foreign-OS path rejection docs (#4222)
PR #4222 reverted the foreign-OS absolute-path rejection and the
resolved-path "not found" error hint that a previous change had added to
the filesystem tool.
docs/tools/filesystem/index.mdstill documentedboth as current behavior:
system" and are rejected otherwise — absolute paths are now used as-is
again, in whatever syntax the caller supplies.
[!IMPORTANT]callout describing the rejection error.include the resolved absolute path/working directory hint.
PRs reviewed with no doc changes needed
The rest of the PRs merged in the window either shipped their own doc
updates in the same PR (e.g. #4211 hooks, #4214 OpenAI service tier,
#4030/#4025 generated media, #4215, #4221's
docs/STYLE.mdfix), onlytouched CI/tooling with no user-facing docs impact (#4219, #4220, #4223,
#4221, #4208), were changelog-only (#4226, #4212), or were internal
bugfixes/implementation details with no documented behavior to update
(#4224, #4182, #4028, #4026, #4027, #4029, #4024).
Source PRs
docs: auto-update for merged PRs (2026-09-10) #4216, docs: fix CLI completion, debug visibility, task dev parallelism, DCO clarification #4215, feat(openai): support provider_opts.service_tier for Fast mode #4214, docs: update CHANGELOG.md for v1.137.0 #4212, feat(hooks): tool hook phases — mandatory guards, transforms, dedup and strict output #4211, chore: update docker-agent-action to v2.0.7 #4208, fix(session): preserve the starred flag in AddSession #4182, docs(#3996): describe portable generated media and Gemini output limits #4030, feat(#3996): render generated images from manifest-gated portable blobs #4029, fix(#3996): leave reasoning headroom for Gemini session titles #4028,
feat(#3996): name generated media with private markers and prompt fallback #4027, feat(#3996): keep generated media workspace-only with portable session copies #4026, feat(#3996): save generated media with no-resend placeholders #4025, feat(#3996): add workspace media writes and session provenance #4024