Skip to content

v0.10.0 - Spatial Layout Visualization

Choose a tag to compare

@genomewalker genomewalker released this 12 Feb 11:35
· 17 commits to main since this release

What's New

session_map Visual Layout

The session_map tool now shows the actual spatial arrangement of panes within each tab:

╔══════════════════════════════════════════════════════════════╗
║ ● fascinating-quasar                                         ║
╚══════════════════════════════════════════════════════════════╝
    [Tab #1] idle
  ┌────────────────────────────┐┌─────────────┐┌─────────────┐
  │                            ││    shell    ││             │
  │          claude            │├─────────────┤│    shell    │
  │                            ││    shell    ││             │
  └────────────────────────────┘└─────────────┘└─────────────┘
  • Shows side-by-side splits, stacked panes, and nested layouts
  • Focused panes highlighted in orange
  • Proportional sizing based on actual layout percentages
  • Properly skips UI chrome (tab-bar, status-bar plugins)

Bug Fixes

  • Fixed layout parser to handle nested pane structures
  • Fixed plugin pane filtering (no more phantom shells)
  • Improved T-junction rendering for overlapping borders