The open source coding agent.
OpenCode v0.8.0 adds autocompact control and a new subtask flag for subagent command execution.
$ git clone --branch v0.8.0 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v0.8.0
$ OPENCODE_DISABLE_AUTOCOMPACT=1 opencode - ›New
OPENCODE_DISABLE_AUTOCOMPACTenvironment variable lets users disable automatic context compaction. - ›Autocompact is now automatically disabled when context size is set to 0.
- ›New
--subtaskflag on commands enables subagent-aware task execution. - ›Aborted messages are now retained in context instead of being discarded.