@codebakers/cli 3.9.23 → 3.9.24

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.
@@ -151,10 +151,10 @@ function getSubscriptionError() {
151
151
  title: 'Subscription Required',
152
152
  message: 'This feature requires an active subscription.',
153
153
  recovery: [
154
- 'Visit codebakers.ai/pricing to see plans',
154
+ 'Visit codebakers.ai/dashboard/billing to subscribe',
155
155
  'Start a free trial with: codebakers setup',
156
156
  'Contact support if you believe this is an error',
157
157
  ],
158
- helpUrl: 'https://codebakers.ai/pricing',
158
+ helpUrl: 'https://www.codebakers.ai/dashboard/billing',
159
159
  };
160
160
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebakers/cli",
3
- "version": "3.9.23",
3
+ "version": "3.9.24",
4
4
  "description": "CodeBakers CLI - Production patterns for AI-assisted development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -183,10 +183,10 @@ export function getSubscriptionError(): FriendlyError {
183
183
  title: 'Subscription Required',
184
184
  message: 'This feature requires an active subscription.',
185
185
  recovery: [
186
- 'Visit codebakers.ai/pricing to see plans',
186
+ 'Visit codebakers.ai/dashboard/billing to subscribe',
187
187
  'Start a free trial with: codebakers setup',
188
188
  'Contact support if you believe this is an error',
189
189
  ],
190
- helpUrl: 'https://codebakers.ai/pricing',
190
+ helpUrl: 'https://www.codebakers.ai/dashboard/billing',
191
191
  };
192
192
  }