Skip to content

Releases: rtk-ai/rtk

dev-0.43.0-rc.271

08 Jun 11:47
047f454

Choose a tag to compare

dev-0.43.0-rc.271 Pre-release
Pre-release
Merge pull request #1956 from vdufloth/feat/mvn-rust-module

feat(mvn)!: Rust module replacing TOML filter, adds test phase support

dev-0.42.4-rc.270

07 Jun 13:43
63a76de

Choose a tag to compare

dev-0.42.4-rc.270 Pre-release
Pre-release
Merge pull request #1645 from KuaaMU/master

fix(filters): remove max_lines cap from helm filter that truncates template output

dev-0.42.4-rc.268

07 Jun 13:26
35273c2

Choose a tag to compare

dev-0.42.4-rc.268 Pre-release
Pre-release
Merge pull request #2181 from rtk-ai/fix/curl-binary-passthrough-1087

fix(curl): passthrough binary downloads to prevent UTF-8 corruption (#1087)

v0.42.3

05 Jun 16:23
de78d70

Choose a tag to compare

0.42.3 (2026-06-05)

Feats

  • feat(copilot): CLI native integration #2101

Fix

  • fix(docs): replace remaining MIT license references with Apache 2.0 #2084
  • fix: prevent crashes when output is piped #1048 close #1004
  • fix(grep): parse single-file output containing colons #1554; close #1436.
  • fix(ls): preserve permission info as octal when -l/-la is passed #1675
  • fix(cicd): MIT to Apache 2.0 #2092
  • fix(pkg): rtk is Apache 2.0 and no MIT #2082
  • fix(hook): collapse bash line continuations before matching #1572 close Hook matcher: leading backslash-newline
    defeats command rewrite #1564
  • fix(gh,glab): don't pre-reject view/checks/run subcommands missing the id #2123
  • fix(git): fix panic on multibyte chars in commit output #1266

Other

  • docs(readme): add Portuguese translation #2128
  • doc(init): fix documentation inconsistencies arount rtk init #2173
  • fix(provider): sanatize more chars when encoding claude code project pathes #2172

v0.42.2

05 Jun 10:57
c873e19

Choose a tag to compare

0.42.2 (2026-06-05)

Bug Fixes

  • permissions: >&file redirect no allow + scope Gemini/Cursor config (ce36297)
  • permissions: never auto-allow not evaluable cmds, defer to hosts (e1bc0bd)
  • permissions: project-first config lookup for Gemini/Cursor (084fa84)

dev-0.43.0-rc.264

05 Jun 15:21
98108bf

Choose a tag to compare

dev-0.43.0-rc.264 Pre-release
Pre-release
Merge pull request #2288 from rtk-ai/chore/merge-master-into-develop

chore: merge master into develop

dev-0.43.0-rc.263

05 Jun 15:14
e1cd274

Choose a tag to compare

dev-0.43.0-rc.263 Pre-release
Pre-release
Merge pull request #2286 from rtk-ai/fix/cve-permission-hardening-port

fix(security): port permission hardening from master + Copilot CLI adaptation

dev-0.42.4-rc.267

05 Jun 16:38
0a630fe

Choose a tag to compare

dev-0.42.4-rc.267 Pre-release
Pre-release
Merge pull request #2289 from rtk-ai/refacto/strip-output-decorators

refacto(cmds): strip decorator noise from filter output

v0.42.1

03 Jun 12:43
f490ab7

Choose a tag to compare

0.42.1 (2026-06-03)

Bug Fixes

  • openclaw: no execSync to avoid async dangerous cmds (1bb17f4)

dev-0.43.0-rc.260

03 Jun 15:27
4f4a6a0

Choose a tag to compare

dev-0.43.0-rc.260 Pre-release
Pre-release
Merge pull request #1266 from shalk/fix/commit-multibyte-panic-rebased

fix(git): fix panic on multibyte chars in commit output