claude-code-autoconfig 1.0.63 → 1.0.65

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/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -242,10 +242,10 @@ console.log('║ ║');
242
242
  console.log('║\x1b[0m Press ENTER to launch Claude and \x1b[33m║');
243
243
  console.log('║\x1b[0m auto-run \x1b[36m/autoconfig\x1b[33m \x1b[33m║');
244
244
  console.log('║ ║');
245
- console.log('║\x1b[0m \x1b[90mYou may need to approve a few file writes\x1b[33m ║');
246
- console.log('║ ║');
247
245
  console.log('╚════════════════════════════════════════════╝\x1b[0m');
248
246
  console.log();
247
+ console.log('\x1b[90m%s\x1b[0m', "You'll need to approve a few file prompts to complete the installation.");
248
+ console.log();
249
249
 
250
250
  // Step 5: Wait for Enter, then launch Claude Code
251
251
  const rl = readline.createInterface({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.63",
3
+ "version": "1.0.65",
4
4
  "description": "Intelligent, self-configuring setup for Claude Code. One command analyzes your project, configures Claude, and shows you what it did.",
5
5
  "author": "ADAC 1001 <info@adac1001.com>",
6
6
  "license": "MIT",