diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-13 13:23:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-13 13:23:17 +0300 |
| commit | 64ccb736a2ca134157af450dc5a300ab87db358d (patch) | |
| tree | a619e3d6d83db25fdb7d4363dfead256f73464a0 /internal/version/version.go | |
| parent | 330065de49075105ef78a171d219c416d4c7daf2 (diff) | |
fix: improve claude CLI error handling and diagnosticsv0.6.1
- 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 <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
