entireio / entireio/cli

Stale `entire configure --agent` hints in investigate and review error messages

Open Beginner friendly
#2,249 0 comments 0 reactions 0 assignees View on GitHub

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.go
  • cmd/entire/cli/investigate/picker.go
  • cmd/entire/cli/review/cmd.go
  • cmd/entire/cli/review/picker.go
  • cmd/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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.