Conversation
Add two missing topics to doc/getting-started.md: - Permission model: explain deny-by-default, show approve-all usage, link to Permission Handling section in API Reference - :client-name option: show how to identify an application in session config Both features were added in merged PRs (#18 and #21) but were not reflected in the getting-started tutorial. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Feb 20, 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.
Documentation Updates - 2026-02-20
This PR updates
doc/getting-started.mdbased on features merged in the last 24 hours.Features Documented
approve-allhandler (from Fix permission denial keyword types and pin examples to gpt-5.2 #18):client-namesession config option (from feat: add :client-name to session config (upstream PR #510) #21)Changes Made
doc/getting-started.mdto add two new sub-sections to "What's Next?":approve-allusage, and links to the API Reference Permission Handling section:client-nameusage in session configThese features were already documented in
doc/reference/API.mdandCHANGELOG.mdby PRs #18 and #21, but were missing from the getting-started tutorial.Validation
bb validate-docscould not run due to network restrictions in the sandbox (cannot reach Maven Central to resolve deps)./reference/API.md#permission-handling,./auth/index.md,./mcp/overview.md,../examples/README.md)Merged PRs Referenced
:client-nameto session config (upstream PR #510)Notes
No other documentation gaps were found. API.md, CHANGELOG.md, examples/README.md, and README.md were all updated by the merged PRs themselves.