v1.1.38: Experimental Markdown Component, Multiple Fixes
Release Date: January 28, 2026
One-Line Summary
This update adds an experimental OpenTUI Markdown component and fixes multiple tool and plugin related issues.
New Feature: OpenTUI Markdown Component
What was updated?
Added an experimental OpenTUI Markdown component in the Desktop app for a better Markdown rendering experience.
How to enable?
This feature is experimental and needs to be enabled through configuration. Once enabled, you'll get smoother Markdown rendering effects.
Bug Fix: AGENTS.md Duplicate Loading
Previous Issue
When executing tools in parallel, AGENTS.md files might be loaded multiple times, affecting performance.
Current Status
Fixed this issue. AGENTS.md is now only loaded once, improving parallel execution efficiency.
Bug Fix: PartUpdated Unsubscription
Previous Issue
PartUpdated event subscriptions in TaskTool were sometimes not properly unsubscribed, causing memory leaks.
Current Status
Thanks to community contributor @goniz's fix, all subscriptions are now properly unsubscribed.
Bug Fix: CLI Brand Display
Previous Issue
The CLI brand identity display had issues.
Current Status
Thanks to community contributor @mynameistito's fix, the CLI brand identity now displays correctly.
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Using CLI | ✅ Recommended upgrade (brand display fix) |
| Focused on performance | ✅ Recommended upgrade (memory leak fix) |
| Everything working fine | Can wait for next time |
Upgrade command:
opencode upgradeTechnical Details (Skippable)
Click to expand full update list
Core
- Prevent AGENTS.md from being loaded multiple times during parallel tool execution
- Bump plugin version
- Ensure unsubscribe from PartUpdated is always called in TaskTool (@goniz)
- Restore brand integrity of CLI wordmark (@mynameistito)
- Add experimental OpenTUI markdown component to app (@remorses)
Thank you to 4 community contributors:
@remorses:
- feat(app): use opentui markdown component behind experimental flag (#10900)
@jamesmurdza:
- docs: add Daytona OpenCode plugin to ecosystem (#10917)
@mynameistito:
- fix(cli): restore brand integrity of CLI wordmark (#10912)
@goniz:
- fix(opencode): ensure unsub(PartUpdated) is always called in TaskTool (#9992)

