()
| 442 | * Remote sessions are no longer available (Hub integration removed). |
| 443 | */ |
| 444 | export async function getRemoteSessions(): Promise<ExtendedSessionMetadata[]> { |
| 445 | return []; |
| 446 | } |
| 447 | |
| 448 | /** |
| 449 | * List all available sessions with metadata (both local and remote) |