feat: add imessage rpc adapter

This commit is contained in:
Peter Steinberger
2026-01-02 01:19:13 +01:00
parent 3ee27a00c7
commit cbac34347b
23 changed files with 1451 additions and 15 deletions

View File

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