Dashboard › opencode › Distillation
60b5e7cf-2875-40e7-964b-92cb1988baca["lore_tm_v1_7DLZd5Dl08PcBPSGbQxQ4S24WnKU5ms92tPxOC7Oty0","lore_tm_v1_kVxSc43giJttiTGxdujbXugimDGdW9gqEntEWdz3ZZo","lore_tm_v1_58DvsY8ZqJfB50Yr7bVKOkh5H3fsULc8xp8iho_gLkE","lore_tm_v1_9rl1sJsscOdZUJe5JrdFKISzk26T0uG5CBIHzFcdzUg","lore_tm_v1_5RdecIS0mgVnZd08K09FxwAtTodYXJKcG1ogb9X7gnY","lore_tm_v1_Ur_MgzLEIQsC6qL8Iyf4J2nAl4yUHkAvUQMWXNTpUTQ","lore_tm_v1_UBGcTMHirdrsSxa6V1QvbeVUa-Hq7mUzHVECHrx09ro"]
Date: Sep 17, 2026
packages/core/src/session.ts:373 sets requestExecution: input.resume !== false, so admitted prompts request execution by default unless resume is explicitly false.packages/core/src/database/migration.gen.ts registers the latest migration as ./migration/20260914170650_session-recovery.packages/core/schema.json is SQLite schema version "7" with ID 3bc49670-06d1-4eba-9a45-8c8128bdcf6f and previous schema ID f14a9b18-8207-487e-a3d3-227e629ba9ad.packages/core/src/database/schema.gen.ts adds cascading foreign keys from session_recovery.session_id to session.id, session_recovery.assistant_message_id to session_message.id, and session_recovery.continuation_message_id to session_input.id.packages/core/src/database/schema.gen.ts adds session.wake_attempts as a non-null integer defaulting to 0.SessionNextStepInterrupted, SessionNextStepRecovered, EventSessionNextStepInterrupted, EventSessionNextStepRecovered, their SyncEvent... variants, and prompt-execution request types including SessionNextPromptExecutionRequested, EventSessionNextPromptExecutionRequested, and SyncEventSessionNextPromptExecutionRequested.