Patch release adding the /docs command, flipping the default for showing agent thinking blocks, and several documentation refinements.
Changelog
[new] Added the /docs command (with aliases /howto and /guides) to open the in-TUI How-to Guides picker, launch the online Build docs, or jump directly to a specific guide by title.
[changed] show_thinking_blocks now defaults to true so agent thinking blocks appear in the TUI by default.
[changed] group_tool_verbs now also folds finished thoughts when grouping runs of read/search/list tool calls.
[changed] Removed the worktree_tip_dismissed hint; the one-time worktree tip is no longer shown.
[changed] Updated theming documentation to clarify that --minimal mode always uses the terminal's native palette and ignores theme settings.
[changed] Glob patterns in permission rules now explicitly accept Claude Code's Bash(cmd:*) syntax as equivalent to prefix matching.
Under the hood
Internal manifest and version metadata updated for the 0.2.87 release.
Minor adjustments to runtime help text and example paths.