Stale `entire configure --agent` hints in investigate and review error messages
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.1k
- Forks
- 475
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 178
Description
Bug
Several error messages in entire investigate and entire review tell users to run entire configure --agent <name>, but entire configure has no --agent flag. Agent setup lives under entire agent add <name>.
Steps to reproduce
cd $(mktemp -d)
git init && git commit --allow-empty -m "init"
entire investigate
Output includes:
run `entire configure --agent <name>` for one of: claude-code, codex, gemini-cli
Should say:
run `entire agent add <name>` for one of: claude-code, codex, gemini-cli
Affected files
cmd/entire/cli/investigate/cmd.gocmd/entire/cli/investigate/picker.gocmd/entire/cli/review/cmd.gocmd/entire/cli/review/picker.gocmd/entire/cli/review/profile.go
12 instances total across these files.
Environment
entire version: 0.10.4-nightly- OS: macOS (Darwin 25.6.0)
- Go: 1.26.x
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the 12 stale hints in cmd/entire/cli/investigate/cmd.go, picker.go and cmd/entire/cli/review/cmd.go, picker.go, and profile.go. Reproduce with the provided empty Git repository and run entire investigate; done means every affected error message directs users to entire agent add <name> instead of entire configure --agent <name>.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100