You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update skills with json-render and terminals features
Add comprehensive documentation for two new features:
- JSON Render: server-side JSON specs for zero-client-code UI panels
- Terminals: child process spawning with streaming xterm.js output
Updates include new reference guides, Core Concepts table additions,
dock entry type descriptions, and Git UI example reference.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
A common pattern is combining with launcher docks — see [Terminals Patterns](./references/terminals-patterns.md).
256
+
191
257
## Logs & Notifications
192
258
193
259
Plugins can emit structured log entries from both server and client contexts. Logs appear in the built-in **Logs** panel and can optionally show as toast notifications.
@@ -426,11 +492,14 @@ Real-world example plugins in the repo — reference their code structure and pa
426
492
427
493
-**A11y Checker** ([`examples/plugin-a11y-checker`](https://github.com/vitejs/devtools/tree/main/examples/plugin-a11y-checker)) — Action dock entry, client-side axe-core audits, logs with severity levels and element positions, log handle updates
0 commit comments