chatroom-cli 1.6.4 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +48 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10678,7 +10678,54 @@ var CURSOR_COMMAND = "agent", CURSOR_MODELS, CursorAgentService;
|
|
|
10678
10678
|
var init_cursor_agent_service = __esm(() => {
|
|
10679
10679
|
init_base_cli_agent_service();
|
|
10680
10680
|
init_cursor_stream_reader();
|
|
10681
|
-
CURSOR_MODELS = [
|
|
10681
|
+
CURSOR_MODELS = [
|
|
10682
|
+
"opus-4.6",
|
|
10683
|
+
"opus-4.6-thinking",
|
|
10684
|
+
"opus-4.5",
|
|
10685
|
+
"opus-4.5-thinking",
|
|
10686
|
+
"sonnet-4.6",
|
|
10687
|
+
"sonnet-4.6-thinking",
|
|
10688
|
+
"sonnet-4.5",
|
|
10689
|
+
"sonnet-4.5-thinking",
|
|
10690
|
+
"gpt-5.4-low",
|
|
10691
|
+
"gpt-5.4-medium",
|
|
10692
|
+
"gpt-5.4-medium-fast",
|
|
10693
|
+
"gpt-5.4-high",
|
|
10694
|
+
"gpt-5.4-high-fast",
|
|
10695
|
+
"gpt-5.4-xhigh",
|
|
10696
|
+
"gpt-5.4-xhigh-fast",
|
|
10697
|
+
"gpt-5.3-codex-low",
|
|
10698
|
+
"gpt-5.3-codex-low-fast",
|
|
10699
|
+
"gpt-5.3-codex",
|
|
10700
|
+
"gpt-5.3-codex-fast",
|
|
10701
|
+
"gpt-5.3-codex-high",
|
|
10702
|
+
"gpt-5.3-codex-high-fast",
|
|
10703
|
+
"gpt-5.3-codex-xhigh",
|
|
10704
|
+
"gpt-5.3-codex-xhigh-fast",
|
|
10705
|
+
"gpt-5.3-codex-spark-preview",
|
|
10706
|
+
"gpt-5.2",
|
|
10707
|
+
"gpt-5.2-high",
|
|
10708
|
+
"gpt-5.2-codex-low",
|
|
10709
|
+
"gpt-5.2-codex-low-fast",
|
|
10710
|
+
"gpt-5.2-codex",
|
|
10711
|
+
"gpt-5.2-codex-fast",
|
|
10712
|
+
"gpt-5.2-codex-high",
|
|
10713
|
+
"gpt-5.2-codex-high-fast",
|
|
10714
|
+
"gpt-5.2-codex-xhigh",
|
|
10715
|
+
"gpt-5.2-codex-xhigh-fast",
|
|
10716
|
+
"gpt-5.1-high",
|
|
10717
|
+
"gpt-5.1-codex-max",
|
|
10718
|
+
"gpt-5.1-codex-max-high",
|
|
10719
|
+
"gpt-5.1-codex-mini",
|
|
10720
|
+
"gemini-3.1-pro",
|
|
10721
|
+
"gemini-3-pro",
|
|
10722
|
+
"gemini-3-flash",
|
|
10723
|
+
"grok",
|
|
10724
|
+
"kimi-k2.5",
|
|
10725
|
+
"auto",
|
|
10726
|
+
"composer-1.5",
|
|
10727
|
+
"composer-1"
|
|
10728
|
+
];
|
|
10682
10729
|
CursorAgentService = class CursorAgentService extends BaseCLIAgentService {
|
|
10683
10730
|
id = "cursor";
|
|
10684
10731
|
displayName = "Cursor";
|