orchestrix-yuri 4.8.14 → 4.8.15

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.
@@ -25,7 +25,7 @@ const DEFAULTS = {
25
25
  phase_poll_interval: 30000, // plan phase: poll agent every 30s
26
26
  dev_poll_interval: 300000, // dev phase: poll progress every 5 min
27
27
  report_interval: 1800000, // dev phase: progress report every 30 min
28
- conversation_timeout: 180000, // normal conversation reply timeout (3 min)
28
+ conversation_timeout: 300000, // normal conversation reply timeout (5 min)
29
29
  },
30
30
  };
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchestrix-yuri",
3
- "version": "4.8.14",
3
+ "version": "4.8.15",
4
4
  "description": "Yuri — Meta-Orchestrator for Orchestrix. Drive your entire project lifecycle with natural language.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {