mycontext-cli 1.0.88 → 1.0.89

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mycontext-cli",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "MyContext CLI - AI-powered component generation with interactive build strategy planning, shadcn/ui and Next.js 15 integration",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
@@ -150,7 +150,7 @@ MYCONTEXT_MODEL=grok-3
150
150
  \`\`\`bash
151
151
  MYCONTEXT_PROVIDER=xai
152
152
  MYCONTEXT_XAI_API_KEY=xai-your_actual_key_here
153
- MYCONTEXT_MODEL=grok-2-1212
153
+ MYCONTEXT_MODEL=grok-4-latest
154
154
  \`\`\`
155
155
 
156
156
  #### Option 4: Claude (Premium)
@@ -124,7 +124,7 @@ class XaiClient {
124
124
  }
125
125
  getDefaultModel() {
126
126
  // Reasonable default; allow override via env
127
- return process.env.XAI_MODEL || "grok-2-latest";
127
+ return process.env.XAI_MODEL || "grok-4-latest";
128
128
  }
129
129
  }
130
130
  exports.XaiClient = XaiClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mycontext-cli",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "MyContext CLI - AI-powered component generation with interactive build strategy planning, shadcn/ui and Next.js 15 integration",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {