Conversation
Six skills promise the user a downloadable .csv / .xlsx unconditionally — "This table is the deliverable — and offer it as a downloadable file". Whether that is possible depends entirely on the client. Where it is not, the skill instructs the assistant to promise a file it cannot deliver, and the user waits for a download that never arrives. The offer is now conditional: where the client can produce files, offer the spreadsheet as before; where it cannot, the markdown table stands on its own, and no download is offered. That matters most for the tracker skills, whose saved table is what the user pastes back next period for a comparison. Nothing changes for a client that can produce files. Found running these skills in a deployment with no file output, where every run ended by offering a spreadsheet that could not exist.
fiharet34
force-pushed
the
fix/conditional-download-offers
branch
from
September 11, 2026 11:05
aace0ed to
14c5aa0
Compare
fiharet34
marked this pull request as ready for review
September 14, 2026 12:58
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.
Six skills promise the user a downloadable
.csv/.xlsxunconditionally — "This table is the deliverable — and offer it as a downloadable file". Whether that is possible depends entirely on the client. Where it is not, the skill instructs the assistant to promise a file it cannot deliver, and the user is left waiting for a download that never arrives.The offer is now conditional:
Nothing changes for a client that can produce files. For one that cannot, the markdown table is stated as the deliverable in its own right — which matters most for the tracker skills, since the saved table is what the user pastes back next period for a comparison.
Found running these skills in a deployment with no file output, where every run ended by offering a spreadsheet that could not exist.