runtime: route notifications through worker inbox

This commit is contained in:
2026-08-05 01:44:57 +09:00
parent dd2ca54874
commit f98a123e40
15 changed files with 614 additions and 811 deletions
@@ -428,7 +428,7 @@
],
},
};
case "system":
case "notify":
return {
method: "notify",
params: { message: request.content, auto_run: true },