This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
Affected surfaces
Summary
AI summary/tools/feedback_submit now runs as a native Go handler with bounded validation, idempotency keys, and strict runtime ownership audits.
Full changelog
ContextLattice v3.10.2 - Go-Native Feedback Submit
v3.10.2 closes a strict-runtime gap: /tools/feedback_submit is now owned by gateway-go instead of relying on a Python backend proxy.
What changed:
/tools/feedback_submitnow runs through a native Go handler.- Feedback submissions get bounded validation and normalization for rating, sentiment, tags, metadata, content, and topic paths.
- Idempotency keys protect callers from duplicate writes and reject key reuse with different payloads.
/feedbackand/preferencesexpose native bounded feedback history and preference context projection./telemetry/memoryreports feedback-submit counters and idempotency status.- Strict runtime ownership audits now require
/feedback,/preferences, and/tools/feedback_submit.
What stayed the same:
- ContextLattice still keeps the CLI as the primary operator interface.
- The Python runtime remains legacy/archive/fallback territory, not the hot path.
- Feedback submission does not auto-index into memory; it reports
memoryIndexed: falseuntil native memory indexing is deliberately wired.
Breaking Changes
- /tools/feedback_submit ownership moved from Python backend proxy to gateway-go native Go handler
- Strict runtime audits now require /feedback, /preferences, and /tools/feedback_submit
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]