@vfarcic/dot-ai 1.16.0 → 1.16.1

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.
@@ -132,7 +132,7 @@ async function conductInvestigation(session, sessionManager, aiProvider, logger,
132
132
  throw new Error('Plugin system not initialized');
133
133
  }
134
134
  const pluginManager = (0, plugin_registry_1.getPluginManager)();
135
- const maxIterations = 30; // Increased for thorough investigation workflows
135
+ const maxIterations = 25;
136
136
  logger.info('Starting AI investigation with toolLoop', {
137
137
  requestId,
138
138
  sessionId: session.sessionId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vfarcic/dot-ai",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance",
5
5
  "mcpName": "io.github.vfarcic/dot-ai",
6
6
  "main": "dist/index.js",