chore(plugins): unpin rtk to latest

Move rtk from v0.34.3 to "latest" to pick up upstream fixes as they
ship (notably the pending TTY-passthrough issue documented in
tasks/rtk-upstream-issue.md).

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
bastien 2026-04-17 05:16:40 +02:00
parent 0e845a7cdf
commit 5e6222a824

View File

@ -2,7 +2,7 @@
"_readme": "Pinned versions for reproducible installs. Update versions deliberately, then run install-plugins.sh.", "_readme": "Pinned versions for reproducible installs. Update versions deliberately, then run install-plugins.sh.",
"rtk": { "rtk": {
"source": "https://github.com/rtk-ai/rtk", "source": "https://github.com/rtk-ai/rtk",
"version": "v0.34.3", "version": "latest",
"note": "Check latest at https://github.com/rtk-ai/rtk/releases before updating" "note": "Check latest at https://github.com/rtk-ai/rtk/releases before updating"
}, },
"gsd": { "gsd": {