docs: update CLI reference and troubleshooting for board and actionable errors#3494
Merged
Conversation
dgageot
approved these changes
Jul 7, 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
Catches two documentation gaps from PRs merged in the last 36 hours.
Changes
docker agent boardCLI reference (docs/features/cli/index.md): PR feat: add docker agent board, a Kanban TUI for orchestrating agents #3451 shipped a full feature page for the new Kanban board but omitted the command from the master CLI reference. This commit adds thedocker agent boardsection with its usage, requirements, and a link to the feature page.Actionable model/credential errors (
docs/community/troubleshooting/index.md): PR feat(cli): actionable errors for missing models and credentials (phase 1 of #3442) #3452 introduced clear, actionable error messages when model credentials are missing or Docker Model Runner is unreachable. No documentation was written at the time. This commit adds a troubleshooting section covering those three scenarios with example error text and adocker agent doctordiagnosis tip.Source PRs
Reviewer notes
Two low-severity/low-confidence style findings were raised and deliberately left as-is:
docker agent board: reviewer suggested grouping it with other top-level commands (beforeserve). Placed afterserve chatper the explicit task spec.docker agent boarddoesn't work on Windows (no tmux). The feature page atdocs/features/board/index.mdnotes only "Requirestmuxandgit"; the CLI reference mirrors that same level of detail for consistency.