mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-08 05:28:21 +00:00
refactor: use updated session watcher
In addition, for projects_updated websocket response, send the sessionId instead
This commit is contained in:
@@ -88,5 +88,5 @@ export interface IProviderSessionSynchronizer {
|
||||
/**
|
||||
* Parses and upserts one provider artifact file without running a full scan.
|
||||
*/
|
||||
synchronizeFile(filePath: string): Promise<boolean>;
|
||||
synchronizeFile(filePath: string): Promise<string | null>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user