docs: document --model, branch_prefix, new MCP tools, and review delete#9
Merged
docs: document --model, branch_prefix, new MCP tools, and review delete#9
Conversation
…view delete Catch README up with recent releases: --model flag across review/work subcommands, configurable branch_prefix, auto-installed /review-pr command, zen review delete, and the new zen_review / zen_review_resume MCP tools. Source tree now lists review/, terminal/, and ghostty/.
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.
What
Bring the README up to date with the features landed in PRs #2, #7, and #8:
--modelflag onzen review,zen review resume,zen work new, andzen work resume.zen review deletecommand and note thatzen work deletecleans up Claude session files.zen reviewauto-installs the/review-prClaude command before opening the tab.branch_prefixconfig field to the example YAML and explain the fallback chain (config → git config user.name → no prefix).zen_reviewandzen_review_resumeMCP tools to the MCP server list.review/,terminal/,ghostty/, and note the 30s GitHub call timeouts and session scan in the reconciler.Why
README had drifted from the code across several PRs. Users running
zen --helpcan discover the flags, but the landing page is still the first stop — it should mention the knobs that changed behavior (model selection, configurable prefix) and the MCP surface that consumers register withclaude mcp add.Notes
cmd/andinternal/mcp/tools.goso the documentation matches what the binary actually does onmain.zen watchsection untouched; nothing material changed there.