This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryUpdates Verification, Highlights, and Version Boundary across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds universal agent adapter lifecycle with bootstrap, context-pack, checkpoint, handoff, event, and complete stages. Adds universal agent adapter lifecycle with bootstrap, context-pack, checkpoint, handoff, event, and complete stages. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Medium |
Introduces native agent runtime sessions via /v1/agents/sessions and /telemetry/agents/runtime endpoints. Introduces native agent runtime sessions via /v1/agents/sessions and /telemetry/agents/runtime endpoints. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Medium |
Implements objective_runtime_state.v1 across preflight, context-pack, and Dream Mode workflows. Implements objective_runtime_state.v1 across preflight, context-pack, and Dream Mode workflows. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Updates public CLI, llms.txt, and documentation to identify v3.4.0 as the public baseline. Updates public CLI, llms.txt, and documentation to identify v3.4.0 as the public baseline. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Feature | Low |
Adds dry‑run‑first stale objective‑runtime audit cleanup script `scripts/agent/contextlattice-session sweep-stale-audits`. Adds dry‑run‑first stale objective‑runtime audit cleanup script `scripts/agent/contextlattice-session sweep-stale-audits`. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Bugfix | Low |
Makes `scripts/contextlattice_client.py` fall back to urllib when httpx is unavailable. Makes `scripts/contextlattice_client.py` fall back to urllib when httpx is unavailable. Source: llm_adapter@2026-06-05 Confidence: high |
— |
Full changelog
ContextLattice v3.4.0 - Agent Runtime Contract + Universal Adapter
This release upgrades ContextLattice from a memory service agents can call into a runtime contract agents can inhabit.
Highlights
- Universal
contextlattice_agent_adapterlifecycle: bootstrap, context-pack, checkpoint, handoff, event, and complete. - Native agent runtime sessions through
/v1/agents/sessionsand/telemetry/agents/runtime. objective_runtime_state.v1across preflight, context-pack, and Dream Mode.- Public CLI,
llms.txt, Updates, installation, and overview pages now identifyv3.4.0as the public baseline. - Dry-run-first stale objective-runtime audit cleanup via
scripts/agent/contextlattice-session sweep-stale-audits. - Public CI/path hardening:
scripts/contextlattice_client.pynow falls back tourllibwhenhttpxis unavailable.
Version Boundary
v3.4.0is the stable public agent runtime contract baseline.v4remains the private tuning/experiment lane until benchmark, recall, and soak gates justify promotion.
Verification
- Private PR #443 merged:
92941b4. - Public PR #257 merged:
0e4dc37. - Public-paid PR #444 merged:
febc959. - Public
agent-context-gatepassed after dependency-free audit fallback. - Public submission preflight passed
100/100. - Public-paid clean-HOME
audit-agent-contextpassed withhard_failures=[]. - Live universal adapter audit passed for 8 profiles: bootstrap/context-pack/checkpoint/handoff/complete.
- Active sessions after release checks:
3; stale audit sweep dry-run matched0.
Full release notes are in docs/releases/v3.4.0.md.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About sheawinkler/ContextLattice
Private-by-default memory and context layer for agents with Go/Rust runtime, staged retrieval across fused data backends, and long-horizon context continuity.
Related context
Related tools
Beta — feedback welcome: [email protected]