发布

  • fix(antigravity): discard thinking blocks with non-Claude-format signatures

    frostbyte_neo 发布于 2026-04-14 07:14:48 +00:00

    Proxy-generated thinking blocks may carry hex hashes or other non-Claude
    signatures (e.g. "d5cb9cd0823142109f451861") from Gemini responses. These
    are now discarded alongside empty-signature blocks during the strip phase,
    before validation runs. Valid Claude signatures always start with 'E' or 'R'
    (after stripping any cache prefix).

    下载附件