Changeset 0.31.1 (#204)

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
2026-03-19 10:21:40 +00:00
committed by xcaliber
parent 071dea8904
commit 8364440081
17 changed files with 1186 additions and 339 deletions

View File

@@ -0,0 +1,14 @@
{
"id": "dashboard",
"title": "Dashboard",
"type": "full",
"version": "0.31.1",
"tier": "browser",
"author": "Chat Switchboard",
"description": "Project dashboard exercising all SDK primitives",
"route": "/s/dashboard",
"permissions": [],
"settings": [
{ "key": "refresh_interval", "label": "Auto-Refresh (seconds)", "type": "number", "default": 0 }
]
}