v1.2.1: Cross-Directory Session Viewing
Release Date: February 14, 2026
One-Sentence Summary
This update lets you view session records from all projects from any directory, and optimizes web search caching behavior.
New Feature: View All Sessions Across Directories
The Previous Problem
You might use OpenCode across multiple project directories, each with its own sessions. Previously, to view sessions for a specific project, you had to cd to that directory first.
The Current Situation
You can see sessions from all projects from any directory. No matter where you are, OpenCode will list all your project session records.
What are the benefits?
- No need to frequently switch directories
- Quickly find previous conversations
- Easier multi-project management
Optimization: Web Search Saves Bandwidth
What changed?
Fine-tuned the date information description in the websearch tool to avoid bypassing cache on every search.
How does it affect you?
- Faster search response (when cached)
- Reduced API calls
- Overall bandwidth savings
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Frequently switch between projects | ✅ Upgrade |
| Want better session management | ✅ Upgrade |
| Everything works fine | Can wait for next release |
Upgrade command:
bash
opencode upgradeTechnical Details (Optional)
Click to expand full changelog
Core
- Display all project sessions from any working directory
- Fine-tuned websearch tool date information description to avoid cache invalidation
Notes
This version shares the same data migration logic (SQLite) as v1.2.0, which runs automatically on first launch.

