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
co-authored by Dax Raad
parent bef6cfbffe
commit f05d2ab551
2 changed files with 31 additions and 0 deletions
+1
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) => {