tuna-agent 0.1.27 → 0.1.28

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.
@@ -13,7 +13,7 @@ export class ClaudeCodeAdapter {
13
13
  displayName = 'Claude Code';
14
14
  agentConfig;
15
15
  taskCount = 0;
16
- static PATTERN_CHECK_INTERVAL = 1; // Check patterns every N tasks (temp: 1 for testing)
16
+ static PATTERN_CHECK_INTERVAL = 5; // Check patterns every N tasks
17
17
  constructor(config) {
18
18
  this.agentConfig = config;
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuna-agent",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Tuna Agent - Run AI coding tasks on your machine",
5
5
  "bin": {
6
6
  "tuna-agent": "dist/cli/index.js"