Debug command. (#23851)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Jacob Richman
2026-03-27 14:05:22 -07:00
committed by GitHub
parent ba71ffa736
commit ebe98fdee9
4 changed files with 153 additions and 21 deletions
+5 -4
View File
@@ -51,10 +51,11 @@ gemini.tsx / nonInteractiveCli.ts
## API Endpoints
| Endpoint | Method | Description |
| --------- | --------- | --------------------------------------------------------------------------- |
| `/ws` | WebSocket | Log ingestion from CLI sessions (register, network, console) |
| `/events` | SSE | Pushes snapshot on connect, then incremental network/console/session events |
| Endpoint | Method | Description |
| ----------------------- | --------- | --------------------------------------------------------------------------- |
| `/ws` | WebSocket | Log ingestion from CLI sessions (register, network, console) |
| `/events` | SSE | Pushes snapshot on connect, then incremental network/console/session events |
| `/api/trigger-debugger` | POST | Triggers the Node.js debugger for a specific CLI session via WebSocket |
## Development