发布

  • fix(docs): escape `<no body>` in mcp doc-comment so rustdoc accepts it
    Release / parity (push) Has been cancelled
    Release / publish-npm-manual (push) Has been cancelled
    Release / build (deepseek-linux-x64, deepseek, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
    Release / build (deepseek-macos-arm64, deepseek, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-macos-x64, deepseek, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-tui-linux-x64, deepseek-tui, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
    Release / build (deepseek-tui-macos-arm64, deepseek-tui, macos-latest, aarch64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-tui-macos-x64, deepseek-tui, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
    Release / build (deepseek-tui-windows-x64.exe, deepseek-tui.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
    Release / build (deepseek-windows-x64.exe, deepseek.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
    Release / release (push) Has been cancelled
    Release / publish-npm (push) Has been cancelled

    frostbyte_neo 发布于 2026-04-26 20:56:01 +00:00

    CI Documentation job was failing with error: unclosed HTML tag 'no' at
    crates/tui/src/mcp.rs:71. Rustdoc parses unescaped <no body> as an HTML
    tag and RUSTDOCFLAGS=-Dwarnings (used in CI) promotes that to a hard
    error. Reword the comment to refer to the literal string instead.

    下载附件