docs(changelog): a runner has a page of its own, and every list pages by cursor - #164
Merged
Merged
Conversation
… by cursor The Jul 30 entry covers the runner surface and the pagination retirement: the two new operator reads with their scopes, envelopes and error codes, the three reads that drop page and page_size, the fleets cursor rename, the memory envelope change, the retired client flags with their replacements, and the two additive index migrations. Upgrading leads, since client and server move together on all four breaks. The memory page documents the new --starting-after flag alongside the existing list example, and states that the dashboard panel walks the cursor to the end so it shows every entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Greptile asked for the runner-events entry to name its paging. It was
already in Upgrading, where the template puts breaking changes, but two of
the three list-endpoint references showed starting_after and limit while
that one did not — so the reference line now stands on its own and says to
follow next_cursor.
The drift check then caught the bigger gap, which only became visible once
the product change deployed its OpenAPI: both new operator reads are
published upstream but were absent from docs.json, so the site documented
neither. GET /v1/fleets/runners/{id} and .../{id}/leases join the Fleet
group beside the sibling runner operations.
Runner paths publish as {id}, matching the PATCH and DELETE that already
lived there, so the changelog's five {runner_id} spellings follow the
published spec. The dashboard route keeps {runner_id} — it is a UI path,
not an OpenAPI one.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Companion docs for agentsfleet/agentsfleet#577 (M146_001).
The Jul 30
<Update>covers the runner surface and the pagination retirement: the two new operator reads with their scopes, envelopes and error codes; the three reads that droppage/page_size; the fleets cursor rename; the memory envelope change; the retired client flags with their replacements; and the two additive index migrations.Upgradingleads, since client and server move together on all four breaks.memory.mdxgains the new--starting-afterflag beside the existing list example, and states that the dashboard panel walks the cursor to the end so it shows every entry.make lintpasses (its DOC-03 paragraph check caught a four-sentence paragraph, since split).Land alongside or just after the product PR — the flags and envelopes documented here only exist once that merges and deploys.
🤖 Generated with Claude Code
Greptile Summary
Documents the runner detail surface and platform-wide cursor pagination changes.
Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Reviews (2): Last reviewed commit: "docs: list the new runner reads and page..." | Re-trigger Greptile