-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
constants.json
84 lines (84 loc) · 4.59 KB
/
constants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"UI_UPDATE_INTERVAL_MS": 3000,
"CONVO_DELAY_MS": 100,
"UNITIALIZED_CONVO_DELAY_MS": 5000,
"OUTPUT_TOKEN_MULTIPLIER": 10,
"MODEL_TOKEN_CAPS": {
"Opus": 250000,
"Sonnet": 1600000,
"Haiku": 3000000,
"default": 1
},
"MODEL_CAPS": {
"free": {
"Opus": 0,
"Sonnet": 500000,
"Haiku": 1000000,
"default": 1
},
"pro": {
"Opus": 250000,
"Sonnet": 1600000,
"Haiku": 3000000,
"default": 1
},
"team": {
"Opus": 375000,
"Sonnet": 2400000,
"Haiku": 4500000,
"default": 1
}
},
"WARNING_THRESHOLD": 0.9,
"SELECTORS": {
"MAIN_INPUT": "div[aria-label=\"Write your prompt to Claude\"]",
"REGENERATE_BUTTON_PATH": "M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z",
"SAVE_BUTTON": "button[type=\"submit\"]",
"EDIT_TEXTAREA": ".font-user-message textarea",
"USER_MESSAGE": "[data-testid=\"user-message\"]",
"AI_MESSAGE": ".font-claude-message",
"SEND_BUTTON": "button[aria-label=\"Send Message\"]",
"SIDEBAR_BUTTON": "[data-testid=\"chat-controls\"]",
"FILE_BUTTONS": "button[data-testid=\"file-thumbnail\"]",
"PROJECT_FILES_CONTAINER": ".border-border-400.rounded-lg.border",
"PROJECT_FILES": "button[data-testid=\"file-thumbnail\"]",
"MODAL": "[role=\"dialog\"]",
"MODAL_CONTENT": ".whitespace-pre-wrap.break-all.text-xs",
"MODAL_CLOSE": "button:has(svg path[d=\"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z\"])",
"BACK_BUTTON": "button:has(svg path[d=\"M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z\"])",
"SIDEBAR_CONTENT": ".bg-bg-100.border-0\\.5.border-border-300.flex-1",
"FILE_VIEW_CONTAINER": ".flex.h-full.flex-col.pb-1.pl-5.pt-3",
"FILE_CONTENT": ".whitespace-pre-wrap.break-all.text-xs",
"MODEL_PICKER": "[data-testid=\"model-selector-dropdown\"]",
"MODEL_OVERRIDE": ".model-switcher-select",
"MOBILE_MENU_BUTTON": "button[aria-haspopup=\"menu\"]:has(svg path[d=\"M112,60a16,16,0,1,1,16,16A16,16,0,0,1,112,60Zm16,52a16,16,0,1,0,16,16A16,16,0,0,0,128,112Zm0,68a16,16,0,1,0,16,16A16,16,0,0,0,128,180Z\"])",
"USER_MENU_BUTTON": "button[data-testid=\"user-menu-button\"]",
"PDF_ICON": "path[d=\"M224,152a8,8,0,0,1-8,8H192v16h16a8,8,0,0,1,0,16H192v16a8,8,0,0,1-16,0V152a8,8,0,0,1,8-8h32A8,8,0,0,1,224,152ZM92,172a28,28,0,0,1-28,28H56v8a8,8,0,0,1-16,0V152a8,8,0,0,1,8-8H64A28,28,0,0,1,92,172Zm-16,0a12,12,0,0,0-12-12H56v24h8A12,12,0,0,0,76,172Zm88,8a36,36,0,0,1-36,36H112a8,8,0,0,1-8-8V152a8,8,0,0,1,8-8h16A36,36,0,0,1,164,180Zm-16,0a20,20,0,0,0-20-20h-8v40h8A20,20,0,0,0,148,180ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.69L160,51.31Z\"]",
"CSV_ICON": "path[d=\"M48,180c0,11,7.18,20,16,20a14.24,14.24,0,0,0,10.22-4.66A8,8,0,0,1,85.78,206.4,30.06,30.06,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30.06,30.06,0,0,1,21.78,9.6,8,8,0,0,1-11.56,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.57,4.57,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56A8,8,0,0,0,142,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36A8,8,0,0,0,109.94,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.49,174.17,127.6,171.31Zm83.09-26.84a8,8,0,0,0-10.23,4.84L188,184.21l-12.47-34.9a8,8,0,0,0-15.07,5.38l20,56a8,8,0,0,0,15.07,0l20-56A8,8,0,0,0,210.69,144.47ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z\"]",
"ARTIFACT_VERSION_SELECT": "button[type=\"button\"][aria-haspopup=\"menu\"]"
},
"FEATURE_CHECKBOXES": {
"personal_preferences_enabled": {
"text": "Preferences enabled",
"cost": 800
},
"artifacts_enabled": {
"text": "Artifacts enabled",
"cost": 5500
},
"analysis_enabled": {
"text": "Analysis Tool enabled",
"cost": 2000
},
"latex_enabled": {
"text": "LaTeX Rendering enabled",
"cost": 200
}
},
"BASE_SYSTEM_PROMPT_LENGTH": 2900,
"FEATURE_COSTS": {
"enabled_artifacts_attachments": 2000,
"preview_feature_uses_artifacts": 5500,
"preview_feature_uses_latex": 200
}
}