feat: add WebSocket proxy for plugin backends (#553)

* feat: add WebSocket proxy for plugin backends

Adds /plugin-ws/:name route that proxies authenticated WebSocket
connections to plugin server subprocesses, enabling real-time
bidirectional communication for plugins like web-terminal.

* chore: update README with the plugin
This commit is contained in:
Simos Mikelatos
2026-03-18 14:43:25 +01:00
committed by GitHub
parent 4de8b78c6d
commit 88c60b70b0
4 changed files with 53 additions and 4 deletions

View File

@@ -153,6 +153,7 @@ CloudCLI has a plugin system that lets you add custom tabs with their own fronte
| Plugin | Description |
|---|---|
| **[Project Stats](https://github.com/cloudcli-ai/cloudcli-plugin-starter)** | Shows file counts, lines of code, file-type breakdown, largest files, and recently modified files for your current project |
| **[Web Terminal](https://github.com/cloudcli-ai/cloudcli-plugin-terminal)** | Full xterm.js terminal with multi-tab support|
### Build Your Own