chore: remove unused mode parameter from session-alive handler

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 <noreply@anthropic.com>
This commit is contained in:
Kirill Dubovitskiy 2025-08-13 00:29:08 -07:00
parent 597d1d262a
commit 4212d2725e

View File

@ -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