Package Release Info

rtk-0.45.0-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

rtk

Change Logs

* Sun Aug 09 2026 Martin Pluskal <mpluskal@suse.com>
- 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
* Wed Aug 05 2026 Martin Pluskal <mpluskal@suse.com>
- 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