blun-king-cli 9.1.247 → 9.1.248
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,7 @@ const STEP_END_LIVE_ONLY_FIELDS = [
|
|
|
8
8
|
'llmServerDecodeMs',
|
|
9
9
|
'llmClientConsumeMs',
|
|
10
10
|
'messageId',
|
|
11
|
+
'reasoningFieldState',
|
|
11
12
|
];
|
|
12
13
|
const STEP_END_ROUTINE_FINISH_REASONS = new Set(['tool_use', 'end_turn']);
|
|
13
14
|
|
|
@@ -115,6 +116,7 @@ function projectLoopEventForRecord(event) {
|
|
|
115
116
|
llmServerDecodeMs: _llmServerDecodeMs,
|
|
116
117
|
llmClientConsumeMs: _llmClientConsumeMs,
|
|
117
118
|
messageId: _messageId,
|
|
119
|
+
reasoningFieldState: _reasoningFieldState,
|
|
118
120
|
usage: _usage,
|
|
119
121
|
...recordedEvent
|
|
120
122
|
} = event;
|