You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropdown pickers — "Wildcards" and "Tags" combos on the node insert tokens with a click (alternative to typing the autocomplete syntax).
`Card Title` — reference a YAML card directly by title (resolves to one of its prompts, applying its Prefix/Suffix), in addition to `<[tag]>` aggregation.
Tag autocomplete — typing `<[` now suggests card Tags.
Fixed
Autocomplete now works in Nodes 2.0 (Vue renderer), not just the legacy canvas renderer.
Suggestions are selectable by mouse click, and the textarea keeps focus afterwards.
Accepting a suggestion no longer inserts a truncated string (widget value sync).
Removed a duplicate `/ab_wildcard/wildcards` API route.
Chore
`pytest` moved out of runtime `requirements.txt` into `requirements-dev.txt`.