v1.1.34: Fix Sync Issues, Add Line Selection Feature
Release Date: January 23, 2026
One-Line Summary
This update fixes the feedback loop issue with global project cache sync and adds a practical line selection feature.
Bug Fix: Global Project Cache Sync Issue
Previous Issue
In some cases, global project cache sync would create a feedback loop, causing performance degradation or unexpected behavior.
Current Status
Thanks to community contributor @Eric-Guo's fix, this issue has been resolved. Cache sync is now more stable and efficient.
New Feature: Line Selection
What was updated?
Now you can select code lines in the OpenCode app for more precise code positioning and manipulation.
How to use?
In sessions, you can:
- Mouse selection: Drag in the code area to select lines you want to focus on
- Precise positioning: After selecting specific lines, AI will pay more attention to your selected code sections
- Improve efficiency: Reduce context noise, help AI understand your intent more accurately
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Using Desktop version | ✅ Recommended upgrade (sync issue fix) |
| Need precise code selection | ✅ Recommended upgrade |
| Everything working fine | Can wait for next time |
Upgrade command:
bash
opencode upgradeTechnical Details (Skippable)
Click to expand full update list
Desktop
- Fixed a reactive feedback loop in the global project cache sync (@Eric-Guo)
- Add line selection functionality to the app
Thank you to 1 community contributor:
- @Eric-Guo:
- fix(desktop): Fixed a reactive feedback loop in the global project cache sync (#10139)

