Release date: 2026-04-26
CogniRelay v1.4.4 is a focused patch release for Codex MCP startup compatibility after the v1.4.3 protocol-version bridge.
initialize.tools/list right after initialize, without first
sending notifications/initialized, can complete startup.notifications/initialized remains accepted after initialize, so clients
that send the notification keep working.initialize accepts 2025-06-18 and 2025-11-25.initialize requests still do not mark a session
ready.initialize still fail with the
existing not-initialized behavior.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