Dashboard › opencode › Distillation
Distillation
ID: dcd56652-897d-4e8e-827c-4a9fa25c3bcc
Generation: 0
Tokens: 179
R_compression: 1.591
C_norm: 0.000
Archived: No
Created: 2026-09-14 23:57:43
Source IDs:
["lore_tm_v1_t5PCQTVdEBpN8EsPjOTllKrJarKE179VoQA35o9hvlc"]
Observations
Date: Sep 14, 2026
- 🔴 (23:19) User directed: “never resume an older assistant projection.”
- 🟡 (23:19) Presented code enforces that a newer turn supersedes stale incomplete rows and rejects invalid recovery with
Effect.die(\Recovery target is not the latest assistant: ${event.data.assistantMessageID}`)`.
- 🟡 (23:19) Presented compaction logic selects non-compaction conversation entries within a token budget, incorporates
previousSummary and its recent content when available, caps summary output at SUMMARY_OUTPUT_TOKENS, and publishes SessionEvent.Compaction.Started with reason "auto".
- 🟡 (23:19) Presented event-stream design states: “Stream fragments are live-only; Reasoning.Ended is the replayable full-value boundary.”