Description
When multiple OpenCode sessions are active simultaneously and AI agents within those sessions edit files, the file change summary is not isolated per session. Each session's summary displays ALL file modifications across ALL active sessions, rather than only showing files edited within that specific session.
Expected Behavior
Each session should only display file changes made by agents running within that specific session. The file change summary should be session-isolated.
Actual Behavior
The file change summary aggregates changes from all active sessions, causing confusion about which files were actually modified by which session's agents.
Environment
- Multiple active OpenCode sessions
- AI agents editing files in parallel across sessions
Additional Context
The system appears to track which files AI agents have edited within a session (since we know what files were changed), but the summary view does not respect session boundaries.
Plugins
oh-my-openagent
OpenCode version
1.3.17
Steps to reproduce
- Have Session A active (working on Feature X)
- Have Session B active (working on Feature Y)
- AI agents in Session B edit files (e.g.,
src/ads/AdMob.ts)
- Observe Session A's file change summary - it shows
AdMob.ts even though Session A's agents never touched that file
Screenshot and/or share link
Operating System
Windows 11
Terminal
No response
Description
When multiple OpenCode sessions are active simultaneously and AI agents within those sessions edit files, the file change summary is not isolated per session. Each session's summary displays ALL file modifications across ALL active sessions, rather than only showing files edited within that specific session.
Expected Behavior
Each session should only display file changes made by agents running within that specific session. The file change summary should be session-isolated.
Actual Behavior
The file change summary aggregates changes from all active sessions, causing confusion about which files were actually modified by which session's agents.
Environment
Additional Context
The system appears to track which files AI agents have edited within a session (since we know what files were changed), but the summary view does not respect session boundaries.
Plugins
oh-my-openagent
OpenCode version
1.3.17
Steps to reproduce
src/ads/AdMob.ts)AdMob.tseven though Session A's agents never touched that fileScreenshot and/or share link
Operating System
Windows 11
Terminal
No response