Skip to content

Commit 838679a

Browse files
fix(clawsweeper): address review for automerge-openclaw-openclaw-84385 (validation-3)
1 parent d74ca70 commit 838679a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/commands/status.summary.redaction.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ function createRecentSessionRow() {
1414
remainingTokens: 4,
1515
percentUsed: 5,
1616
model: "gpt-5",
17+
configuredModel: "gpt-5",
18+
selectedModel: "gpt-5",
19+
modelSelectionReason: null,
1720
contextTokens: 200_000,
1821
flags: ["id:sess-1"],
1922
};

0 commit comments

Comments
 (0)