Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 12:26
· 53 commits to main since this release
f2ca746

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 below

Changelog

🐛 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

  • 0b4f8c4: feat(multi-agent): implement full multi-agent coordination system (@tunsuy)

Full Changelog: v0.3.0...v0.4.0