From 64ccb736a2ca134157af450dc5a300ab87db358d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 13 Jul 2025 13:23:17 +0300 Subject: fix: improve claude CLI error handling and diagnostics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add detection for "Execution error" responses from claude CLI - Provide detailed error diagnostics when claude CLI fails - Show possible causes and remediation steps - Add test command to verify claude CLI functionality - Fix model names in error messages (opus, sonnet, haiku) - Remove hanging auth status check - Bump version to 0.6.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 5dcb8fb..636bf04 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.6.0" + Version = "0.6.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3