Skip to content

Session File Change Summary Not Isolated Per Session #21372

@PVLPM

Description

@PVLPM

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

  1. Have Session A active (working on Feature X)
  2. Have Session B active (working on Feature Y)
  3. AI agents in Session B edit files (e.g., src/ads/AdMob.ts)
  4. 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

Image Image

Operating System

Windows 11

Terminal

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcoreAnything pertaining to core functionality of the application (opencode server stuff)windows

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions