@naram/codex-switch 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1531,7 +1531,8 @@ async function runCreate() {
1531
1531
  const m2 = ensure(
1532
1532
  await te({
1533
1533
  message: "Default model (optional, Enter to skip)",
1534
- placeholder: "anthropic/claude-sonnet-4.5"
1534
+ placeholder: "anthropic/claude-sonnet-4.5",
1535
+ defaultValue: ""
1535
1536
  })
1536
1537
  ).trim();
1537
1538
  model = m2 || void 0;
@@ -1546,7 +1547,8 @@ async function runCreate() {
1546
1547
  const m2 = ensure(
1547
1548
  await te({
1548
1549
  message: "Default model",
1549
- placeholder: "gpt-5.5"
1550
+ placeholder: "gpt-5.5",
1551
+ defaultValue: ""
1550
1552
  })
1551
1553
  ).trim();
1552
1554
  model = m2 || void 0;
@@ -1902,7 +1904,7 @@ async function runRemove(aliasArg) {
1902
1904
  }
1903
1905
 
1904
1906
  // src/index.ts
1905
- var VERSION = "0.1.0";
1907
+ var VERSION = "0.1.1";
1906
1908
  var HELP = `${color.bold("codex-switch")} \u2014 set up isolated Codex profiles
1907
1909
 
1908
1910
  ${color.bold("USAGE")}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naram/codex-switch",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Interactive CLI to set up isolated Codex profiles (multiple accounts / custom model providers) with one command.",
5
5
  "keywords": [
6
6
  "codex",