claude-code-autoconfig 1.0.25 → 1.0.27

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.
@@ -42,7 +42,7 @@
42
42
  "hooks": [
43
43
  {
44
44
  "type": "command",
45
- "command": "case \"$OSTYPE\" in msys*|cygwin*) cmd.exe /c \"title claude\" 2>/dev/null;; *) printf '\\033]0;claude\\007';; esac"
45
+ "command": "printf '\\033]0;claude\\007' 2>/dev/null || true"
46
46
  }
47
47
  ]
48
48
  }
package/bin/cli.js CHANGED
@@ -237,7 +237,7 @@ console.log('\x1b[32m%s\x1b[0m', '✅ Prepared /autoconfig command');
237
237
  console.log();
238
238
  console.log('\x1b[33m╔════════════════════════════════════╗');
239
239
  console.log('║ ║');
240
- console.log('║ ⚠️ \x1b[1mONE MORE STEP\x1b[22m ║');
240
+ console.log('║ ⚠️ \x1b[1mONE MORE STEP\x1b[22m ║');
241
241
  console.log('║ ║');
242
242
  console.log('║\x1b[0m Run \x1b[36m/autoconfig\x1b[33m in Claude Code \x1b[33m║');
243
243
  console.log('║\x1b[0m to complete setup \x1b[33m║');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
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",