feat(WorkerService): set sdkSessionId from database during session initialization
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -135,7 +135,7 @@ class WorkerService {
|
|||||||
const session: ActiveSession = {
|
const session: ActiveSession = {
|
||||||
sessionDbId,
|
sessionDbId,
|
||||||
claudeSessionId,
|
claudeSessionId,
|
||||||
sdkSessionId: null,
|
sdkSessionId: dbSession.sdk_session_id || null, // Set from database since we set both fields now
|
||||||
project,
|
project,
|
||||||
userPrompt,
|
userPrompt,
|
||||||
pendingMessages: [],
|
pendingMessages: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user