feat(core): add workspace_id to session table (#15410)

This commit is contained in:
James Long
2026-02-28 22:09:53 -05:00
committed by GitHub
parent fcd733e3d6
commit 3ee1653f40
5 changed files with 1052 additions and 1 deletions

View File

@@ -808,6 +808,7 @@ export type Session = {
id: string
slug: string
projectID: string
workspaceID?: string
directory: string
parentID?: string
summary?: {
@@ -1671,6 +1672,7 @@ export type GlobalSession = {
id: string
slug: string
projectID: string
workspaceID?: string
directory: string
parentID?: string
summary?: {