feat: update session notices and skill reloads

This commit is contained in:
Dax Raad
2026-07-01 14:37:27 -04:00
parent 04e688fcbb
commit 6f72b5c73b
29 changed files with 304 additions and 75 deletions
+1
View File
@@ -55,6 +55,7 @@ export const Synthetic = Schema.Struct({
...Base,
sessionID: SessionID,
text: Schema.String,
description: Schema.String.pipe(optional),
type: Schema.Literal("synthetic"),
}).annotate({ identifier: "Session.Message.Synthetic" })