buildwithnexus 0.6.0 → 0.6.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.
package/dist/bin.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
3
4
  var __esm = (fn, res) => function __init() {
@@ -27,7 +28,7 @@ function getVersion() {
27
28
  const packageJson = JSON.parse(readFileSync(packagePath, "utf-8"));
28
29
  return packageJson.version;
29
30
  } catch {
30
- return true ? "0.6.0" : "0.0.0-unknown";
31
+ return true ? "0.6.1" : "0.0.0-unknown";
31
32
  }
32
33
  }
33
34
  function showBanner() {
@@ -3427,7 +3428,7 @@ function getVersionStatic() {
3427
3428
  const packageJson = JSON.parse(readFileSync2(packagePath, "utf-8"));
3428
3429
  return packageJson.version;
3429
3430
  } catch {
3430
- return true ? "0.6.0" : "0.0.0-unknown";
3431
+ return true ? "0.6.1" : "0.0.0-unknown";
3431
3432
  }
3432
3433
  }
3433
3434
  var cli = new Command15().name("buildwithnexus").description("Auto-scaffold and launch a fully autonomous NEXUS runtime").version(getVersionStatic());
@@ -3545,7 +3546,7 @@ function printUpdateBanner(current, latest) {
3545
3546
  // src/bin.ts
3546
3547
  import dotenv from "dotenv";
3547
3548
  dotenv.config({ path: ".env.local" });
3548
- var version = true ? "0.6.0" : "0.5.17";
3549
+ var version = true ? "0.6.1" : "0.5.17";
3549
3550
  checkForUpdates(version);
3550
3551
  program.name("buildwithnexus").description("Deep Agents - AI-Powered Task Execution").version(version);
3551
3552
  program.command("da-init").description("Initialize Deep Agents (set up API keys and .env.local)").action(deepAgentsInitCommand);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildwithnexus",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Interactive AI agent orchestrator with intent-based planning, execution, and brainstorming modes",
5
5
  "type": "module",
6
6
  "bin": {