chore(copilot): add gpt-5.5 (#266)

Christian Rocha created

Change summary

internal/providers/configs/copilot.json | 12 ++++++++++++
1 file changed, 12 insertions(+)

Detailed changes

internal/providers/configs/copilot.json 🔗

@@ -258,6 +258,18 @@
       "can_reason": false,
       "supports_attachments": true
     },
+    {
+      "id": "gpt-5.5",
+      "name": "GPT-5.5",
+      "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
+    },
     {
       "id": "grok-code-fast-1",
       "name": "Grok Code Fast 1",