-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
Description
Problem or use case
The Entire CLI currently lacks native Windows support, preventing Windows users from using the tool effectively.
Desired behavior
# Solution
Add native Windows builds with full support for Windows 10/11, all core CLI commands, Git integration, Checkpoints, Claude Code and Gemini CLI agents, and Interactive TUI.
## Technical Details
- Zero code changes required (Go's cross-platform design)
- Uses existing //go:build !unix fallback for telemetry
- Uses go-git for cross-platform git operations
- Build configuration added via .goreleaser.yaml with ZIP format for Windows
## PR Reference
Corresponds to PR #244Proposed solution
No response
Alternatives or workarounds
No response
Reactions are currently unavailable