feat: add Signal provider support

This commit is contained in:
Peter Steinberger
2026-01-01 15:43:15 +01:00
parent 0a4c2f91f5
commit 596770942a
21 changed files with 1368 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ export type SessionEntry = {
totalTokens?: number;
model?: string;
contextTokens?: number;
lastChannel?: "whatsapp" | "telegram" | "discord" | "webchat";
lastChannel?: "whatsapp" | "telegram" | "discord" | "signal" | "webchat";
lastTo?: string;
skillsSnapshot?: SessionSkillSnapshot;
};