Change8

v1.2.1

OpenCode
1 feature1 fix2 improvementscoremcp

Summary

This release introduces a significant backend change by migrating all flat file data to a single SQLite database upon first launch. For SDK users, a new PartDelta event improves efficiency by only sending incremental text part changes. Users should be aware of the potential time required for the initial data migration.

New Features

  • Enabled showing all project sessions regardless of the current working directory.

Bug Fixes

  • Tweak websearch tool description date info to avoid cache busts.

Improvements

  • Introduced a PartDelta event for SDK users that sends only incremental changes to parts, avoiding repeated transmission of full text part content upon updates.
  • Implemented a one-time data migration on first run to move all flat files in the data directory to a single SQLite database.

OpenCode Documentation