docs: refresh project presentation for v0.8.1#9
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 715b6626f9
ℹ️ 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".
| ```bash | ||
| mkdir -p "$HOME/.local/bin" | ||
| curl -fsSL https://raw.githubusercontent.com/jacklv-coder/ipcheck/v0.8.0/bin/ipcheck \ | ||
| curl -fsSL https://raw.githubusercontent.com/jacklv-coder/ipcheck/v0.8.1/bin/ipcheck \ |
There was a problem hiding this comment.
Publish v0.8.1 before linking to it
The direct-install command now fetches the v0.8.1 tag, but this reviewed repository has no such tag or ref. Until that tag is published, users following the documented non-Homebrew installation path receive a 404 and cannot install the tool; publish the tag together with this change or point the command at an existing immutable ref.
Useful? React with 👍 / 👎.
Summary
Verification
bash test/smoke.shgit diff --checkpython3 demo/render_demo.pySafety
No credentials are read or forwarded, and the diagnostic behavior is unchanged apart from the release version string.