| 372 | bool dsml_ignored; |
| 373 | bool replay; |
| 374 | char pending[16]; |
| 375 | size_t pending_len; |
| 376 | char dsml_start_tail[64]; |
| 377 | size_t dsml_start_len; |
| 378 | agent_dsml_marker_detector plain_dsml; |
| 379 | agent_dsml_marker_detector think_dsml; |
| 380 | bool dsml_in_think; |
| 381 | bool dsml_in_think_reported; |
| 382 | bool post_think_gap; |
| 383 | bool tool_preflight_error; |
| 384 | char tool_preflight_error_msg[256]; |
| 385 | } agent_stream_renderer; |
| 386 | |
| 387 | typedef struct { |
no outgoing calls
no test coverage detected