fix(tui): load root sessions in switcher (#37784)

Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
opencode-agent[bot] 2026-07-19 16:32:32 +00:00 committed by GitHub
commit f05d2ab551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 0 deletions

View file

@ -1294,6 +1294,7 @@ export const { use: useData, provider: DataProvider } = createSimpleContext({
project: location.project.id,
limit: 50,
order: "desc",
parentID: null,
})
})
.then((response) => {