From 4212d2725e8dec42172ebbab501820bf12182360 Mon Sep 17 00:00:00 2001 From: Kirill Dubovitskiy Date: Wed, 13 Aug 2025 00:29:08 -0700 Subject: [PATCH] chore: remove unused mode parameter from session-alive handler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mode parameter is not used by the server, only tracked client-side. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- sources/app/api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/app/api.ts b/sources/app/api.ts index 2852422..bf335fb 100644 --- a/sources/app/api.ts +++ b/sources/app/api.ts @@ -1166,7 +1166,6 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }> sid: string; time: number; thinking?: boolean; - mode?: 'local' | 'remote'; }) => { try { // Basic validation