CogniRelay

CogniRelay v1.4.12 Release Notes

Release date: 2026-04-28

This corrective release fixes the installed agent-asset CLI after normal PyPI installation.

Fixed

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.12 --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/*