Matthias Nott
2026-03-03 6a1bf115c16c56d8db462cde70f645e85e84df0f
types/index.ts
....@@ -64,6 +64,7 @@
6464 index: number;
6565 name: string;
6666 type: "claude" | "terminal";
67
+ kind?: "api" | "visual";
6768 isActive: boolean;
6869 id: string;
6970 }