v0.9.4

vercel-labs/agent-browserv0.9.4Feb 13, 2026by github-actions[bot]

AI Summary

v0.9.4 is a patch release that addresses all Clippy lint warnings in the Rust CLI to improve code quality and maintainability.

Key Highlights

  • Fixing all Clippy lint warnings
  • Code optimization using idiomatic Rust methods

Full Release Notes

### Patch Changes

-   323b6cd: Fix all Clippy lint warnings in the Rust CLI: remove redundant import, use `.first()` instead of `.get(0)`, use `.copied()` instead of `.map(|s| *s)`, use `.contains()` instead of `.iter().any()`, use `then_some` instead of lazy `then`, and simplify redundant match guards.