//! Post-prune repair for DeepSeek V4 reasoning_content via tetherscript.
//!
//! After thinking_prune strips old Thinking blocks, assistant messages
//! with tool_calls lose their reasoning_content. DeepSeek V4 requires
//! every assistant with tool_calls to carry a non-null
//! `reasoning_content` field.
//!
//! Calls the bundled `deepseek_repair.tether` hook per-message.
use ExperimentalStats;
use crateMessage;
/// Run the tetherscript repair on messages after thinking_prune.