updateCrashContext
updateCrashContext(
patch):void
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/crashHandler.ts:65
Merge a partial update into the crash context. The running agent calls this as it learns things (config at init, transcript tail before each turn) so a crash mid-run captures the latest state.
Parameters
Section titled “Parameters”Partial<CrashContext>
Returns
Section titled “Returns”void