diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 000000000..22bd8383a --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "Bash(git show-branch:*)" + ] + } +} diff --git a/package.json b/package.json index 5980e5e5c..20637d6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-best", - "version": "1.0.4", + "version": "1.0.3", "description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal", "type": "module", "author": "claude-code-best ",