Skip to content

sheawinkler/ContextLattice

v3.19.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-framework agent-orchestration ai-infra ai-interface context-engineering context-management
+4 more
go long-horizon-agents long-horizon-intelligence rust

Summary

AI summary

CLI session completion commands now reliably emit canonical events without panics.

Changes in this release

Bugfix Medium

CLI commands now accept flag-only --summary without panic.

CLI commands now accept flag-only --summary without panic.

Source: llm_adapter@2026-07-17

Confidence: low

Bugfix Medium

Terminal CLI commands emit canonical session.completed and session.failed events.

Terminal CLI commands emit canonical session.completed and session.failed events.

Source: llm_adapter@2026-07-17

Confidence: low

Bugfix Medium

Gateway ingestion canonicalizes legacy session aliases before applying lifecycle state.

Gateway ingestion canonicalizes legacy session aliases before applying lifecycle state.

Source: llm_adapter@2026-07-17

Confidence: low

Bugfix Medium

Completed run reports 'completed' at event, session, and rollup layers while agent state reports 'done'.

Completed run reports 'completed' at event, session, and rollup layers while agent state reports 'done'.

Source: llm_adapter@2026-07-17

Confidence: low

Bugfix Medium

Focused regressions cover CLI terminal commands and all four compatibility aliases.

Focused regressions cover CLI terminal commands and all four compatibility aliases.

Source: llm_adapter@2026-07-17

Confidence: low

Bugfix Medium

Rollback to v3.19.0 restores prior binary but re‑introduces CLI lifecycle defects; not recommended.

Rollback to v3.19.0 restores prior binary but re‑introduces CLI lifecycle defects; not recommended.

Source: llm_adapter@2026-07-17

Confidence: low

Bugfix Low

`contextlattice_agent_session complete` and `fail` accept flag-only `--summary` without panic.

`contextlattice_agent_session complete` and `fail` accept flag-only `--summary` without panic.

Source: granite4.1:30b@2026-07-17-audit

Confidence: low

Full changelog

ContextLattice v3.19.1: Sessions That Actually End

An agent run should not become a ghost because the command that finished it disagreed with the lifecycle contract. ContextLattice v3.19.1 makes terminal state exact from the CLI through the session ledger, rollup, agent state, and proof timeline.

The CLI remains the primary interface. HTTP remains the integration fallback.

What changed

  • contextlattice_agent_session complete and fail accept flag-only --summary input without a slice-bounds panic.
  • Terminal CLI commands emit the canonical session.completed and session.failed event types.
  • Gateway ingestion canonicalizes legacy session.complete, session.fail, agent.session.complete, and agent.session.fail aliases before applying lifecycle state.
  • A completed run now reports completed at the event, session, and rollup layers while agent lifecycle state reports done.
  • Focused regressions cover both CLI terminal commands and all four compatibility aliases.

What did not change

  • Agent Packet delta negotiation, exact reconstruction, and full-packet fallback.
  • Local and shared proof-timeline behavior.
  • Entitlement, workspace, storage, retention, and rollback boundaries.
  • Quickstart requirements or third-party agent installation policy.

Verification

The corrected CLI completed a fresh live session without stderr. The completion event, persisted session, and rollup all reached completed; agent lifecycle reached done; and the resulting proof timeline remained contract-valid. Full Go suites passed independently in private, public, and public-paid lanes before merge.

Rollback

Returning to v3.19.0 restores the prior binary and is not recommended because it reintroduces the CLI lifecycle defects. Operators pinned to v3.19.0 can still post the canonical session.completed or session.failed event explicitly until upgrading.

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

Track sheawinkler/ContextLattice

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Earlier breaking changes

  • v3.17.3 Agent guidance now mandates the `/agents/tasks` route family.
  • v3.17.3 Task worker now checks approval before any execution steps.

Beta — feedback welcome: [email protected]