tuna-agent 0.1.67 → 0.1.68
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.
|
@@ -206,9 +206,7 @@ export class ClaudeCodeAdapter {
|
|
|
206
206
|
}
|
|
207
207
|
}).catch(() => { });
|
|
208
208
|
}
|
|
209
|
-
|
|
210
|
-
// Manual chat tasks may spawn sub-agents → keep agentTeam enabled
|
|
211
|
-
const useAgentTeam = task.source !== 'skill' && task.source !== 'scheduled';
|
|
209
|
+
const useAgentTeam = true;
|
|
212
210
|
const result = await runClaude({
|
|
213
211
|
prompt: userMessage,
|
|
214
212
|
cwd,
|