• chore: Bump version to 0.1.8
    Some checks failed
    Codespell / Check for spelling errors (push) Successful in 5s
    ci / build-test (push) Failing after 4m52s
    sdk / sdks (push) Successful in 11m8s
    rust-release / tag-check (push) Successful in 3s
    rust-release / release (push) Has been cancelled
    rust-ci / Lint/Build — ubuntu-24.04-arm - aarch64-unknown-linux-gnu (push) Has been cancelled
    rust-ci / Lint/Build — ubuntu-24.04-arm - aarch64-unknown-linux-musl (push) Has been cancelled
    rust-ci / Lint/Build — windows-11-arm - aarch64-pc-windows-msvc (push) Has been cancelled
    rust-ci / Lint/Build — windows-latest - x86_64-pc-windows-msvc (push) Has been cancelled
    rust-ci / Lint/Build — macos-14 - aarch64-apple-darwin (release) (push) Has been cancelled
    rust-ci / Lint/Build — ubuntu-24.04 - x86_64-unknown-linux-musl (release) (push) Has been cancelled
    rust-ci / Lint/Build — windows-11-arm - aarch64-pc-windows-msvc (release) (push) Has been cancelled
    rust-ci / Lint/Build — windows-latest - x86_64-pc-windows-msvc (release) (push) Has been cancelled
    rust-release / Build - ubuntu-24.04-arm - aarch64-unknown-linux-musl (push) Has been cancelled
    rust-release / Build - windows-11-arm - aarch64-pc-windows-msvc (push) Has been cancelled
    rust-release / Build - windows-latest - x86_64-pc-windows-msvc (push) Has been cancelled
    rust-ci / Detect changed areas (push) Has been cancelled
    rust-ci / Format / etc (push) Has been cancelled
    rust-ci / cargo shear (push) Has been cancelled
    rust-ci / Lint/Build — macos-14 - aarch64-apple-darwin (push) Has been cancelled
    rust-ci / Lint/Build — macos-14 - x86_64-apple-darwin (push) Has been cancelled
    rust-ci / Lint/Build — ubuntu-24.04 - x86_64-unknown-linux-gnu (push) Has been cancelled
    rust-ci / Lint/Build — ubuntu-24.04 - x86_64-unknown-linux-musl (push) Has been cancelled
    rust-ci / Tests — macos-14 - aarch64-apple-darwin (push) Has been cancelled
    rust-ci / Tests — ubuntu-24.04 - x86_64-unknown-linux-gnu (push) Has been cancelled
    rust-ci / Tests — ubuntu-24.04-arm - aarch64-unknown-linux-gnu (push) Has been cancelled
    rust-ci / Tests — windows-11-arm - aarch64-pc-windows-msvc (push) Has been cancelled
    rust-ci / Tests — windows-latest - x86_64-pc-windows-msvc (push) Has been cancelled
    rust-ci / CI results (required) (push) Has been cancelled
    rust-release / publish-npm (push) Has been cancelled
    rust-release / Build - macos-15-xlarge - aarch64-apple-darwin (push) Has been cancelled
    rust-release / Build - macos-15-xlarge - x86_64-apple-darwin (push) Has been cancelled
    rust-release / Build - ubuntu-24.04 - x86_64-unknown-linux-gnu (push) Has been cancelled
    rust-release / Build - ubuntu-24.04 - x86_64-unknown-linux-musl (push) Has been cancelled
    rust-release / Build - ubuntu-24.04-arm - aarch64-unknown-linux-gnu (push) Has been cancelled

    valknar released this 2025-11-17 20:50:54 +01:00 | 2 commits to main since this release

    This release includes two critical fixes:

    1. fix: Accept '*** Create File:' as alias for '*** Add File:' in patch parser

      • Claude sometimes uses 'Create File' syntax instead of 'Add File'
      • Parser now accepts both markers to prevent validation failures
      • Updated error message to include both valid syntaxes
    2. fix: Increase default max_tokens from 8192 to 20480

      • Claude Sonnet 4.5 was getting cut off mid-task
      • New default is 5 * 4096 = 20480 tokens
      • Claude Sonnet 4.5 supports up to 64K tokens
      • Gives Claude enough space to complete comprehensive tasks

    🤖 Generated with Claude Code

    Co-Authored-By: Claude noreply@anthropic.com

    Downloads