tuna-agent 0.1.16 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -233,6 +233,7 @@ export class ClaudeCodeAdapter {
|
|
|
233
233
|
if (err instanceof Error && err.message === '__FOLLOW_UP_TIMEOUT__') {
|
|
234
234
|
console.log(`[ClaudeCode] No follow-up after ${FOLLOW_UP_TIMEOUT_MS / 1000}s — closing task`);
|
|
235
235
|
pendingInputResolvers.delete(task.id);
|
|
236
|
+
this.runReflection(task, 'Agent Team task completed (no follow-up)', 'done', task.repoPath).catch(() => { });
|
|
236
237
|
return;
|
|
237
238
|
}
|
|
238
239
|
throw err;
|