[Docs] Sync public guides with shipped behavior - #1829
Merged
Conversation
Contributor
Author
Comment on lines
+16
to
+18
| Attachments sent to Fast stay available as conversation context. When Fast | ||
| delegates work or follows up with a coding task, it can forward the relevant | ||
| supported attachments with the instruction. |
Contributor
Author
There was a problem hiding this comment.
Fast only has attachmentTexts and images from the active turn, and forwards them only when it sets includeAttachments. An attachment from an earlier Fast message is not available to a later delegated-task or follow-up call, so this wording promises a persistent forwarding capability that users cannot rely on. Please scope this to the current turn (or tell users to reattach the file before later delegation).
Suggested change
| Attachments sent to Fast stay available as conversation context. When Fast | |
| delegates work or follows up with a coding task, it can forward the relevant | |
| supported attachments with the instruction. | |
| Attachments from the current Fast turn stay available as conversation context. | |
| When Fast delegates work or follows up with a coding task from that turn, it can | |
| forward the relevant supported attachments with the instruction. |
mrubens
marked this pull request as ready for review
August 29, 2026 19:44
mrubens
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 29, 2026 19:44
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 changed
developduring the previous 24 hours against their shipped behaviorWhy this change was made
Several user-facing capabilities shipped without matching public documentation. These focused updates bring the affected guides back in line with the product while leaving internal-only changes and transient UI fixes out of durable docs.
Impact
Users and operators now have accurate guidance for starting Sessions, continuing Fast Sessions through MCP, configuring Memory, interpreting inference costs, and using attachments with Fast-delegated work.
Screenshots