Release date: 2026-04-26
CogniRelay v1.4.1 is a focused patch release for the agent onboarding and runtime help surfaces introduced in v1.4.0.
context.retrieve example so agents use
subject_kind="thread" plus subject_id for primary retrieval scoping.thread_id is valid for task and schedule lookup
examples, but not for primary context.retrieve scoping.thread_id filters
and subject_kind=thread plus subject_id filters.system.tool_usage on its existing compact response shape while
improving the summary guidance.GET /v1/capabilities version field remains the capability schema
version ("1").Release preparation should pass:
git diff --check
./.venv/bin/python -m ruff check app tests tools
./.venv/bin/python -m unittest discover -s tests -v