From 6a1bf115c16c56d8db462cde70f645e85e84df0f Mon Sep 17 00:00:00 2001 From: Matthias Nott <mnott@mnsoft.org> Date: Tue, 03 Mar 2026 17:59:03 +0100 Subject: [PATCH] feat: add hybrid session kind to WsSession type + UI --- types/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/types/index.ts b/types/index.ts index aae0ecd..76add15 100644 --- a/types/index.ts +++ b/types/index.ts @@ -64,6 +64,7 @@ index: number; name: string; type: "claude" | "terminal"; + kind?: "api" | "visual"; isActive: boolean; id: string; } -- Gitblit v1.3.1