chore: bump version to 10.0.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-02-13 00:02:37 -05:00
parent 64019ee28d
commit 5de728612e
9 changed files with 93 additions and 17 deletions
+1
View File
@@ -500,6 +500,7 @@ export class WorkerService {
'CLAUDE_CODE_PATH',
'ENOENT',
'spawn',
'Invalid API key',
];
if (unrecoverablePatterns.some(pattern => errorMessage.includes(pattern))) {
hadUnrecoverableError = true;