summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages/session.tsx
AgeCommit message (Expand)Author
2026-01-16feat(desktop): Terminal Splits (#8767)Daniel Polito
2026-01-15feat(app): unified search for commands and filesAdam
2026-01-15feat(app): new layoutAdam
2026-01-10feat(desktop): Fork Session (#7673)Daniel Polito
2026-01-09fix(app): store terminal and review pane visibility per sessionadamelmore
2026-01-08feat(app): cache session-scoped stores, optional context gatingAdam
2026-01-08feat(app): incrementally render turns, markdown cache, lazily render diffsAdam
2026-01-08feat(app): gate hydration side-effects, handoff while stores loadAdam
2026-01-08feat(app): chunk message loading, lazy load diffsAdam
2026-01-06chore(app): rework storage approachAdam
2026-01-06feat(app): add view button to open files from review sidebar (#7095)Justas Raudonius
2026-01-06feat(app): add middle-click to close tabs in review sidebar (#7094)Justas Raudonius
2026-01-05fix(app): more defensive, handle no gitAdam
2026-01-05fix(app): bottom paddingAdam
2026-01-05fix(app): terminal long-running processesAdam
2026-01-05fix(app): prompt input shouldn't cover contentAdam
2026-01-05fix(app): worktree selection should navigate to worktreeAdam
2026-01-05fix(app): fix flicker and navigation when collapsing/expanding projects (#6658)Albin Groen
2026-01-05chore: generateGitHub Action
2026-01-04feat(app): add SVG preview support in session viewer (#6868)shuv
2026-01-04fix(app): scroll position restorationAdam
2026-01-04fix(app): auto-scroll behaviorsAdam
2026-01-03feat(app): add image preview support in session viewer (#6678)shuv
2026-01-02feat: add managed git worktrees (#6674)Adam
2026-01-02feat: add /compact session commandAdam
2026-01-01wip(app): progressAdam
2026-01-01chore: cleanupAdam
2026-01-01wip(app): progressAdam
2026-01-01wip(app): progressAdam
2026-01-01wip(app): progressAdam
2026-01-01wip(app): progressAdam
2026-01-01wip(desktop): progressAdam
2026-01-01wip(desktop): progressAdam
2026-01-01wip(desktop): progressAdam
2026-01-01wip(app): file contextAdam
2026-01-01feat(app): context window windowAdam
2025-12-31feat(desktop): better affordance for auto-acceptAdam
2025-12-31fix(desktop): don't show notifs if auto-acceptingAdam
2025-12-31chore(app): keybind tooltip componentAdam
2025-12-31fix(desktop): remove status bar, new elements in headerAdam
2025-12-31feat(desktop): unified diff toggleAdam
2025-12-30fix(app): better text selectionAdam
2025-12-29fix(desktop): scroll syncAdam
2025-12-29fix(desktop): more performance/scrolling fixesAdam
2025-12-29feat(desktop): auto-accept edits toggleAdam
2025-12-29Revert "fix(desktop): jankiness"Adam
2025-12-29fix(desktop): jankinessAdam
2025-12-29fix(desktop): more fine-grained state updatesAdam
2025-12-29fix(desktop): sync last agent and model when changing sessionAdam
2025-12-26Desktop: MCP UI (#6162)Daniel Polito