feat(worker-service): integrate real Claude Code session ID retrieval

- Added `claudeSessionId` to the `ActiveSession` interface to store the real Claude Code session ID.
- Updated session initialization to fetch the real Claude Code session ID from the database.
- Modified session creation logic to ensure the real session ID is used consistently throughout the worker service.
- Adjusted message generation to utilize the real session ID instead of a placeholder.
This commit is contained in:
Alex Newman
2025-10-21 22:20:31 -04:00
parent 3042de1093
commit 3ca5e33b4a
2 changed files with 52 additions and 22 deletions
File diff suppressed because one or more lines are too long