v0.4.0
Claude Code Go v0.4.0
🤖 A Go reimplementation of Claude Code — AI coding assistant in your terminal.
Installation
# Via Go
go install github.com/tunsuy/claude-code-go/cmd/claude@v0.4.0
# Or download the binary belowChangelog
🐛 Bug Fixes
- 96f1dc2: fix(tools): enable parallel agent spawning via IsConcurrencySafe=true (@tunsuy)
- 832fab4: fix(tools): set IsConcurrencySafe=false for AgentTool and TaskCreate (@tunsuy)
🔧 Maintenance
Full Changelog: v0.3.0...v0.4.0