From 9536527a374e5541472254e48ca68e65674d8d5e Mon Sep 17 00:00:00 2001 From: bastien Date: Fri, 17 Apr 2026 05:16:40 +0200 Subject: [PATCH] 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 --- plugins.lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.lock.json b/plugins.lock.json index 031f282..853fb7e 100644 --- a/plugins.lock.json +++ b/plugins.lock.json @@ -2,7 +2,7 @@ "_readme": "Pinned versions for reproducible installs. Update versions deliberately, then run install-plugins.sh.", "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" }, "gsd": {