feat(*): Add websockets via partykit for live notifications of tool usage

This commit is contained in:
Josh Creek
2025-04-21 15:20:32 +01:00
parent 839e1183a6
commit 76fcdac563
19 changed files with 2205 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"files.associations": {
"partykit.json": "jsonc"
},
"json.schemas": [
{
"fileMatch": ["partykit.json"],
"url": "https://www.partykit.io/schema.json"
}
]
}