The open source coding agent.
OpenCode v1.0.100 adds timestamp toggle and smarter time display in the TUI
$ git clone --branch v1.0.100 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.100
- ›Adds a toggle to show or hide message timestamps in the TUI
- ›Timestamps now include the date when messages are from a previous day
- ›Displays end time for completed agent loops in the model footer
- ›Model footer now shows session duration timing
1 more release in this issue · 2025-11-22
OpenCode v1.0.91 adds enterprise session sharing with a dedicated web interface for collaborative sessions.
$ git clone --branch v1.0.91 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.91
- ›Adds enterprise package with session sharing capabilities.
- ›Introduces enterprise web interface for sharing sessions.
- ›Enhances session management and sharing functionality.