Skip to content

v3.3.45 - Agent runtime contract and universal adapter

Choose a tag to compare

@sheawinkler sheawinkler released this 05 Jun 19:15
858051f

Superseded by v3.4.0

This patch release is superseded by v3.4.0, which carries the same agent-runtime work under the correct public version boundary for the universal adapter, native sessions, and objective runtime contract. Keep this release as historical context; use v3.4.0 as the current public baseline.


ContextLattice v3.3.45 turns the recent agent-memory work into a real runtime contract release.

Highlights:

  • Universal agent adapter conformance for Codex, Claude Code, OpenCode, Hermes, Pi, ChatGPT web/desktop, and Claude web/desktop profiles.
  • New contextlattice-agent-adapter lifecycle helper for bootstrap, context pack, checkpoint, handoff, event, and completion flows.
  • Native agent runtime sessions with persistent session ledger, session events, runtime telemetry, and Agent Radar dashboard data.
  • Objective runtime contract output with bounded evidence, objective delta, risk/blocker, and next-action state.
  • Auto-session ensure/recover across agent start, policy pack, context pack, Dream Mode, writeback, and compaction hooks.
  • Hosted Caddy ingress hardening: h1 default, audited h2 override, and Caddy memory/PID caps.
  • Public memory-spine story, local AI workspace comparison, scaling-memory page, and minimal click/tap suite cards.
  • Public boundary cleanup: internal planning/doc references remain out of public-facing docs.

For agent developers:

  • config/agents/agent_profiles.json defines supported profiles.
  • config/agent_contracts/agent_output_contracts.json now includes universal adapter and objective-runtime contracts.
  • scripts/agent/audit-universal-agent-adapter validates offline and live lifecycle conformance.
  • scripts/agent/audit-agent-runtime-contract validates objective runtime and auto-session behavior.

Verification summary:

  • Universal adapter audit passed for 10 configured profiles with no findings.
  • Runtime contract audit passed with objective_runtime_status=passed for preflight and CLI paths.
  • Git whitespace check passed before tagging.
  • Live local gateway health was OK before release.
  • Agent runtime telemetry after stale audit cleanup: active=3, completed=55, failed=0, blocked=0, total=58.

Lane companion tags:

  • v3.3.45-public -> public/main 858051f
  • v3.3.45-origin -> private origin/main 1ddfb5f
  • v3.3.45-public-paid -> public-paid/main 5793a15

Notes:

  • The remaining active runtime sessions are not UI elements; they are real persisted agent sessions from current/adjacent agent workflows.
  • Fourteen stale objective-runtime audit/preflight sessions from before the audit cleanup were completed before this release.