From 19fc0867c88b66e08a8b970811237fc4f898ff04 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 13 Feb 2026 14:37:57 -0300 Subject: [PATCH] chore: `task gen:copilot`, add gpt 5.3 codex via copilot --- internal/providers/configs/copilot.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/internal/providers/configs/copilot.json b/internal/providers/configs/copilot.json index 08cf018c0c5ab0baef9529f262e70da39826a20a..ff7dd9c7e69ff97ea2b568503f9b7ca493736b6f 100644 --- a/internal/providers/configs/copilot.json +++ b/internal/providers/configs/copilot.json @@ -279,6 +279,19 @@ "supports_attachments": true, "options": {} }, + { + "id": "gpt-5.3-codex", + "name": "GPT-5.3-Codex", + "cost_per_1m_in": 0, + "cost_per_1m_out": 0, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0, + "context_window": 400000, + "default_max_tokens": 128000, + "can_reason": false, + "supports_attachments": true, + "options": {} + }, { "id": "grok-code-fast-1", "name": "Grok Code Fast 1",