From 327d00683ae65adde938460657bfc97845203065 Mon Sep 17 00:00:00 2001 From: MrFadiAi Date: Thu, 19 Feb 2026 15:20:45 +0100 Subject: [PATCH] feat: Implement configuration management commands for AI providers, gateway tokens, and environment variables. --- src-tauri/agents/coder/models.json | 6 +++--- src-tauri/src/commands/config.rs | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src-tauri/agents/coder/models.json b/src-tauri/agents/coder/models.json index 2729d7b..2a96668 100644 --- a/src-tauri/agents/coder/models.json +++ b/src-tauri/agents/coder/models.json @@ -5,8 +5,8 @@ "apiKey": "3e911333b0dc462dba0b4ce886303cce.4WF3QN7zfirCWXxS", "models": [ { - "id": "glm-4", - "name": "GLM-4", + "id": "glm-5", + "name": "GLM-5", "api": "openai-completions", "reasoning": false, "input": [ @@ -43,4 +43,4 @@ ] } } -} +} \ No newline at end of file diff --git a/src-tauri/src/commands/config.rs b/src-tauri/src/commands/config.rs index bb9c603..bad7cc5 100644 --- a/src-tauri/src/commands/config.rs +++ b/src-tauri/src/commands/config.rs @@ -1855,14 +1855,24 @@ pub async fn save_telegram_account(account: TelegramAccount) -> Result