anomalyco / anomalyco/opencode

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

Open
#41,537 0 comments 0 reactions 1 assignee View on GitHub

@kommander is already working on this.

Since Aug 10, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

The CLI reference at https://opencode.ai/docs/cli does not document the --mini, --no-replay, and --replay-limit flags, even though they are user-facing options on opencode tui and opencode attach.

The flags are registered with descriptions in packages/opencode/src/cli/cmd/tui.ts and packages/opencode/src/cli/cmd/attach.ts:

  • --mini — start the minimal interactive interface
  • --no-replay — disable mini session history replay on resume and after resize
  • --replay-limit — cap visible mini replay to the newest N messages

Users cannot discover these options from the docs, and the flag tables in docs/cli.mdx for tui and attach omit them.

Plugins

None.

OpenCode version

Latest dev.

Steps to reproduce
  1. Run opencode attach --help or opencode tui --help and note --mini, --no-replay, --replay-limit are listed.
  2. Open the CLI reference at https://opencode.ai/docs/cli and search for the same flags.
  3. The tui and attach flag tables in docs/cli.mdx do not include them.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.