Skip to content

v1.2.0 - Vault Tag Matching

Choose a tag to compare

@jdenoy jdenoy released this 12 Jun 08:11
· 15 commits to main since this release

What's new

Vault Tag Matching

  • AI-generated tags are matched against all existing vault tags before being applied
  • Case-insensitive matching: vault casing always wins (e.g. AI returns machine-learning, vault has Machine-Learning → applied as Machine-Learning)
  • Unmatched tags pass through as-is from the AI
  • Two-layer approach: vault tags sent to AI as prompt context, then AI output post-processed with deterministic lookup
  • New setting: Prefer Existing Vault Tags (default: enabled)

Also included (v1.1.0)

  • Multi-language support: English and French
  • Rate limiting: configurable requests per minute (default: 10)
  • Retry logic with exponential backoff (default: 3 retries)

See updates.md for full changelog.