vibecodingmachine-cli 1.0.23 → 2025.11.2-7.118

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.
@@ -225,8 +225,8 @@ process.on('unhandledRejection', (error) => {
225
225
  // Check for updates and display notification
226
226
  async function checkForUpdates() {
227
227
  try {
228
- const { checkForUpdatesWithCache } = require('@vibecodingmachine/core');
229
- const updateInfo = await checkForUpdatesWithCache('vibecodingmachine-cli', packageJson.version);
228
+ const { checkForCLIUpdates } = require('@vibecodingmachine/core');
229
+ const updateInfo = await checkForCLIUpdates(packageJson.version);
230
230
 
231
231
  if (updateInfo.hasUpdate) {
232
232
  // Store update info globally for when auto mode starts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibecodingmachine-cli",
3
- "version": "1.0.23",
3
+ "version": "2025.11.27.0118",
4
4
  "description": "Command-line interface for Vibe Coding Machine - Autonomous development",
5
5
  "main": "src/index.js",
6
6
  "bin": {