Skip to content

Conversation

@linw1995
Copy link
Owner

Summary

Implements session summaries for the Switch Session feature to help users quickly identify and select the right session.

Changes

  • Add AI-generated session summaries
  • Support manual regeneration of summaries
  • Update command palette to display session information

Closes #126

- Add session summary generation using agent chat
- Add Regenerate Session Summary command palette option
- Persist summaries in session metadata with fallback
- Display summaries in session switcher for easy identification
- Add helper function to load existing session metadata
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 14.83871% with 132 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.89%. Comparing base (a46f02c) to head (9065bb4).
⚠️ Report is 3 commits behind head on dev.

Files with missing lines Patch % Lines
crates/coco-tui/src/components/chat.rs 18.85% 99 Missing ⚠️
crates/coco-tui/src/session/fs.rs 0.00% 19 Missing ⚠️
crates/coco-tui/src/components/command_palette.rs 0.00% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #138      +/-   ##
==========================================
- Coverage   50.22%   48.89%   -1.34%     
==========================================
  Files          93       94       +1     
  Lines       25033    25855     +822     
==========================================
+ Hits        12574    12643      +69     
- Misses      12459    13212     +753     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@linw1995 linw1995 merged commit 5331cf0 into dev Jan 23, 2026
3 checks passed
@linw1995 linw1995 added the enhancement New feature or request label Jan 23, 2026
@linw1995 linw1995 deleted the feature/switch-session-summary branch January 23, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Switch Session should support displaying session summaries

3 participants