[PR #7857] feat(tui): display count of modified files in session #12537

Closed
opened 2026-02-16 18:17:26 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/7857

State: closed
Merged: No


This feature adds a count display for files modified during the current session in the TUI sidebar under the "Modified Files" section.
Changes

  • packages/opencode/src/cli/cmd/tui/routes/session/sidebar.tsx: Updated the display logic to show the count of session-modified files, making the expandable UI available when there are multiple files.
    Technical Details
  • Leverages existing session_diff data to count modified files
  • Maintains the expandable UI for better user experience with multiple modifications
  • Integrates seamlessly with the existing sidebar layout
    This provides users with immediate visibility into how many files have been modified in their current session.
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/7857 **State:** closed **Merged:** No --- This feature adds a count display for files modified during the current session in the TUI sidebar under the "Modified Files" section. Changes - packages/opencode/src/cli/cmd/tui/routes/session/sidebar.tsx: Updated the display logic to show the count of session-modified files, making the expandable UI available when there are multiple files. Technical Details - Leverages existing session_diff data to count modified files - Maintains the expandable UI for better user experience with multiple modifications - Integrates seamlessly with the existing sidebar layout This provides users with immediate visibility into how many files have been modified in their current session.
yindo added the pull-request label 2026-02-16 18:17:26 -05:00
yindo closed this issue 2026-02-16 18:17:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12537