docs: document alias list --json flag and failure-safe conversation caching#2977
Merged
Conversation
docker-agent
reviewed
Jun 3, 2026
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The documentation additions are accurate and consistent with the PR description. Both the --json flag documentation for docker agent alias list and the failure-safe conversation caching subsection are clear, technically sound, and match the behavior described in the referenced source PRs (#2966 and #2947). No issues found.
dgageot
approved these changes
Jun 3, 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.
Summary
This PR updates the documentation to reflect two features merged into
mainin the last 36 hours.Changes
docs/features/cli/index.md— Document the--jsonflag added todocker agent alias listin #2966. Added a--jsonusage example in the alias usage block, a full JSON output example showing thename/path/options fields, and a note that output is sorted by name and omits false/zero-valued fields.docs/features/chat-server/index.md— Document the failure-safe conversation caching behavior fixed in #2947. Added a new "Failure-safe caching" subsection explaining that failed requests (model error, timeout) leave the cached conversation unchanged, clients can safely retry with the sameX-Conversation-Id, and transient errors do not corrupt conversation history.Source PRs covered
alias list --jsonmachine-readable output flag