CogniRelay

CogniRelay v1.4.11 Release Notes

Release date: 2026-04-28

This release makes the last-mile agent integration kit available from a normal PyPI wheel install.

Changed

Verification

Release preparation should pass:

git diff --check
./.venv/bin/python -m ruff check app cognirelay tests tools agent-assets
./.venv/bin/python tools/validate_server_json.py
./.venv/bin/python tools/prepare_release.py check --version 1.4.11 --date 2026-04-28 --allow-dirty
./.venv/bin/python -m unittest discover -s tests -v
./.venv/bin/python -m build
./.venv/bin/python -m twine check dist/*