docs(observations): document scope listing and exact tag matching - #2159
Closed
r266-tech wants to merge 1 commit into
Closed
docs(observations): document scope listing and exact tag matching#2159r266-tech wants to merge 1 commit into
r266-tech wants to merge 1 commit into
Conversation
Collaborator
|
Superseded by #2230, which folds in these doc edits and also adds |
nicoloboschi
added a commit
that referenced
this pull request
Jun 16, 2026
…nts (#2230) The `exact` set-equality match mode landed in the API + generated clients in #2149 but was never exposed in the control plane, documented, or added to the hand-maintained SDK wrappers. This completes the feature. Control plane: add `exact` to the TagsMatch type/unions and to the tags_match dropdowns in think-view, search-debug-view, and both mental-model trigger forms; add translated labels to all 10 locales. Docs: document `exact` in the recall tags_match table + tag_groups, the reflect tags value list, and the observations scope-listing guide; regenerate the docs skill mirror. Clients: add `exact` to the hand-maintained Python and TypeScript wrapper Literals/unions and docstrings (generated clients already had it; Rust is generated from openapi.json at build time). Supersedes #2159.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #2149 added
GET /v1/default/banks/{bank_id}/observations/scopesand the endpoint description points users totags_match=exactfor filtering one returned scope without also matching broader tag sets.This updates the canonical docs to cover both pieces:
exactto the Recalltags_matchtable and describe its set-equality behaviorexactin the Reflect tags summary andtag_groupsaccepted valuesI also regenerated the Hindsight docs skill mirror with the project script.
Verification
./scripts/generate-docs-skill.shgit diff --checkCodex review skipped: pure docs + generated mirror only.