From 2a87fa228b2efb77372610231be8d7341f2e9eb3 Mon Sep 17 00:00:00 2001 From: Shri Date: Sun, 6 Sep 2026 22:28:00 +0000 Subject: [PATCH] Add gpt-6-astra to CuaLlm --- src/types/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/constants.ts b/src/types/constants.ts index b20ed68..986d02e 100644 --- a/src/types/constants.ts +++ b/src/types/constants.ts @@ -67,6 +67,7 @@ export type ClaudeComputerUseLlm = export type CuaLlm = | "computer-use-preview" + | "gpt-6-astra" | "gpt-5.6-sol" | "gpt-5.6-terra" | "gpt-5.6-luna"