# rtk v0.46.0 - Product: rtk (https://whatsnew.fyi/product/rtk) - Vendor: rtk - Date: 2026-08-26 - Version: v0.46.0 - Original notes: https://github.com/rtk-ai/rtk/releases/tag/v0.46.0 - Permalink: https://whatsnew.fyi/product/rtk/releases/v0.46.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Dispatch on find's grammar and compress find output for unmodeled predicates - **added** — Tee tail hint when rtk imposes the result cap - **fixed** — Find never-worse guard, recovery hint, and dispatch on find's grammar - **fixed** — Git: don't misdetect a value-taking option's argument as a patch flag - **fixed** — Stop benchmark.sh deleting the tracked scripts/benchmark harness - **fixed** — Hash long recovery-file slugs to prevent collisions and shorten hints - **fixed** — Avoid negative curl/cargo cases that fail the benchmark job - **fixed** — Accept both Ask and Allow verdicts in rewrite tests - **fixed** — Decode process output using Windows console code page - **fixed** — Preserve patch output from log commands - **fixed** — Sanitize drive-letter colon so Windows discover finds sessions - **fixed** — Decode lossily instead of dropping lines on invalid UTF-8 ##### [0.46.0](https://github.com/rtk-ai/rtk/compare/v0.45.0...v0.46.0) (2026-08-26) ###### Features - find: dispatch on find's grammar; compress find output for unmodeled predicates ([#3603](https://github.com/rtk-ai/rtk/pull/3603)) - find: tee tail hint when rtk imposes the result cap ([#3603](https://github.com/rtk-ai/rtk/pull/3603)) ###### Bug Fixes - find: never-worse guard, recovery hint, and dispatch on find's grammar ([#3603](https://github.com/rtk-ai/rtk/pull/3603)) - git: don't misdetect a value-taking option's argument as a patch flag ([#3575](https://github.com/rtk-ai/rtk/pull/3575)) - cicd: stop benchmark.sh deleting the tracked scripts/benchmark harness ([#3595](https://github.com/rtk-ai/rtk/pull/3595)) - tee: hash long recovery-file slugs to prevent collisions and shorten hints ([#3266](https://github.com/rtk-ai/rtk/pull/3266)) - benchmark: avoid negative curl/cargo cases that fail the benchmark job ([#3430](https://github.com/rtk-ai/rtk/pull/3430)) - test: accept both Ask and Allow verdicts in rewrite tests ([#3147](https://github.com/rtk-ai/rtk/pull/3147)) — Closes [#3146](https://github.com/rtk-ai/rtk/issues/3146) - core: decode process output using Windows console code page ([#2717](https://github.com/rtk-ai/rtk/pull/2717)) — Closes [#2452](https://github.com/rtk-ai/rtk/issues/2452) - git: preserve patch output from log commands ([#2951](https://github.com/rtk-ai/rtk/pull/2951)) — Closes [#2944](https://github.com/rtk-ai/rtk/issues/2944) - discover: sanitize drive-letter colon so Windows discover finds sessions ([#2952](https://github.com/rtk-ai/rtk/pull/2952)) — Closes [#2919](https://github.com/rtk-ai/rtk/issues/2919) - stream: decode lossily instead of dropping lines on invalid UTF-8 ([#2997](https://github.com/rtk-ai/rtk/pull/2997)) — Closes [#2994](https://github.com/rtk-ai/rtk/issues/2994) ###### Other - test(find): use the platform temp dir instead of /tmp ([#3717](https://github.com/rtk-ai/rtk/pull/3717))