We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: refresh wiki for 0.54 (streaming preview, cancel, pendingAiDraft, split fallback) Three pages updated to reflect features that landed across 0.54.0 and the post-0.54 audit fixes: - **Coco-UI.md** — compose surface section gains Esc-cancel keybinding, the new `R`-accept-pending-draft keybinding, a `service.streaming.enabled` opt-in section with the JSON snippet, and a "Pending AI draft confirmation" subsection covering the clobber guard (audit #7). - **Commit-Split.md** — error-message section reworked to explain the default single-commit fallback (0.54.0, #1005) and the `--strict-split` opt-out for CI gates. Adds recovery options for when the fallback isn't what the user wanted. - **TUI-Navigation.md** — `I` row expanded to mention the Esc-cancel and R-accept keystrokes with a cross-link to Coco-UI. No content removed; all changes are additive elaboration of existing sections.
Document commitSplit dynamic-model task + dedupe rescue passes
Refresh Coco-UI / TUI-Navigation / Commit-Split / Command-Reference / Home Catches up the canonical user docs to the 0.49.x workstation: - Adds C / L / E / S keystrokes under History view + Compose - Documents the just-landed commit marker (▎ accent bar for ~5s after apply) - Documents the directive next-step hint surfaced post-commit / post-split - "Nine" → "Thirteen" views (changelog joined the list) - New chord entries: g x (conflicts) / g r (reflog) / g B (bisect) - New "One-keystroke workflows" table for C / L / S / E / I / B / + - Adds the workstation-first quick start (S keystroke in compose) - New "Commit Message Style" section documenting: - Conventional Commits format honored when configured - Commitlint integration auto-detected - Branch name passed as prompt context - Same LLM service config as `coco commit` (incl. dynamic model routing) - New "Resilient Plan Validation" section explaining the 4-pass rescue chain - Adds the per-commit HEAD-verification safety rule - Adds the empty-groups filter safety rule - New Global Options section calls out `--repo <dir>` (alias `--cwd`) explicitly - Worked examples for each subcommand (commit/ui/log/doctor/init) with --repo - Coco UI feature bullets list now mentions 13 views + the one-keystroke workflows + the just-landed marker - Commit Split bullets mention conventional-commits / commitlint inheritance + workstation S workflow + rescue chain
docs: update Command Reference, Config Overview, and Commit Split Command Reference: - Add coco commit split section (--plan, --apply, --split) - Add --no-verify / -n flag to commit options - Add coco doctor command section Config Overview: - Rewrite intro with .coco.json as preferred filename - Add autoFixTool/autoFixToolOptions section - Add full service options table with all fields - Add dynamic model routing section - Add authentication types table and OpenRouter example - Update model lists (gpt-4.1 family, claude-sonnet-4-0, etc.) - Expand env var section with dynamic model and baseURL vars - Add coco doctor to troubleshooting section Commit Split: - Rewrite with quick start, requirements, and troubleshooting - Document the interactive mode requirement clearly
docs: migrate coco docs to wiki