mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 09:10:48 +00:00
[codex] Fix commitments safety and coverage (#75302)
* fix commitments safety and coverage * Repair commitments safety PR review blockers * fix(clawsweeper): address review for automerge-openclaw-openclaw-75302 (1) * Repair commitments safety PR review blocker --------- Co-authored-by: clawsweeper-repair <clawsweeper-repair@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,9 @@ export type CommitmentRecord = CommitmentScope & {
|
||||
dueWindow: CommitmentDueWindow;
|
||||
sourceMessageId?: string;
|
||||
sourceRunId?: string;
|
||||
sourceUserText: string;
|
||||
/** @deprecated Legacy-only field from early stores. Do not replay this into delivery prompts. */
|
||||
sourceUserText?: string;
|
||||
/** @deprecated Legacy-only field from early stores. Do not replay this into delivery prompts. */
|
||||
sourceAssistantText?: string;
|
||||
createdAtMs: number;
|
||||
updatedAtMs: number;
|
||||
|
||||
Reference in New Issue
Block a user