@factadev/cli 0.2.5 → 0.2.6

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -65,7 +65,6 @@ See `src/ui/doctor.ts`.
65
65
 
66
66
  - `nest mcp` - Start MCP stdio bridge. See `src/codex/happyMcpStdioBridge.ts`.
67
67
  - `nest server` - Start the bundled server (single binary workflow).
68
- - `nest hub` - Alias for `nest server`.
69
68
 
70
69
  ## Configuration
71
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factadev/cli",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "NEST CLI - Enterprise AI coding agent control center. Run Claude Code, Codex, Cursor, Gemini, OpenCode locally and control remotely via web.",
5
5
  "author": "Carlos Matias Baglieri",
6
6
  "license": "UNLICENSED",
@@ -77,10 +77,10 @@
77
77
  },
78
78
  "packageManager": "bun@1.3.5",
79
79
  "optionalDependencies": {
80
- "@factadev/cli-darwin-arm64": "0.2.5",
81
- "@factadev/cli-darwin-x64": "0.2.5",
82
- "@factadev/cli-linux-arm64": "0.2.5",
83
- "@factadev/cli-linux-x64": "0.2.5",
84
- "@factadev/cli-win32-x64": "0.2.5"
80
+ "@factadev/cli-darwin-arm64": "0.2.6",
81
+ "@factadev/cli-darwin-x64": "0.2.6",
82
+ "@factadev/cli-linux-arm64": "0.2.6",
83
+ "@factadev/cli-linux-x64": "0.2.6",
84
+ "@factadev/cli-win32-x64": "0.2.6"
85
85
  }
86
86
  }