claude-code-autoconfig 1.0.52 → 1.0.53

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
@@ -262,8 +262,8 @@ rl.question('\x1b[90mPress ENTER to continue...\x1b[0m', () => {
262
262
  console.log();
263
263
 
264
264
  // Spawn claude with /autoconfig as initial prompt
265
- // Use --permission-mode=dontAsk to skip prompts during setup
266
- const claude = spawn('claude', ['--permission-mode=dontAsk', '/autoconfig'], {
265
+ // Use --permission-mode=bypassPermissions to auto-approve during setup
266
+ const claude = spawn('claude', ['--permission-mode=bypassPermissions', '/autoconfig'], {
267
267
  cwd: cwd,
268
268
  stdio: 'inherit',
269
269
  shell: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
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",