Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rtk-ai/rtk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.37.1
Choose a base ref
...
head repository: rtk-ai/rtk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.2
Choose a head ref
  • 17 commits
  • 14 files changed
  • 4 contributors

Commits on Apr 15, 2026

  1. Configuration menu
    Copy the full SHA
    71baf2b View commit details
    Browse the repository at this point in the history
  2. fixing bad merge

    JBF1991 committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    92bbc8a View commit details
    Browse the repository at this point in the history
  3. documentation

    JBF1991 committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    80bc7fb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Reapply "fix(discover): weighted savings rate per bucket, decimal alr…

    …eady_rtk percent"
    
    This reverts commit ea56548.
    aeppling committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    5cd375e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a3bca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1310 from JBF1991/feat/curl-cmd-no-filter

     Simplified `rtk curl` Filter
    aeppling authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    176ceb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2026

  1. fix(discover): exclude_commands bypass for env-prefix, sub cmd + regex

    Strip env prefix (sudo, VAR=val) before exclude check so PGPASSWORD=x psql matches ["psql"]. Match against full command instead of first token so ["git push"] matches "git push origin main".
    
    Compile exclude entries as regex so ["^curl"] works as pattern.
    
    Invalid regex falls back to prefix match with eprintln warning.
    Non-regex patterns auto-anchor with ^ and \b to prevent substring matches (e.g. "go" won't exclude "golangci-lint").
    aeppling committed Apr 19, 2026
    Configuration menu
    Copy the full SHA
    42d3161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e401ac View commit details
    Browse the repository at this point in the history
  3. fix(discover): word boundary in exclude_commands

    Replace \b with ($|\s) to only match end-of-string or whitespace.
    
    Empty string and bare "^" patterns produce regexes that match all commands, silently disabling all rewrites on a config typo. Skip
      trivial patterns with an eprintln warning.
    aeppling committed Apr 19, 2026
    Configuration menu
    Copy the full SHA
    0ea115b View commit details
    Browse the repository at this point in the history
  4. fix(hooks): windows use 'rtk hook claude' no fallback

    Removing old guards, windows can now just use the binary hook engine from 0.37
    
    Related issues:
    - Fixes #502 : rtk init --global falls back to --claude-md on Windows
    - Fixes #1353 : Feature request: hook-based mode on Windows
    - Partially addresses #330 : Add hooks support for Windows
    - Partially addresses #913 :  Persistent "No hook installed" warning on Windows
    - Partially addresses #1373 : Suppress "No hook installed" warning on Windows
    - Partially addresses #682 : Config to suppress hook warning
    - Related to #1248 : Windows PowerShell compatibility gaps
    
    Supersedes community PRs:
    - #1123 fix(init): enable hook installation on Windows
    - #1027 fix(init): enable hook-based mode on Windows
    - #809 feat: enable hook-based mode on Windows
    - #452 feat: add Windows hook support for rtk init --global
    - #551 feat: native cross-platform hook for Windows support
    - #150 feat(hook): native cross-platform hook-rewrite command
    - #1063 Feat/windows hooks
    aeppling committed Apr 19, 2026
    Configuration menu
    Copy the full SHA
    0e29650 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1398 from rtk-ai/fix/exclude-commands-bypass

    fix(discover): exclude_commands bypass for env-prefix, sub cmd + regex
    aeppling authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    ca4c59c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    115e448 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13a73dd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1399 from rtk-ai/fix/windows-go-binary-hook

    fix(hooks): windows use 'rtk hook claude' no fallback
    aeppling authored Apr 19, 2026
    Configuration menu
    Copy the full SHA
    da3c432 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Merge pull request #1383 from rtk-ai/develop

    Next Release
    aeppling authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    638b0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0907b99 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1421 from rtk-ai/release-please--branches--master…

    …--components--rtk
    
    chore(master): release 0.37.2
    aeppling authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    80a6fe6 View commit details
    Browse the repository at this point in the history
Loading