docs: clarify request-size limits and large input strategies - #3963
Merged
Conversation
Sayt-0
approved these changes
Aug 10, 2026
aheritier
enabled auto-merge
August 10, 2026 19:31
…path rejection UX Oversized-file rejection is not one shared text/binary rule or one shared notification path. The TUI applies a single flat size ceiling to every file reference before it even inspects the file's type, while CLI/--exec message assembly inlines text up to its own ceiling and hands supported binary files to a separate, higher-capacity path -- so a file that clears the CLI/--exec binary path can still trip the TUI's flatter, lower ceiling. Only the interactive TUI's /attach command surfaces a visible error notification (with a file-picker fallback). A bare @path reference is only checked speculatively as you type, and a rejection there is logged at debug level only, left as plain text with no on-screen notice. Outside the interactive TUI, neither the CLI's --attach flag nor --exec's own /attach parsing -- which reuses the same non-TUI assembly and rejection path as --attach, not the TUI's notification flow -- prints anything about a rejected attachment in normal run output; the message falls back to text-only and the reason is visible only in the debug log under --debug.
aheritier
force-pushed
the
large-input-and-413-docs
branch
from
August 10, 2026 19:32
6e72456 to
4e9e234
Compare
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.
Summary
run --listen.Validation
llmsvalidation