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, 3);
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuna-agent",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "Tuna Agent - Run AI coding tasks on your machine",
5
5
  "bin": {
6
6
  "tuna-agent": "dist/cli/index.js"