Skip to content

feat: display sessions from all workspaces in TUI#4

Merged
K-dash merged 2 commits into
mainfrom
feat/multi-workspace-tui-support
Feb 1, 2026
Merged

feat: display sessions from all workspaces in TUI#4
K-dash merged 2 commits into
mainfrom
feat/multi-workspace-tui-support

Conversation

@K-dash
Copy link
Copy Markdown
Owner

@K-dash K-dash commented Feb 1, 2026

Summary

  • Remove workspace filter to show Claude Code sessions from all workspaces
  • Sessions grouped by workspace with visual hierarchy (🏠 current, 📍 others)
  • Auto-switch workspace when jumping to session in different workspace
  • Current workspace sessions displayed first, then sorted alphabetically

Changes

  • src/ui/app.rs: Remove workspace filter, add workspace switching logic
  • src/ui/render.rs: Add workspace headers with visual distinction
  • README.md: Update Features and Limitations sections

Prerequisites

Requires wzcc install-workspace-switcher for cross-workspace navigation to work. Without it, sessions are displayed but workspace switching won't occur.

Test plan

  • Run wzcc with multiple workspaces containing Claude Code sessions
  • Verify all sessions from all workspaces are displayed
  • Verify current workspace shows 🏠, others show 📍
  • Jump to session in different workspace and verify workspace switches
  • Verify wzcc install-workspace-switcher and uninstall-workspace-switcher work

Remove workspace filter to show Claude Code sessions across all
workspaces. Sessions are grouped by workspace with visual hierarchy.

- Current workspace shown with 🏠, others with 📍
- Sort: current workspace first, then alphabetically
- Auto-switch workspace when jumping to session in different workspace
- Add workspace info to details panel
@K-dash K-dash merged commit bfd2bca into main Feb 1, 2026
1 check passed
@K-dash K-dash deleted the feat/multi-workspace-tui-support branch February 1, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant