Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5967e7e
feat(db): add unified session schema foundation
roomote Aug 26, 2026
8c891d6
fix(db): serialize session status refreshes
roomote Aug 26, 2026
c22e9d8
feat: complete unified sessions rollout
roomote Aug 26, 2026
7e5240f
chore: regenerate unified sessions migration
roomote Aug 26, 2026
f82c6ff
fix: avoid Redis dependency in session flag checks
roomote Aug 27, 2026
29e183f
Merge remote-tracking branch 'origin/develop' into feature/unified-se…
roomote Aug 27, 2026
4cc33a3
fix: cache deployment feature flag metadata
roomote Aug 27, 2026
d127a47
fix: resolve session review findings
roomote Aug 27, 2026
d411f66
feat: add live nested task panels to web sessions
roomote Aug 26, 2026
6adcd59
chore: keep delegated task details private
roomote Aug 26, 2026
3e4f8ed
refine delegated task card
brunobergher Aug 27, 2026
a47b7f1
refine nested task side panel
brunobergher Aug 27, 2026
1d5da43
match nested panel framing
brunobergher Aug 27, 2026
6d056e7
align session header height
brunobergher Aug 27, 2026
3faedbe
link tasks back to sessions
brunobergher Aug 27, 2026
1aff123
fix: link delegated tasks to their session
brunobergher Aug 27, 2026
3c32f89
style: space standalone task header actions
brunobergher Aug 27, 2026
33d03f0
refine session info panel
brunobergher Aug 27, 2026
2c3347c
fix: frame session info panel
brunobergher Aug 27, 2026
020f83d
feat: make sessions the primary navigation
brunobergher Aug 27, 2026
a0e470a
feat: list session tasks in side panel
brunobergher Aug 27, 2026
7f44742
fix: load tasks for fast session URLs
brunobergher Aug 27, 2026
b1f38c5
fix: label untitled sessions as new
brunobergher Aug 27, 2026
6035b16
fix: link delegated fast tasks to sessions
brunobergher Aug 27, 2026
a9e8692
Revert "fix: link delegated fast tasks to sessions"
brunobergher Aug 27, 2026
beb7796
fix: refresh session task sidebar
brunobergher Aug 27, 2026
d8efdac
fix: list tasks for fast sessions
brunobergher Aug 27, 2026
44fa99e
Merge remote-tracking branch 'origin/develop' into feature/unified-se…
roomote Aug 28, 2026
566bfeb
feat: enable fast communication mode by default
brunobergher Aug 28, 2026
ac212cd
fix: gate session UI during data rollout
roomote Aug 28, 2026
cf5da1a
Merge remote-tracking branch 'origin/feature/unified-sessions-2tuskyf…
roomote Aug 28, 2026
c639c15
fix: sequence concurrent database migrations
roomote Aug 28, 2026
02b13d2
fix: preserve explicit Fast mode opt-outs
roomote Aug 28, 2026
a3e67ba
test: align navigation expectations with Sessions
roomote Aug 28, 2026
f08c61a
fix: keep migration journal timestamps monotonic
roomote Aug 28, 2026
27188c4
Address review findings; make fast mode and Sessions unconditional
mrubens Aug 28, 2026
fa08616
Polish the Sessions list: pluralized executions, pretty repository na…
mrubens Aug 28, 2026
8e492df
[Improve] Make tool activity easier to understand (#1773)
roomote-roomote[bot] Aug 28, 2026
0d16f32
Fix re-review findings on the sessions remediation
mrubens Aug 28, 2026
73a00cf
Fix client suite breakage from the tool-presentation changes
mrubens Aug 28, 2026
41f3ba7
Keep failed orphan adoptions inside the reconcile scan window
mrubens Aug 28, 2026
f69ba82
Do not advance the reconcile watermark past a full orphan batch
mrubens Aug 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions apps/api/src/handlers/discord/__tests__/fast-agent.test.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading