Files
Neil 767b7c14f1 fix(ai-vault): expand nested OMP session history (#20663)
Expand saved OMP descendants lazily while preserving exact child targets for Resume and View Log. Retain expanded branches across virtual scrolling and reject late responses/cycles. Includes the independently reviewed child-workspace correction from #20629.

61 combined target/map/nesting tests and actual OMP child/grandchild storage/CLI smoke pass. Earlier hidden Electron proof covers eight generations and narrow sidebar layout. Folder-only unresolved child targets remain disabled. No live delegation or full terminal-launch proof claimed.

Addresses #12885 Scope 2.
2026-09-14 15:17:36 -07:00

6 lines
257 B
CSS

@import '../../../src/renderer/src/assets/main.css';
@source './fixture.tsx';
@source '../../../src/renderer/src/components/right-sidebar';
@source '../../../src/renderer/src/components/ui';
@source '../../../src/renderer/src/components/AgentStateDot.tsx';