Dashboard › opencode › Distillation
Distillation
ID: 4f2a056c-5dea-4428-8fbc-1a413658a33b
Generation: 0
Tokens: 681
R_compression: 23.075
C_norm: 0.000
Archived: No
Created: 2026-09-17 10:15:10
Source IDs:
["lore_tm_v1_j7wzp7bpD5om_WMYj1ZMS8UuM8YXz_T75I43b8iD0F4","lore_tm_v1_d6ITabWZrtJNn8LsfIqySCyYZ8jDF07eH6TW14lOSmM"]
Observations
Date: Sep 17, 2026
- 🟡 (09:58) V23 isolated restart smoke passed across three healthy starts of opencode-server version 1.18.30 on ports 29640, 27181, and 18791, followed by a healthy third restart on port 29261; all reported empty stderr.
- 🟡 (09:58) V23 schema verification confirmed defaults: session.wake_attempts=0; session_input.wake_pending=false; session_recovery.wake_pending=true; session_recovery.wake_attempts=0.
- 🟡 (09:58) V23 schema verification confirmed index session_execution_recovery_scan_idx with SQL: CREATE INDEX
session_execution_recovery_scan_idx ON session_execution (recovery_error,expires_at,time_created,id).
- 🟡 (09:58) Recovery smoke began with execution_count=1, recovery_count=0, input_count=0, message_count=0, event_count=0. After the second start it had execution_count=0, recovery_count=1, input_count=1, message_count=2, event_count=2.
- 🟡 (09:58) Recovery record for execution_id=recovery-final-v23 reached phase=ready with wake_pending=0, wake_attempts=2, and recovery_error=null.
- 🟡 (09:58) Recovery input id=msg_recovery_continue_recovery-final-v23 used prompt={"text":"continue"}, delivery=queue, promoted_seq=1, and wake_pending=0. Events were seq 0 type=session.next.step.recovered.1 and seq 1 type=session.next.prompted.1.
- 🟡 (09:58) After the third start, counts remained execution_count=0, recovery_count=1, input_count=1, message_count=2, event_count=2, confirming duplicate-free recovery across restart.
- 🟡 (09:58) Exact V23 artifact packages/opencode/dist/server/opencode-server had SHA-256 f875987afa4336956b9f33e14eee6de0a4af90e2bc6de899cccb7cbe5a5df998.
- 🟡 (09:58) Smoke command copied /tmp/opencode/session-recovery-v22-smoke.mjs to /tmp/opencode/session-recovery-v23-smoke.mjs, replaced v22 with v23, ran the script, hashed packages/opencode/dist/server/opencode-server, and checked for remaining server processes:
cp /tmp/opencode/session-recovery-v22-smoke.mjs /tmp/opencode/session-recovery-v23-smoke.mjs && perl -pi -e 's/v22/v23/g' /tmp/opencode/session-recovery-v23-smoke.mjs && node /tmp/opencode/session-recovery-v23-smoke.mjs && sha256sum packages/opencode/dist/server/opencode-server && pgrep -af '/home/byk/Code/opencode/packages/opencode/dist/server/opencode-server' || true.
- 🟡 (09:58) Assistant concluded the exact V23 artifact passed all isolated starts and duplicate-free recovery, froze the 34-path source, and began clean-applying it to the immutable base.