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
--auto is unknown.
opencode <project> --auto accepts the same option.
Description
opencode attachrejects--auto, although the regular TUI supports that flag and an attached TUI can enable the same mode from the command palette. Attach should accept--autoand initialize the TUI permission mode consistently.Plugins
None
OpenCode version
1.17.13
Steps to reproduce
opencode attach <url> --auto.--autois unknown.opencode <project> --autoaccepts the same option.