anomalyco / anomalyco/opencode
Cannot disable 'Work State Completed (none) Active (none) ...' structured output
Open
@kommander is already working on this.
Since Jul 27, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- Avg merge
- 7h 2m
- Merged PRs (30d)
- 384
Description
Description
Opencode displays a persistent: Work State Completed (none) Active (none) …. There is no way to disable or hide it.
Steps to Reproduce
- Run
opencode. - Put any prompt and it will start adding the structure mentioned above; it doesn't matter which model I choose
- I tried adding
- "task": "deny",
- "todowrite": "deny",
but didn't change anything
Expected Behavior
The user should be able to toggle the reasoning todo/task mode either via:
- A CLI flag (e.g.
--no-statusor--hide-work-state), - A config key in
opencode.json,
Environment
- opencode version: 1.18.4 (binary at
~/.opencode/bin/opencode) - OS: Linux
- Shell: bash (no aliases/wrappers)
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.