-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Comparing changes
Open a pull request
base repository: rtk-ai/rtk
base: v0.37.1
head repository: rtk-ai/rtk
compare: v0.37.2
- 17 commits
- 14 files changed
- 4 contributors
Commits on Apr 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 71baf2b - Browse repository at this point
Copy the full SHA 71baf2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bbc8a - Browse repository at this point
Copy the full SHA 92bbc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bc7fb - Browse repository at this point
Copy the full SHA 80bc7fbView commit details
Commits on Apr 18, 2026
-
Reapply "fix(discover): weighted savings rate per bucket, decimal alr…
…eady_rtk percent" This reverts commit ea56548.
Configuration menu - View commit details
-
Copy full SHA for 5cd375e - Browse repository at this point
Copy the full SHA 5cd375eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a3bca - Browse repository at this point
Copy the full SHA e8a3bcaView commit details -
Merge pull request #1310 from JBF1991/feat/curl-cmd-no-filter
Simplified `rtk curl` Filter
Configuration menu - View commit details
-
Copy full SHA for 176ceb4 - Browse repository at this point
Copy the full SHA 176ceb4View commit details
Commits on Apr 19, 2026
-
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").
Configuration menu - View commit details
-
Copy full SHA for 42d3161 - Browse repository at this point
Copy the full SHA 42d3161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e401ac - Browse repository at this point
Copy the full SHA 2e401acView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0ea115b - Browse repository at this point
Copy the full SHA 0ea115bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0e29650 - Browse repository at this point
Copy the full SHA 0e29650View commit details -
Merge pull request #1398 from rtk-ai/fix/exclude-commands-bypass
fix(discover): exclude_commands bypass for env-prefix, sub cmd + regex
Configuration menu - View commit details
-
Copy full SHA for ca4c59c - Browse repository at this point
Copy the full SHA ca4c59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 115e448 - Browse repository at this point
Copy the full SHA 115e448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a73dd - Browse repository at this point
Copy the full SHA 13a73ddView commit details -
Merge pull request #1399 from rtk-ai/fix/windows-go-binary-hook
fix(hooks): windows use 'rtk hook claude' no fallback
Configuration menu - View commit details
-
Copy full SHA for da3c432 - Browse repository at this point
Copy the full SHA da3c432View commit details
Commits on Apr 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 638b0d4 - Browse repository at this point
Copy the full SHA 638b0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0907b99 - Browse repository at this point
Copy the full SHA 0907b99View commit details -
Merge pull request #1421 from rtk-ai/release-please--branches--master…
…--components--rtk chore(master): release 0.37.2
Configuration menu - View commit details
-
Copy full SHA for 80a6fe6 - Browse repository at this point
Copy the full SHA 80a6fe6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.37.1...v0.37.2