- Agent roles and coordination features - Chat API integration testing - New configuration and workspace management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
89 B
Makefile
6 lines
89 B
Makefile
all: deps
|
|
|
|
deps:
|
|
go get github.com/mattn/goveralls
|
|
go get golang.org/x/tools/cmd/cover
|