vibecodingmachine-cli 2026.2.26-1739 → 2026.2.26-1752
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/package.json +2 -2
- package/src/utils/config.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibecodingmachine-cli",
|
|
3
|
-
"version": "2026.02.26-
|
|
3
|
+
"version": "2026.02.26-1752",
|
|
4
4
|
"description": "Command-line interface for Vibe Coding Machine - Autonomous development",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react": "^19.2.0",
|
|
60
60
|
"screenshot-desktop": "^1.15.3",
|
|
61
61
|
"table": "^6.8.1",
|
|
62
|
-
"vibecodingmachine-core": "^2026.02.26-
|
|
62
|
+
"vibecodingmachine-core": "^2026.02.26-1752"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"eslint": "^8.57.0",
|
package/src/utils/config.js
CHANGED
|
@@ -139,7 +139,7 @@ async function setAutoTimeout(timeoutMs) {
|
|
|
139
139
|
|
|
140
140
|
// Timeout configuration for adaptive timeout management (T052)
|
|
141
141
|
// Using core TimeoutConfigManager for consistency with Electron app
|
|
142
|
-
const { TimeoutConfigManager } = require('
|
|
142
|
+
const { TimeoutConfigManager } = require('vibecodingmachine-core/src/timeout-management');
|
|
143
143
|
|
|
144
144
|
const DEFAULT_TIMEOUT_CONFIG = Object.freeze({
|
|
145
145
|
mode: 'fixed', // 'fixed' or 'adaptive'
|