claude-code-autoconfig 1.0.42 → 1.0.44

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.
@@ -186,10 +186,10 @@ Open the interactive guide in the user's browser:
186
186
  - Linux: `xdg-open .claude/guide/autoconfig.guide.html`
187
187
  - Windows: `start .claude/guide/autoconfig.guide.html`
188
188
 
189
- Then output the finale message in green using this bash command:
189
+ Then output this finale message (just output it directly as text, no bash command needed):
190
190
 
191
- ```bash
192
- echo -e "\n---\n\n\033[32m✅ Setup complete! The interactive guide is now open in your browser.\033[0m"
193
- ```
191
+ ---
192
+
193
+ ✅ Setup complete! The interactive guide is now open in your browser.
194
194
 
195
195
  **IMPORTANT**: Do not add any additional text, summaries, or details after this message. The finale should be clean and punchy - end here.
package/bin/cli.js CHANGED
@@ -257,6 +257,9 @@ rl.question('\x1b[90mPress ENTER to continue...\x1b[0m', () => {
257
257
  console.log();
258
258
  console.log('\x1b[36m%s\x1b[0m', '🚀 Launching Claude Code with /autoconfig...');
259
259
  console.log();
260
+ console.log('\x1b[90m%s\x1b[0m', ' Heads up: Claude Code can take 30+ seconds to initialize.');
261
+ console.log('\x1b[90m%s\x1b[0m', ' Please be patient while it loads.');
262
+ console.log();
260
263
 
261
264
  // Spawn claude with /autoconfig as initial prompt
262
265
  // Use --permission-mode=acceptEdits to auto-approve file edits during setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
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",