Skip to content

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:

  1. Mouse selection: Drag in the code area to select lines you want to focus on
  2. Precise positioning: After selecting specific lines, AI will pay more attention to your selected code sections
  3. Improve efficiency: Reduce context noise, help AI understand your intent more accurately

Should You Upgrade?

SituationRecommendation
Using Desktop version✅ Recommended upgrade (sync issue fix)
Need precise code selection✅ Recommended upgrade
Everything working fineCan wait for next time

Upgrade command:

bash
opencode upgrade

Technical 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)

← Back to Changelog