anomalyco / anomalyco/opencode
docs: --mini, --no-replay, --replay-limit missing from CLI reference
Open
@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
- Run
opencode attach --helporopencode tui --helpand note--mini,--no-replay,--replay-limitare listed. - Open the CLI reference at https://opencode.ai/docs/cli and search for the same flags.
- The
tuiandattachflag tables indocs/cli.mdxdo not include them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.