tuna-agent 0.1.62 → 0.1.63
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.
|
@@ -883,7 +883,7 @@ export class ClaudeCodeAdapter {
|
|
|
883
883
|
try {
|
|
884
884
|
console.log(`[Self-Improve] Running pattern detection (every ${ClaudeCodeAdapter.PATTERN_CHECK_INTERVAL} tasks, count=${this.taskCount})`);
|
|
885
885
|
const { callMem0Patterns } = await import('../mcp/setup.js');
|
|
886
|
-
const patterns = await callMem0Patterns(this.currentAgentName,
|
|
886
|
+
const patterns = await callMem0Patterns(this.currentAgentName, 2);
|
|
887
887
|
if (patterns.length === 0) {
|
|
888
888
|
console.log(`[Self-Improve] No patterns detected yet`);
|
|
889
889
|
return;
|