Skip to content

Fix 1Password template syntax for ANTHROPIC_API_KEY#50

Merged
conallob merged 1 commit into
mainfrom
claude/fix-vim-ai-op-account-uuid
Jun 10, 2026
Merged

Fix 1Password template syntax for ANTHROPIC_API_KEY#50
conallob merged 1 commit into
mainfrom
claude/fix-vim-ai-op-account-uuid

Conversation

@conallob

Copy link
Copy Markdown
Owner

Remove unnecessary vault and account UUID parameters from the onepasswordDetailsFields function call in the ANTHROPIC_API_KEY template.

Summary

The onepasswordDetailsFields function only requires the item UUID as a parameter. The vault and account UUIDs are optional and can cause "no 1Password account found" errors if incorrectly specified.

Changes

  • Simplified the onepasswordDetailsFields call to use only the item UUID, removing the empty vault and account UUID parameters

This aligns with the guidance in CLAUDE.md that the item UUID alone is sufficient for the function to work correctly.

https://claude.ai/code/session_01GCpNarRYfG2md4CG59XAhb

The third argument causes "no 1Password account found" errors. The item
UUID alone is sufficient to look up the credential.

https://claude.ai/code/session_01GCpNarRYfG2md4CG59XAhb
@conallob conallob merged commit 55833fd into main Jun 10, 2026
12 checks passed
@conallob conallob deleted the claude/fix-vim-ai-op-account-uuid branch June 10, 2026 16:30
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