Skip to content

feat(deps): bump cli-engine to 0.9.3 - #239

Merged
jpage-godaddy merged 1 commit into
mainfrom
engine-bump
Sep 1, 2026
Merged

feat(deps): bump cli-engine to 0.9.3#239
jpage-godaddy merged 1 commit into
mainfrom
engine-bump

Conversation

@jpage-godaddy

Copy link
Copy Markdown
Collaborator

Summary

Bumps cli-engine from 0.9.0 to 0.9.3, picking up three releases worth of engine fixes/features:

  • 0.9.1feat(cli): suggest the nearest command when an engine-intercepted invocation doesn't match a known command (adds strsim as a transitive dependency for the fuzzy match).
  • 0.9.2fix(interactivity): corrected prompt formatting for interactive argument prompts.
  • 0.9.3fix(output): reject unknown --fields names instead of silently rendering empty rows.

No source changes were required on our side — the API surface we use is unaffected.

Test plan

  • cargo check
  • cargo clippy -- -D warnings
  • cargo test (752 passed)
  • cargo fmt --check
  • ./rust/scripts/check-module-size.sh

🤖 Generated with Claude Code

Copilot AI lite review requested due to automatic review settings August 31, 2026 23:55

Copilot AI left a comment

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.

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-engine from 0.9.0 to 0.9.3 in rust/Cargo.toml.
  • Regenerate rust/Cargo.lock to reflect the updated cli-engine version 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 jpage-godaddy changed the title chore(deps): bump cli-engine to 0.9.3 fix(deps): bump cli-engine to 0.9.3 Aug 31, 2026
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 jpage-godaddy changed the title fix(deps): bump cli-engine to 0.9.3 feat(deps): bump cli-engine to 0.9.3 Sep 1, 2026
@jpage-godaddy
jpage-godaddy merged commit cfde433 into main Sep 1, 2026
5 checks passed
@jpage-godaddy
jpage-godaddy deleted the engine-bump branch September 1, 2026 00:21
This was referenced Aug 31, 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