anomalyco / anomalyco/opencode
attach does not accept --auto permission mode
Open
@kommander is already working on this.
Since Sep 9, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
opencode attach rejects --auto, although the regular TUI supports that flag and an attached TUI can enable the same mode from the command palette. Attach should accept --auto and initialize the TUI permission mode consistently.
Plugins
None
OpenCode version
1.17.13
Steps to reproduce
- Start an OpenCode server.
- Run
opencode attach <url> --auto. - Observe that attach prints its help and exits because
--autois unknown.
opencode <project> --auto accepts the same option.
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.