summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/pages/session
AgeCommit message (Collapse)Author
2026-04-25refactor: rename shared package to core (#24309)Dax
2026-04-23fix: add keyed prop to Show components for proper reactivity (#23935)Brendan Allan
2026-04-23refactor: remove redundant pending check from working memo (#23929)Brendan Allan
2026-04-21feat(app): allow disabling progress bar in settings (#23674)Brendan Allan
2026-04-17fix: conditionally show file tree in beta channel (#23099)Brendan Allan
2026-04-17feat(app): hide desktop titlebar tools behind settings (#19029)Jay
Co-authored-by: Brendan Allan <[email protected]> Co-authored-by: Brendan Allan <[email protected]>
2026-04-15feat: enable type-aware no-floating-promises rule, fix all 177 violations ↵Kit Langton
(#22741)
2026-04-16fix: clean up 49 unused variables, catch params, and stale imports (#22695)Kit Langton
2026-04-15fix: resolve oxlint warnings — suppress false positives, remove unused ↵Kit Langton
imports (#22687)
2026-04-15shared package (#22626)Dax
2026-04-15fix: add left padding to session title input (#22556)Brendan Allan
2026-04-14delete all e2e tests (#22501)Dax Raad
Cherry-picked from ea463e604cdd2a3e83e1c286e39b789455f0d413
2026-04-13app: fix scroll to bottom light mode style (#22250)Brendan Allan
2026-04-07refactor(snapshot): store unified patches in file diffs (#21244)Dax
Co-authored-by: Adam <[email protected]>
2026-04-07feat(app): better subagent experience (#20708)Adam
2026-04-07fix(opencode): keep user message variants scoped to model (#21332)Dax
2026-04-07style(app): redesign jump-to-bottom button per figma spec (#21313)Shoubhit Dash
2026-04-03feat: restore git-backed review modes (#20845)Shoubhit Dash
2026-04-03fix(app): hide default session timestamps (#20892)Shoubhit Dash
2026-04-03fix(session): disable todo dock auto-scroll (#20840)Shoubhit Dash
2026-04-03fix(session): delay jump-to-bottom button (#20853)Shoubhit Dash
2026-04-02cleanup event listeners with solid-primitives/event-listener (#20619)Brendan Allan
2026-04-02use solid-primitives/resize-observer across web code (#20613)Brendan Allan
2026-04-01feat(comments): support file mentions (#20447)Shoubhit Dash
2026-04-01fix(session): add keyboard support to question dock (#20439)Shoubhit Dash
2026-03-30chore(app): cleanup (#20062)Adam
2026-03-26fix(ui): reduce markdown jank while responses stream (#19304)Shoubhit Dash
2026-03-26fix(app): more startup perf (#19288)Adam
2026-03-26revert: roll back git-backed review modes (#19295)Shoubhit Dash
2026-03-25feat: restore git-backed review modes with effectful git service (#18900)Shoubhit Dash
2026-03-25chore(app): markdown playground in storyboardAdam
2026-03-25Reapply "fix(app): startup efficiency"Adam
This reverts commit 898456a25cf2edbfc4ae4961b37424f633419dd6.
2026-03-25Revert "fix(app): startup efficiency"Adam
2026-03-25Reapply "fix(app): more startup efficiency (#18985)"Adam
This reverts commit cbe1337f2401066cf33eb9009b597eafb49123ba.
2026-03-25fix(app): move message navigation off cmd+arrow (#18728)Shoubhit Dash
2026-03-24Revert "fix(app): more startup efficiency (#18985)"Adam
This reverts commit 98b3340ceeb6928d0d57898d02665d763ef1ea9c.
2026-03-24fix(app): more startup efficiency (#18985)Adam
2026-03-24fix(ui): eliminate N+1 reactive subscriptions in SessionTurn (#18924)Burak Yigit Kaya
2026-03-24fix(app): stop terminal autofocus on shortcuts (#18931)Shoubhit Dash
2026-03-23tui: keep file tree open at its minimum resized width (#18777)David Hill
2026-03-23fix(app): handle session busy state better (#18758)Brendan Allan
2026-03-23fix(app): prefer cmd+k for command palette (#18731)Shoubhit Dash
2026-03-21chore: generateopencode-agent[bot]
2026-03-21app: manage mutation loading states with tanstack query (#18501)Brendan Allan
2026-03-20fix(app): align review file comments with diff comments (#18406)Shoubhit Dash
2026-03-19ignore: revert 3 commits that broke dev branch (#18260)Aiden Cline
2026-03-19chore: generateopencode-agent[bot]
2026-03-19feat: add git-backed session review modes (#17961)Shoubhit Dash
2026-03-19fix(desktop): remote server switching (#17214)OpeOginni
Co-authored-by: Brendan Allan <[email protected]>
2026-03-17test(app): deflake slash terminal toggle flow (#17881)Luke Parker