Refactor WorkerService to use claude_session_id directly from the database

- Updated session initialization to retrieve claude_session_id instead of sdk_session_id.
- Removed redundant comments and code related to sdk_session_id handling.
- Simplified session creation logic by directly using values from the database.
- Cleaned up message handling logic to focus on assistant messages and removed unnecessary checks for system init messages.
This commit is contained in:
Alex Newman
2025-10-24 21:54:07 -04:00
parent f4217cb2b9
commit 5b28c23b20
2 changed files with 41 additions and 68 deletions
File diff suppressed because one or more lines are too long