feat(sessions): link to parent session in Session info tab #180

Merged
dries merged 1 commit from feat/session-parent-link into main 2026-06-29 23:14:22 +02:00
Owner

Summary

  • Add a "Parent" row to the Session info tab that links to the parent session, shown only for child/subagent sessions (session.parentId set).

Testing

  • New SessionInfoSidebar.test.tsx: asserts the link href for a child session and its absence for a top-level session.
  • pnpm exec tsc -b, pnpm lint, pnpm test pass.
## Summary - Add a "Parent" row to the Session info tab that links to the parent session, shown only for child/subagent sessions (`session.parentId` set). ## Testing - New `SessionInfoSidebar.test.tsx`: asserts the link href for a child session and its absence for a top-level session. - `pnpm exec tsc -b`, `pnpm lint`, `pnpm test` pass.
feat(sessions): link to parent session in Session info tab
All checks were successful
CI / Frontend (pull_request) Successful in 4m17s
CI / Backend (pull_request) Successful in 5m11s
CI / Build Desktop (macOS arm64) (pull_request) Successful in 51s
CI / Playwright E2E (pull_request) Successful in 6m38s
CI / Build (pull_request) Successful in 3m18s
CI / Semantic Tag (pull_request) Has been skipped
CI / Coverage Ratchet (pull_request) Successful in 4m25s
00df8507d4

Coverage ratchet: pass

Suite Baseline This PR Δ
go 69.40% 69.40% +0.00
frontend 57.39% 57.73% +0.34

Tolerance: -0.1%. Baseline stored on gh-pages.

<!-- coverage-ratchet --> ### Coverage ratchet: ✅ pass | Suite | Baseline | This PR | Δ | | |---|---|---|---|---| | go | 69.40% | 69.40% | +0.00 | ✅ | | frontend | 57.39% | 57.73% | +0.34 | ✅ | _Tolerance: -0.1%. Baseline stored on `gh-pages`._
dries merged commit d729a0e59c into main 2026-06-29 23:14:22 +02:00
Sign in to join this conversation.
No description provided.