CORE v2.0.8
CORE v2.0.8 (2026-07-10)
Core Change: Port Migration 18800→18880
Default port remains 18800 for backward compatibility.
CORE_LISTEN_PORT and CORE_LISTEN_HOST environment variables are now
the primary configuration mechanism for port/host overrides (already
present in start.py since v2.0.7 — this release is a version bump).
AI-CLAW sets CORE_LISTEN_PORT=18880 to work around Windows iphlpsvc
service occupying port 18800.
Changes from v2.0.7
- Version bump to 2.0.8
- All v2.0.7 bug fixes included:
- agent_router passed flag (metadata rules work correctly)
- gateway_executor peer key lookup (no more 401 on cue-worker dispatch)
- task_store ListTasks (no more 500 on ListTasks RPC)
- a2a-sdk v0.3 compat sed patch in Dockerfile.v2
Changes from v2.0.6
- All v2.0.6 fixes included