Skip to content

docs(cli): document mini, no-replay, and replay-limit flags - #41539

Open
santhiprakash wants to merge 1 commit into
anomalyco:devfrom
santhiprakash:docs-cli-flags
Open

docs(cli): document mini, no-replay, and replay-limit flags#41539
santhiprakash wants to merge 1 commit into
anomalyco:devfrom
santhiprakash:docs-cli-flags

Conversation

@santhiprakash

Copy link
Copy Markdown

Issue for this PR

Closes #41537

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds the --mini, --no-replay, and --replay-limit flags to the tui and attach flag tables in the CLI reference (docs/cli.mdx). These options are registered with user-facing descriptions in packages/opencode/src/cli/cmd/tui.ts and packages/opencode/src/cli/cmd/attach.ts but were missing from the docs, so users could not discover them.

How did you verify your code works?

  • bunx prettier --check packages/web/src/content/docs/cli.mdx passes.
  • Verified each flag description matches the describe value in tui.ts/attach.ts.
  • Confirmed no other docs page documents these flags (no duplicate rows).

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

N/A — docs table change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: --mini, --no-replay, --replay-limit missing from CLI reference

1 participant