This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Affected surfaces
Summary
AI summaryAdded context expansion loop and checkpointing to agents, set model baseline defaults, pinned Ollama image.
Full changelog
ContextLattice v3.1.0
Release date: 2026-03-18
This release packages all non-V4 updates merged to public main after v3.0.0.
Focus areas are agent integration reliability, runtime stability, and endpoint consistency.
Included Public Commits Since v3.0.0
74603d7legal: align BSL licensed-work scope and clarify grant summary (#48)3c10de9runtime: set B baseline defaults to qwen3.5:9b (#49)3582ebfruntime: pin Ollama image to 0.18.1 and expose OLLAMA_IMAGE env (#50)aedebd2feat(agent): add context-expansion runtime loop with fail-open checkpointing (#51)c7f5bcddocs(agent): pin external endpoint guidance to orchestrator 8075 only (#52)3d2a1f1feat(codex): add preflight lane and stable agent-id defaults (#53)
What Changed
Runtime + Model Baseline
- B baseline model defaults moved to
qwen3.5:9bfor task workers/runners. - Ollama container image pinned to
0.18.1withOLLAMA_IMAGEoverride support.
Agent Retrieval Flow
- Added pre-inference context expansion runtime:
POST /memory/context-packpreflight- layered context (
L0facts,L1rollups,L2raw refs) - broadened scope retry
- deep async continuation polling
- fail-open behavior with lifecycle visibility
- Added post-inference checkpoint writeback for task workers and generic runners.
- Added retrieval lifecycle metadata and pending-source visibility in task status/feedback flow.
Codex Integration Hardening
- Added stable agent identity defaults:
CONTEXTLATTICE_AGENT_ID=codex_gpt5MEMMCP_AGENT_ID=codex_gpt5
- Added codex-first CLI preflight in
scripts/agent_orchestration.py:- health/status check
- scoped search with broadened fallback
- context-pack retrieval
- Added
context-packCLI command inscripts/agent_orchestration.py.
Endpoint Consistency
- Agent instruction surfaces now pin external orchestrator endpoint guidance to:
http://127.0.0.1:8075
- Added explicit default env examples for:
MEMMCP_ORCHESTRATOR_URLCONTEXTLATTICE_ORCHESTRATOR_URL
Validation and Tests
- Added/updated tests for:
- context expansion runtime behavior and deterministic slicing
- stable agent-id propagation into retrieval payloads
- context-pack integration in orchestration helper
- Environment lock validation updated and verified.
Compatibility Notes
- The public orchestrator endpoint remains
:8075. - Rust + Go remain the default runtime path, with Python fallback still present.
- This release does not include V4 backend replacement/cutover changes.
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]