Feat/ai sre - #189
Merged
Merged
Feat/ai sre#189
Conversation
An oversize structured list page is emitted as its leading rows, but the reduction was announced only on stderr while total / has_next_page / search_after_ctx kept describing the page the server returned — so a script that discards stderr and stops on has_next_page silently loses every withheld row. A reduced list envelope now carries truncated: true plus emitted_rows: N when rows were withheld (the case paging can repair); when long values inside rows were clipped instead, truncated rides alone, because re-requesting cannot restore them. Bare top-level arrays have nowhere to carry the marker and keep the stderr note as their only signal. Docs: README / README_zh bounded-pages section; a page-level note in the flashduty skill so agents recognise the two keys.
fix(cli): expose list-page truncation in the payload
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.
Closes: