发布

  • v2.21.10: fix auth/device code flow output preserved uncompressed
    Release / Build aarch64-apple-darwin (push) Has been cancelled
    Release / Build x86_64-apple-darwin (push) Has been cancelled
    Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-unknown-linux-musl (push) Has been cancelled
    Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
    Release / Create Release (push) Has been cancelled
    Release / Publish to crates.io (push) Has been cancelled
    Release / Publish to npm (push) Has been cancelled

    frostbyte_neo 发布于 2026-04-09 13:06:48 +00:00

    OAuth device code flows (az login, gh auth, gcloud auth, aws sso, etc.)
    were having their output compressed by lean-ctx, hiding the auth code
    the user needs to enter in the browser.

    Fix: two-tier auth flow detection (strong signals match alone, weak
    signals require URL), 21 auth commands in BUILTIN_PASSTHROUGH, and
    output-level detection in both ctx_shell::handle and compress_if_beneficial.

    Fixes #71

    Made-with: Cursor

    下载附件