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
- Gateway mode with local JSON-RPC / SSE / WebSocket access.
59
+
- Feishu Adapter: Webhook and SDK long-connection ingress with live status card updates.
60
+
- Local Runner: execute tools on your local machine via WebSocket connection to a cloud Gateway — no inbound ports needed.
58
61
59
62
---
60
63
@@ -110,6 +113,14 @@ Then start with your workspace:
110
113
neocode --workdir /path/to/your/project
111
114
```
112
115
116
+
To launch the browser-based Web UI:
117
+
118
+
```bash
119
+
neocode web
120
+
```
121
+
122
+
Tagged release builds already embed `web/dist` into the `neocode` binary, so the target machine does not need Node.js or npm. When running from source, missing `web/dist` still triggers the local frontend build path.
0 commit comments