@jvittechs/jai1-cli 0.1.81 → 0.1.82

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/cli.js CHANGED
@@ -33,7 +33,7 @@ var NetworkError = class extends Jai1Error {
33
33
  // package.json
34
34
  var package_default = {
35
35
  name: "@jvittechs/jai1-cli",
36
- version: "0.1.81",
36
+ version: "0.1.82",
37
37
  description: "A unified CLI tool for JV-IT TECHS developers to manage Jai1 Framework. Please contact TeamAI for usage instructions.",
38
38
  type: "module",
39
39
  bin: {
@@ -7543,7 +7543,6 @@ function createKitCreateCommand() {
7543
7543
  const ideChoices = [
7544
7544
  { name: "Cursor", value: "cursor" },
7545
7545
  { name: "Windsurf", value: "windsurf" },
7546
- { name: "VSCode", value: "vscode" },
7547
7546
  { name: "Claude Code", value: "claude-code" },
7548
7547
  { name: "Antigravity", value: "antigravity" }
7549
7548
  ];