Dev to main, 14th Aug, 2026 - #815
Merged
Merged
Conversation
…cold-read fixes Adds the Agents list, the LLM Prompt node drawer, the Variables drawer, and a dataset's empty Optimization tab, and replaces the Falcon AI shortcut capture with the side panel it was named for. The old one showed the floating button on a Tracing page; the page describes the panel three times and never showed it. Masks the competitor names behind KNOWN_COMPETITORS in the Variables drawer. Four cold reads, one finding on every page: the captions restated the paragraph above them, which taught the reader to stop reading captions and buried the two that carried something. Ten are rewritten to say what the picture can't. Also from those reads: - removes three embeds whose files never existed, on run-an-optimization and read-optimization-results. A broken box with a caption describing what you cannot see reads as a page falling apart, and it landed exactly where a reader matches field names against their screen. No docs page now references a missing image - breaks the tool card's anatomy out of one semicolon-chained sentence into Parameters, Result and Full output as bullets - moves the Variables capture up to the step that opens the drawer, so it no longer sits above a worked example about invoices while showing variables about competitive research, and lifts the saved-version gotcha into a Note - gives a failed connection test somewhere to go. Two failure strings were named and then the page went silent - says both buttons on the empty Connectors page open the same form, and demotes the alternative-routes aside so it stops interrupting the steps Corrects set-input-variables: a variable's value field sits underneath its name, not beside it. Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
docs(agent-playground,optimization,falcon-ai): five captures and the cold-read fixes
atharva-bhange
approved these changes
Aug 14, 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.
Pull Request
Description
Describe the changes in this pull request:
Checklist
Related Issues
Closes #<issue_number>