CogniRelay

CogniRelay v1.4.7 Release Notes

Release date: 2026-04-26

CogniRelay v1.4.7 ships the last-mile adapter kit for agent-authored continuity integration. It is a distribution and integration-quality release: the runtime API remains stable except for the added help topic, while operators now get copyable assets for safe agent startup/retrieval and continuity saves.

Highlights

Compatibility Notes

Verification

Release preparation should pass:

git diff --check
./.venv/bin/python -m ruff check app tests tools agent-assets
./.venv/bin/python -m unittest tests/test_agent_assets_289.py -v
./.venv/bin/python -m unittest tests/test_help_214_slice1.py tests/test_help_243_runtime_onboarding_limits.py tests/test_mcp_216_slice3_help.py -v
./.venv/bin/python -m unittest discover -s tests -v