WriteCrashSnapshotInput
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugDump.ts:457
Input to writeCrashSnapshot.
Properties
Section titled “Properties”config?
Section titled “config?”
optionalconfig?:unknown
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugDump.ts:463
The effective resolved config, if the crashing process had one registered. Opaque.
error:
unknown
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugDump.ts:459
The thrown error / rejection reason. Need not be an Error.
modelDisplayName?
Section titled “modelDisplayName?”
optionalmodelDisplayName?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugDump.ts:465
Model display name, if known.
origin
Section titled “origin”origin:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugDump.ts:461
Where the failure came from — e.g. 'uncaughtException' / 'unhandledRejection'.
transcriptTail?
Section titled “transcriptTail?”
optionaltranscriptTail?:unknown
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/debugDump.ts:467
The in-flight turn’s transcript tail, if a session registered one. Opaque.