@vfarcic/dot-ai 1.16.0 → 1.16.2

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.
package/README.md CHANGED
@@ -85,3 +85,4 @@ DevOps AI Toolkit is built on:
85
85
  ---
86
86
 
87
87
  **DevOps AI Toolkit** - Making cloud native operations accessible through AI-powered intelligence.
88
+
@@ -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.2",
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",
@@ -103,7 +103,7 @@
103
103
  "ts-node": "^10.9.0",
104
104
  "typescript": "^5.0.0",
105
105
  "typescript-eslint": "^8.54.0",
106
- "uuid": "^13.0.0",
106
+ "uuid": "^14.0.0",
107
107
  "vitest": "^3.2.4"
108
108
  },
109
109
  "dependencies": {