Skip to content

feat(bw): support item UUID references - #430

Merged
domenkozar merged 1 commit into
cachix:mainfrom
stegmannb:codex/bitwarden-item-uuid
Sep 10, 2026
Merged

feat(bw): support item UUID references#430
domenkozar merged 1 commit into
cachix:mainfrom
stegmannb:codex/bitwarden-item-uuid

Conversation

@stegmannb

Copy link
Copy Markdown
Contributor

This adds support for referencing Bitwarden Password Manager items by UUID as well as by title. UUID references are resolved exactly, avoiding ambiguity when multiple items share the same title.

Summary

  • allow Bitwarden Password Manager ref.item references to select an exact item UUID before full, case-insensitive title matching
  • bypass bw list items --search for UUID reads so unrelated fuzzy hits cannot hide the addressed item

Validation

  • devenv shell -- cargo test -p secretspec provider::bw::tests (170 passed)
  • devenv tasks run devenv:git-hooks:run
  • devenv shell -- npm --prefix docs run build
  • git diff --check origin/main..HEAD

Comment thread secretspec/src/provider/bw.rs Outdated
@stegmannb
stegmannb force-pushed the codex/bitwarden-item-uuid branch from 22ad4a8 to f389bfc Compare September 4, 2026 19:50
@domenkozar
domenkozar merged commit 452e078 into cachix:main Sep 10, 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