2 Commits

Author SHA1 Message Date
程序员阿江(Relakkes)
697b2efdc9 feat: refine session activity panel
Tested: cd desktop && bun run test -- src/components/activity/SessionActivityPanel.test.tsx --run
Tested: cd desktop && bun run test -- src/components/activity/sessionActivityModel.test.ts src/components/activity/SessionActivityPanel.test.tsx src/components/layout/TabBar.test.tsx src/pages/ActiveSession.test.tsx --run
Tested: bun run check:desktop
Scope-risk: moderate
Confidence: high
2026-07-04 21:49:08 +08:00
程序员阿江(Relakkes)
56a4be3d14 feat(desktop): add session activity panel
Move session tasks, background tasks, subagents, and team activity into a floating right-side activity panel with capped section scrolling.

Add subagent run detail tabs backed by the existing session run data so member activity can be inspected from the main chat.

Tested: cd desktop && bun run test -- src/components/activity/SessionActivityPanel.test.tsx

Tested: bun run check:desktop
2026-07-03 23:24:22 +08:00