ccraft 1.0.5 → 1.0.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.
- package/package.json +1 -1
- package/src/utils/preflight.js +1 -1
package/package.json
CHANGED
package/src/utils/preflight.js
CHANGED
|
@@ -84,7 +84,7 @@ export async function runPreflight(options = {}) {
|
|
|
84
84
|
console.log(' ' + dotPad('API key', colors.success('valid')));
|
|
85
85
|
} else {
|
|
86
86
|
console.log(' ' + dotPad('API key', colors.error('invalid')));
|
|
87
|
-
envErrors.push('API key is invalid or expired. Run: ccraft auth <new-key
|
|
87
|
+
envErrors.push('API key is invalid or expired. Run: ccraft auth <new-key>\n Get a new key at https://claude-craft.cc/');
|
|
88
88
|
}
|
|
89
89
|
} catch (err) {
|
|
90
90
|
if (err instanceof ApiError && err.code === 'NETWORK_ERROR') {
|