diff --git a/apps/web/src/state/sessions.tsx b/apps/web/src/state/sessions.tsx index 0760515..e9a4c56 100644 --- a/apps/web/src/state/sessions.tsx +++ b/apps/web/src/state/sessions.tsx @@ -7,7 +7,9 @@ export interface Session { tool_icon: string; tool_type_interfaces: string[]; repository_name: string; + repository_id: string; project_name: string; + project_id: string; status: string; url: string | null; }