Explorar el Código

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>
bastien hace 1 mes
padre
commit
5e6222a824
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins.lock.json

+ 1 - 1
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": {