docs: document local backend RPC methods
This commit is contained in:
+18
-1
@@ -1,8 +1,25 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"updated_at": "2026-02-22",
|
||||
"updated_at": "2026-02-23",
|
||||
"description": "Tracks the status of all Flynn plans and implementation phases",
|
||||
"plans": {
|
||||
"dashboard-local-backend-daemon-controls": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-23",
|
||||
"updated": "2026-02-23",
|
||||
"summary": "Added local LLM backend operations to gateway + dashboard: status visibility for user-level daemons and per-backend start/restart/stop controls via new `system.localBackends` and `system.localBackendControl` methods. Dashboard now shows daemon status cards and action feedback for local providers.",
|
||||
"files_modified": [
|
||||
"src/gateway/handlers/localBackends.ts",
|
||||
"src/gateway/handlers/system.ts",
|
||||
"src/gateway/server.ts",
|
||||
"src/gateway/handlers/handlers.test.ts",
|
||||
"src/gateway/ui/pages/dashboard.js",
|
||||
"src/gateway/ui/pages/dashboard.test.ts",
|
||||
"docs/api/PROTOCOL.md",
|
||||
"docs/plans/state.json"
|
||||
],
|
||||
"test_status": "pnpm test:run src/gateway/handlers/handlers.test.ts src/gateway/ui/pages/dashboard.test.ts + pnpm typecheck passing"
|
||||
},
|
||||
"web-ui-form-wiring-regression-tests": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-22",
|
||||
|
||||
Reference in New Issue
Block a user