063d5d7d99
Summary: - Use Reverse for job timestamp sorting to avoid negation overflow edge cases. - Make secret redaction UTF-8 safe while preserving the previous short-secret threshold. - Update remaining setup and doctor guidance to use the supported deepseek dispatcher name. Test plan: - cargo test -p deepseek-config list_values_redacts --locked - cargo test -p deepseek-core --locked - cargo test -p deepseek-tui doctor_endpoint_tests --locked - cargo fmt --all -- --check - git diff --check Supersedes #957.