feat(deps): bump cli-engine to 0.9.3 - #239
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Rust workspace dependency on cli-engine to pick up upstream improvements in command suggestion UX, interactive prompt formatting, and stricter --fields validation behavior without requiring local source changes.
Changes:
- Bump
cli-enginefrom0.9.0to0.9.3inrust/Cargo.toml. - Regenerate
rust/Cargo.lockto reflect the updatedcli-engineversion and its new transitive dependency (strsim).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| rust/Cargo.toml | Updates the cli-engine dependency version to 0.9.3. |
| rust/Cargo.lock | Locks cli-engine to 0.9.3 and records the new transitive dependency graph (including strsim). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jpage-godaddy
force-pushed
the
engine-bump
branch
from
August 31, 2026 23:57
23ad3a3 to
f799f0d
Compare
Picks up nearest-command suggestions for unrecognized engine-intercepted commands, an interactivity prompt-formatting fix, and a fix rejecting unknown --fields names instead of silently rendering empty rows. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
jpage-godaddy
force-pushed
the
engine-bump
branch
from
September 1, 2026 00:01
f799f0d to
ac0f8e0
Compare
This was referenced Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
cli-enginefrom 0.9.0 to 0.9.3, picking up three releases worth of engine fixes/features:feat(cli): suggest the nearest command when an engine-intercepted invocation doesn't match a known command (addsstrsimas a transitive dependency for the fuzzy match).fix(interactivity): corrected prompt formatting for interactive argument prompts.fix(output): reject unknown--fieldsnames instead of silently rendering empty rows.No source changes were required on our side — the API surface we use is unaffected.
Test plan
cargo checkcargo clippy -- -D warningscargo test(752 passed)cargo fmt --check./rust/scripts/check-module-size.sh🤖 Generated with Claude Code