| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 0.46.0:
* find: dispatch on find's own grammar and compress the output of
predicates rtk does not model, with a never-worse guard and a tail
hint when the result cap is imposed
* git: stop misdetecting the argument of a value-taking option as a
patch flag, and preserve patch output from log commands
* stream: decode invalid UTF-8 lossily instead of dropping the line
* tee: hash long recovery file slugs so they cannot collide
- No licence change: the vendored set still resolves to the existing
License tag, with MIT elected for the Unlicense/MIT crates. Refreshed
the crate counts in the Legal-Review-Notice comment (193 vendored, 134
linked, thirteen MIT-only)
- Update to version 0.45.0:
* Add transparent hook support for the Mistral Vibe CLI
* Rewrite multiline blocks
* Stop Copilot from silently deciding permission on commands that
are not configured
* Self-heal stale dual-schema Copilot hook configuration, and heal
only rtk's own legacy camelCase entry so user configuration is
left alone
- Correct the License tag: the binary statically links the vendored
crates, and their linked graph adds BSD-3-Clause,
CDLA-Permissive-2.0, ISC, MIT, MPL-2.0 and Unicode-3.0 to rtk's own
Apache-2.0
- Initial package (version 0.44.2):
* Command line proxy that runs a wrapped command, filters and
compresses its output, and prints only the informative part, to
cut the number of tokens the result costs in an LLM context
* Ships output filters for build systems, linters, test runners,
version control and cloud tooling, and passes unrecognised
commands through unchanged
* Telemetry is opt-in only and stays off unless enabled explicitly
- Add rtk-unbundle-sqlite.patch: build against the system SQLite
instead of the copy statically linked in from libsqlite3-sys, so
the binary is covered by the distribution SQLite updates; submitted
upstream as PR 3446
- Add rtk-no-deny-warnings.patch: do not promote rustc warnings to
errors, the distribution rustc moves independently of the version
floor upstream builds against; submitted upstream as PR 3447