claude-code-autoconfig 1.0.145 → 1.0.147

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 +3 -3
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -618,11 +618,11 @@ if (bootstrapMode || insideClaude) {
618
618
  if (!bootstrapMode) {
619
619
  // insideClaude without --bootstrap: block with clear message
620
620
  console.log();
621
- console.log('\x1b[31m%s\x1b[0m', `❌ Cannot run inside an active Claude Code session.`);
621
+ console.log('\x1b[31m%s\x1b[0m', `❌ Cannot run "npx claude-code-autoconfig" inside an active Claude Code session.`);
622
622
  console.log();
623
- console.log('\x1b[36m%s\x1b[0m', ` Please run this command from a regular terminal instead:`);
623
+ console.log('\x1b[32m%s\x1b[0m', `✅ Run from a regular terminal instead:`);
624
624
  console.log();
625
- console.log('\x1b[33;1m%s\x1b[0m', ` npx claude-code-autoconfig@latest`);
625
+ console.log('\x1b[33;1m%s\x1b[0m', `👉 npx claude-code-autoconfig@latest`);
626
626
  console.log();
627
627
  }
628
628
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.145",
3
+ "version": "1.0.147",
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",