feat: overhaul tui controller

This commit is contained in:
Peter Steinberger
2026-01-03 06:27:38 +01:00
parent 32c91bbb25
commit d3458a4fc3
7 changed files with 659 additions and 345 deletions

View File

@@ -157,6 +157,10 @@ export class GatewayChatClient {
return await this.client.request("sessions.reset", { key });
}
async getStatus() {
return await this.client.request("status");
}
async listModels(): Promise<
Array<{
id: string;