Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 2.4 KB

File metadata and controls

41 lines (34 loc) · 2.4 KB

Current Bugs

2026-03-23 - Anthropic context compaction breaks chat pipeline

Status: Mitigated (hard-disabled pending proper reimplementation)

Symptoms:

  • Dream, Subconscious, Conscious, and Orchestrator calls fail with:
    • context_management: Extra inputs are not permitted
  • Fallback path triggers and response quality degrades.

Where mitigation was added:

Additional hardening in same patch set:

MA-side alignment (2026-03-24):

Follow-up required:

  • Reimplement Anthropic compaction exactly per current API contract and account tier support.
  • Add integration tests for compact beta header + fallback behavior.