Skip to content

chore: release v2.18.1#517

Merged
jdx merged 1 commit intomainfrom
release
Feb 24, 2026
Merged

chore: release v2.18.1#517
jdx merged 1 commit intomainfrom
release

Conversation

@mise-en-dev
Copy link
Copy Markdown
Collaborator

@mise-en-dev mise-en-dev commented Feb 20, 2026

🐛 Bug Fixes

  • (lib) validate choices for variadic args and flags by @jdx in #520

🛡️ Security

  • require AI disclosure on GitHub comments by @jdx in #519

📦️ Dependency Updates

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @mise-en-dev, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request is a routine release update, bumping the version number and updating dependencies to their latest versions. The primary focus is on keeping the project up-to-date with the newest dependency releases and incorporating an update to a github action.

Highlights

  • Version Bump: This PR bumps the version of the usage-cli and usage-lib crates from 2.18.0 to 2.18.1.
  • Dependency Updates: It also updates various dependencies in the Cargo.lock and pnpm-lock.yaml files, including autofix-ci/action and several @algolia packages.
  • Changelog Update: The CHANGELOG.md file is updated to reflect the new version and the dependency updates.
Changelog
  • CHANGELOG.md
    • Added version 2.18.1 changelog entry.
  • Cargo.lock
    • Updated dependency versions and checksums.
  • Cargo.toml
    • Updated usage-lib version to 2.18.1.
  • cli/Cargo.toml
    • Updated package version to 2.18.1.
  • cli/usage.usage.kdl
    • Updated version to 2.18.1.
  • docs/cli/reference/commands.json
    • Updated version to 2.18.1.
  • docs/cli/reference/index.md
    • Updated version to 2.18.1.
  • lib/Cargo.toml
    • Updated package version to 2.18.1.
  • pnpm-lock.yaml
    • Updated dependency versions and integrity hashes.
Activity
  • Dependency updates via Renovate bot.
  • Version number updates across multiple files.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request prepares the v2.18.1 release. It correctly bumps the version across all project components, including the workspace configuration, crate manifests, and generated documentation. The lock files for both Rust and JavaScript ecosystems have been updated to include several dependency bumps. However, the changelog is currently missing the clap dependency update that was explicitly highlighted in the pull request description.

Comment thread CHANGELOG.md

### 📦️ Dependency Updates

- update autofix-ci/action action to v1.3.3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#515](https://github.com/jdx/usage/pull/515)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The clap dependency update (v4.5.60) mentioned in the pull request description is missing from the changelog. It should be included to accurately reflect the changes in this release.

Suggested change
- update autofix-ci/action action to v1.3.3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#515](https://github.com/jdx/usage/pull/515)
- update autofix-ci/action action to v1.3.3 by [@renovate[bot]](https://github.com/renovate[bot]) in [#515](https://github.com/jdx/usage/pull/515)
- update rust crate clap to v4.5.60 by [@renovate[bot]](https://github.com/renovate[bot]) in [#516](https://github.com/jdx/usage/pull/516)

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.83%. Comparing base (2a9a12e) to head (51d2a85).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #517   +/-   ##
=======================================
  Coverage   75.83%   75.83%           
=======================================
  Files          48       48           
  Lines        6721     6721           
  Branches     6721     6721           
=======================================
  Hits         5097     5097           
  Misses       1153     1153           
  Partials      471      471           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mise-en-dev mise-en-dev force-pushed the release branch 2 times, most recently from 1764c1d to 3e2061c Compare February 24, 2026 12:58
@jdx jdx merged commit a7e0b75 into main Feb 24, 2026
7 checks passed
@jdx jdx deleted the release branch February 24, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants