Clyde v0.2.3
Clyde v0.2.3
This release adds a read-only diagnostics command for local setup and AI-ready troubleshooting.
Changes
- Added
clyde doctorfor environment diagnostics across Clyde version, OS/architecture, config status, PATH tools, local Ollama, and optional repository scan readiness. - Added
clyde doctor --jsonfor automation and AI agents. - Added
doctorto the human help surface,clyde help --json, and all generated shell completion scripts. - Updated README and changelog for the diagnostics workflow.
- Added tests for JSON diagnostics, invalid config reporting, help behavior, and command catalog coverage.
Verification
gofmton changed Go filesgo test ./...go run ./cmd/clyde --aboutgo run ./cmd/clyde help --jsonparsed successfully and includes 18 commandsgo run ./cmd/clyde doctor . --jsonparsed successfully- Generated completion scripts for Bash, Zsh, Fish, PowerShell, Elvish, Nushell, Xonsh, Tcsh, Clink, Yash, and Oil-family aliases
GOOS=windows GOARCH=amd64 go build -o /tmp/clyde.exe ./cmd/clydeGOOS=windows GOARCH=amd64 go test -c ./internal/clydegit diff --check