Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@twillai/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twillai/cli - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+10
-12
dist/agent-constants.js

@@ -20,13 +20,11 @@ // src/agent-constants.ts

var CodexModel = /* @__PURE__ */ ((CodexModel2) => {
CodexModel2["GPT_5_2"] = "gpt-5.2";
CodexModel2["GPT_5_2_CODEX"] = "gpt-5.2-codex";
CodexModel2["GPT_5_3_CODEX"] = "gpt-5.3-codex";
return CodexModel2;
})(CodexModel || {});
var OpenCodeModel = /* @__PURE__ */ ((OpenCodeModel2) => {
OpenCodeModel2["CODEX_5_2"] = "openai/gpt-5.2-codex";
OpenCodeModel2["GPT_5_2"] = "openai/gpt-5.2";
OpenCodeModel2["CODEX_5_3"] = "openai/gpt-5.3-codex";
OpenCodeModel2["GEMINI_3_PRO"] = "google/gemini-3-pro-preview";
OpenCodeModel2["GEMINI_3_FLASH"] = "google/gemini-3-flash-preview";
OpenCodeModel2["SONNET"] = "anthropic/claude-sonnet-4-5-20250929";
OpenCodeModel2["OPUS"] = "anthropic/claude-opus-4-5";
OpenCodeModel2["SONNET"] = "anthropic/claude-sonnet-4-6";
OpenCodeModel2["OPUS"] = "anthropic/claude-opus-4-6";
return OpenCodeModel2;

@@ -45,9 +43,9 @@ })(OpenCodeModel || {});

// Codex models
["gpt-5.2" /* GPT_5_2 */]: "GPT 5.2",
["gpt-5.2-codex" /* GPT_5_2_CODEX */]: "GPT 5.2 Codex",
["gpt-5.3-codex" /* GPT_5_3_CODEX */]: "GPT 5.3 Codex",
// [CodexModel.GPT_5_3_CODEX_SPARK]: "GPT 5.3 Codex Spark",
// Open Code models
["anthropic/claude-sonnet-4-5-20250929" /* SONNET */]: "Claude 4.5 Sonnet",
["anthropic/claude-opus-4-5" /* OPUS */]: "Claude 4.5 Opus",
["openai/gpt-5.2-codex" /* CODEX_5_2 */]: "GPT 5.2 Codex",
["openai/gpt-5.2" /* GPT_5_2 */]: "GPT 5.2 High",
["anthropic/claude-sonnet-4-6" /* SONNET */]: "Claude 4.6 Sonnet",
["anthropic/claude-opus-4-6" /* OPUS */]: "Claude 4.6 Opus",
["openai/gpt-5.3-codex" /* CODEX_5_3 */]: "GPT 5.3 Codex",
// [OpenCodeModel.CODEX_5_3_SPARK]: "GPT 5.3 Codex Spark",
["google/gemini-3-pro-preview" /* GEMINI_3_PRO */]: "Gemini 3 Pro",

@@ -54,0 +52,0 @@ ["google/gemini-3-flash-preview" /* GEMINI_3_FLASH */]: "Gemini 3 Flash"

{
"name": "@twillai/cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "Twill CLI — manage tasks and automations from your terminal",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display