fleet-memory/skills/hindsight-docs/references
Nicolò Boschi 2c32ffadc9
fix(mental-models): add tags_match and tag_groups to trigger config (#786) (#804)
When a mental model has tags, refresh_mental_model hardcoded
tags_match="all_strict", causing empty results when most memories
are untagged. Add configurable tags_match and tag_groups fields
to MentalModelTrigger so users can control refresh filtering.

- Add tags_match (any/all/any_strict/all_strict) to override default
- Add tag_groups for compound boolean tag expressions during refresh
- Default behavior unchanged (all_strict when tags present)
- Update both refresh paths (task-based and direct)
- Add UI controls in Create/Update mental model dialogs
- Regenerate OpenAPI spec and client SDKs
2026-03-31 18:09:01 +02:00
..
changelog release(llamaindex): v0.1.3 2026-03-30 18:34:25 +02:00
developer refactor: replace LLMProvider classmethods with from_env() and document missing config fields (#816) 2026-03-31 18:00:41 +02:00
sdks SEO: add title and description to all integration pages (#787) 2026-03-30 17:53:43 -04:00
best-practices.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
faq.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
openapi.json fix(mental-models): add tags_match and tag_groups to trigger config (#786) (#804) 2026-03-31 18:09:01 +02:00