Skip to content

fix: align npm package usage across docs and launcher#71

Merged
Meru143 merged 2 commits intomainfrom
codex/fix-npm-launcher-message
Apr 4, 2026
Merged

fix: align npm package usage across docs and launcher#71
Meru143 merged 2 commits intomainfrom
codex/fix-npm-launcher-message

Conversation

@Meru143
Copy link
Copy Markdown
Owner

@Meru143 Meru143 commented Apr 4, 2026

Restore one-off npm examples to use the actual package name (npx argus-ai), keep installed binary usage as argus, and update the npm launcher missing-binary message to point at argus-ai.

Copilot AI review requested due to automatic review settings April 4, 2026 10:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 4, 2026

Warning

Rate limit exceeded

@Meru143 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 13 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 18 minutes and 13 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 03c1b69a-9945-4146-8b57-e5821c3c8ea4

📥 Commits

Reviewing files that changed from the base of the PR and between f53a935 and de17dbd.

📒 Files selected for processing (3)
  • README.md
  • docs/index.html
  • npm/bin/argus
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-npm-launcher-message

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6dd4802c15

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

npm/bin/argus Outdated
if (!fs.existsSync(binary)) {
console.error(
"argus binary not found. Run `npm install` or `npx argus-ai` to download it."
"argus binary not found. Run `npm install` or `npx argus` to download it."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the published npm package name in fallback guidance

The new recovery hint uses npx argus, but this package is published as argus-ai (npm/package.json), so the suggested command may resolve a different package (or fail) when users try to recover from a missing binary. I checked npx --help in this environment, which shows npm exec -- <pkg>[@<version>], i.e. the first token is treated as a package spec, not this package’s bin alias. In the missing-binary path this can block users from redownloading the correct artifact.

Useful? React with 👍 / 👎.

@Meru143 Meru143 changed the title fix: align npm launcher help text with argus binary fix: align npm package usage across docs and launcher Apr 4, 2026
@Meru143 Meru143 merged commit 0d2d40a into main Apr 4, 2026
2 checks passed
@Meru143 Meru143 deleted the codex/fix-npm-launcher-message branch April 4, 2026 10:54
@Meru143 Meru143 mentioned this pull request Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants