fix(plugins): preserve deprecated panel terminal alias

This commit is contained in:
Federico Jaramillo Martinez
2026-06-05 14:26:35 +02:00
parent 82ba2e0490
commit 0d9d124237
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
"@jmfederico/pi-web": patch
---
Clean up the workspace panel plugin context by removing the legacy `openTerminal` alias and moving render invalidation to `context.host.requestRender()`.
Clean up the workspace panel plugin context by moving render invalidation to `context.host.requestRender()` and deprecating the legacy runtime-only `openTerminal` alias in favor of `context.terminal.open()`.