Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 16,997 Bytes
79b2fcc 3ce798d 79b2fcc 219e6a7 79b2fcc 540437a ff8c636 540437a 3eec386 79b2fcc 540437a 79b2fcc 5af3ab5 79b2fcc 3eec386 79b2fcc 5af3ab5 0a9e96d f0db8ab 0a9e96d 79b2fcc 0a9e96d f0db8ab 0a9e96d 79b2fcc 67b16c6 bf564b6 67b16c6 ecbfd3c ff8c636 ecbfd3c 67b16c6 79b2fcc 67b16c6 3eec386 540437a ff8c636 67b16c6 79b2fcc bf564b6 79b2fcc 540437a ff8c636 540437a 79b2fcc bf564b6 79b2fcc bf564b6 79b2fcc bf564b6 79b2fcc bf564b6 79b2fcc ecbfd3c 79b2fcc ecbfd3c 79b2fcc ecbfd3c 67b16c6 540437a 67b16c6 540437a 67b16c6 79b2fcc bf564b6 79b2fcc bf564b6 79b2fcc bf564b6 79b2fcc 540437a ff8c636 540437a 67b16c6 79b2fcc 3ce798d 67b16c6 79b2fcc 3ce798d c1f951a 67b16c6 3ce798d c1f951a 79b2fcc c1f951a 79b2fcc c1f951a 67b16c6 3ce798d 79b2fcc ecbfd3c c1f951a 79b2fcc c1f951a 79b2fcc c1f951a 3ce798d c1f951a 3ce798d ecbfd3c 219e6a7 ecbfd3c 219e6a7 ecbfd3c 219e6a7 ecbfd3c 219e6a7 ecbfd3c 219e6a7 ecbfd3c 3ce798d 79b2fcc c1f951a 79b2fcc c1f951a 79b2fcc c1f951a 79b2fcc c1f951a 79b2fcc c1f951a 79b2fcc 540437a 79b2fcc 540437a ff8c636 540437a 67b16c6 | 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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 | import { useState, useCallback, useEffect, useRef, KeyboardEvent } from 'react';
import { Box, TextField, IconButton, CircularProgress, Typography, Menu, MenuItem, ListItemIcon, ListItemText, Chip } from '@mui/material';
import ArrowUpwardIcon from '@mui/icons-material/ArrowUpward';
import ArrowDropDownIcon from '@mui/icons-material/ArrowDropDown';
import StopIcon from '@mui/icons-material/Stop';
import { apiFetch } from '@/utils/api';
import { useUserQuota } from '@/hooks/useUserQuota';
import ClaudeCapDialog from '@/components/ClaudeCapDialog';
import JobsUpgradeDialog from '@/components/JobsUpgradeDialog';
import { useAgentStore } from '@/store/agentStore';
import { CLAUDE_MODEL_PATH, FIRST_FREE_MODEL_PATH, isClaudePath } from '@/utils/model';
// Model configuration
interface ModelOption {
id: string;
name: string;
description: string;
modelPath: string;
avatarUrl: string;
recommended?: boolean;
}
const getHfAvatarUrl = (modelId: string) => {
const org = modelId.split('/')[0];
return `https://huggingface.co/api/avatars/${org}`;
};
const MODEL_OPTIONS: ModelOption[] = [
{
id: 'kimi-k2.6',
name: 'Kimi K2.6',
description: 'Novita',
modelPath: 'moonshotai/Kimi-K2.6',
avatarUrl: getHfAvatarUrl('moonshotai/Kimi-K2.6'),
recommended: true,
},
{
id: 'claude-opus',
name: 'Claude Opus 4.6',
description: 'Anthropic',
modelPath: CLAUDE_MODEL_PATH,
avatarUrl: 'https://huggingface.co/api/avatars/Anthropic',
recommended: true,
},
{
id: 'minimax-m2.7',
name: 'MiniMax M2.7',
description: 'Novita',
modelPath: 'MiniMaxAI/MiniMax-M2.7',
avatarUrl: getHfAvatarUrl('MiniMaxAI/MiniMax-M2.7'),
},
{
id: 'glm-5.1',
name: 'GLM 5.1',
description: 'Together',
modelPath: 'zai-org/GLM-5.1',
avatarUrl: getHfAvatarUrl('zai-org/GLM-5.1'),
},
];
const findModelByPath = (path: string): ModelOption | undefined => {
return MODEL_OPTIONS.find(m => m.modelPath === path || path?.includes(m.id));
};
interface ChatInputProps {
sessionId?: string;
onSend: (text: string) => void;
onStop?: () => void;
onDeclineBlockedJobs?: () => Promise<boolean>;
onContinueBlockedJobsWithNamespace?: (namespace: string) => Promise<boolean>;
isProcessing?: boolean;
disabled?: boolean;
placeholder?: string;
}
const isClaudeModel = (m: ModelOption) => isClaudePath(m.modelPath);
const firstFreeModel = () => MODEL_OPTIONS.find(m => !isClaudeModel(m)) ?? MODEL_OPTIONS[0];
export default function ChatInput({ sessionId, onSend, onStop, onDeclineBlockedJobs, onContinueBlockedJobsWithNamespace, isProcessing = false, disabled = false, placeholder = 'Ask anything...' }: ChatInputProps) {
const [input, setInput] = useState('');
const inputRef = useRef<HTMLTextAreaElement>(null);
const [selectedModelId, setSelectedModelId] = useState<string>(MODEL_OPTIONS[0].id);
const [modelAnchorEl, setModelAnchorEl] = useState<null | HTMLElement>(null);
const { quota, refresh: refreshQuota } = useUserQuota();
// The daily-cap dialog is triggered from two places: (a) a 429 returned
// from the chat transport when the user tries to send on Opus over cap —
// surfaced via the agent-store flag — and (b) nothing else right now
// (switching models is free). Keeping the open state in the store means
// the hook layer can flip it without threading props through.
const claudeQuotaExhausted = useAgentStore((s) => s.claudeQuotaExhausted);
const setClaudeQuotaExhausted = useAgentStore((s) => s.setClaudeQuotaExhausted);
const jobsUpgradeRequired = useAgentStore((s) => s.jobsUpgradeRequired);
const setJobsUpgradeRequired = useAgentStore((s) => s.setJobsUpgradeRequired);
const lastSentRef = useRef<string>('');
// Model is per-session: fetch this tab's current model every time the
// session changes. Other tabs keep their own selections independently.
useEffect(() => {
if (!sessionId) return;
let cancelled = false;
apiFetch(`/api/session/${sessionId}`)
.then((res) => (res.ok ? res.json() : null))
.then((data) => {
if (cancelled) return;
if (data?.model) {
const model = findModelByPath(data.model);
if (model) setSelectedModelId(model.id);
}
})
.catch(() => { /* ignore */ });
return () => { cancelled = true; };
}, [sessionId]);
const selectedModel = MODEL_OPTIONS.find(m => m.id === selectedModelId) || MODEL_OPTIONS[0];
// Auto-focus the textarea when the session becomes ready
useEffect(() => {
if (!disabled && !isProcessing && inputRef.current) {
inputRef.current.focus();
}
}, [disabled, isProcessing]);
const handleSend = useCallback(() => {
if (input.trim() && !disabled) {
lastSentRef.current = input;
onSend(input);
setInput('');
}
}, [input, disabled, onSend]);
// When the chat transport reports a Claude-quota 429, restore the typed
// text so the user doesn't lose their message.
useEffect(() => {
if (claudeQuotaExhausted && lastSentRef.current) {
setInput(lastSentRef.current);
}
}, [claudeQuotaExhausted]);
// Refresh the quota display whenever the session changes (user might
// have started another tab that spent quota).
useEffect(() => {
if (sessionId) refreshQuota();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [sessionId]);
const handleKeyDown = useCallback(
(e: KeyboardEvent<HTMLDivElement>) => {
if (e.key === 'Enter' && !e.shiftKey) {
e.preventDefault();
handleSend();
}
},
[handleSend]
);
const handleModelClick = (event: React.MouseEvent<HTMLElement>) => {
setModelAnchorEl(event.currentTarget);
};
const handleModelClose = () => {
setModelAnchorEl(null);
};
const handleSelectModel = async (model: ModelOption) => {
handleModelClose();
if (!sessionId) return;
try {
const res = await apiFetch(`/api/session/${sessionId}/model`, {
method: 'POST',
body: JSON.stringify({ model: model.modelPath }),
});
if (res.ok) setSelectedModelId(model.id);
} catch { /* ignore */ }
};
// Dialog close: just clear the flag. The typed text is already restored.
const handleCapDialogClose = useCallback(() => {
setClaudeQuotaExhausted(false);
}, [setClaudeQuotaExhausted]);
// "Use a free model" — switch the current session to Kimi (or the first
// non-Anthropic option) and auto-retry the send that tripped the cap.
const handleUseFreeModel = useCallback(async () => {
setClaudeQuotaExhausted(false);
if (!sessionId) return;
const free = MODEL_OPTIONS.find(m => m.modelPath === FIRST_FREE_MODEL_PATH)
?? firstFreeModel();
try {
const res = await apiFetch(`/api/session/${sessionId}/model`, {
method: 'POST',
body: JSON.stringify({ model: free.modelPath }),
});
if (res.ok) {
setSelectedModelId(free.id);
const retryText = lastSentRef.current;
if (retryText) {
onSend(retryText);
setInput('');
lastSentRef.current = '';
}
}
} catch { /* ignore */ }
}, [sessionId, onSend, setClaudeQuotaExhausted]);
const handleClaudeUpgradeClick = useCallback(async () => {
if (!sessionId) return;
try {
await apiFetch(`/api/pro-click/${sessionId}`, {
method: 'POST',
body: JSON.stringify({ source: 'claude_cap_dialog', target: 'pro_pricing' }),
});
} catch {
/* tracking is best-effort */
}
}, [sessionId]);
const handleJobsUpgradeClose = useCallback(() => {
setJobsUpgradeRequired(null);
}, [setJobsUpgradeRequired]);
const handleJobsUpgradeClick = useCallback(async () => {
if (!sessionId || !jobsUpgradeRequired) return;
try {
await apiFetch(`/api/pro-click/${sessionId}`, {
method: 'POST',
body: JSON.stringify({ source: 'hf_jobs_upgrade_dialog', target: 'pro_pricing' }),
});
} catch {
/* tracking is best-effort */
}
}, [sessionId, jobsUpgradeRequired]);
const handleDeclineBlockedJobs = useCallback(async () => {
if (!onDeclineBlockedJobs) return;
await onDeclineBlockedJobs();
}, [onDeclineBlockedJobs]);
const handleContinueBlockedJobsWithNamespace = useCallback(async (namespace: string) => {
if (!onContinueBlockedJobsWithNamespace) return;
await onContinueBlockedJobsWithNamespace(namespace);
}, [onContinueBlockedJobsWithNamespace]);
// Hide the chip until the user has actually burned quota — an unused
// Opus session shouldn't populate a counter.
const claudeChip = (() => {
if (!quota || quota.claudeUsedToday === 0) return null;
if (quota.plan === 'free') {
return quota.claudeRemaining > 0 ? 'Free today' : 'Pro only';
}
return `${quota.claudeUsedToday}/${quota.claudeDailyCap} today`;
})();
return (
<Box
sx={{
pb: { xs: 2, md: 4 },
pt: { xs: 1, md: 2 },
position: 'relative',
zIndex: 10,
}}
>
<Box sx={{ maxWidth: '880px', mx: 'auto', width: '100%', px: { xs: 0, sm: 1, md: 2 } }}>
<Box
className="composer"
sx={{
display: 'flex',
gap: '10px',
alignItems: 'flex-start',
bgcolor: 'var(--composer-bg)',
borderRadius: 'var(--radius-md)',
p: '12px',
border: '1px solid var(--border)',
transition: 'box-shadow 0.2s ease, border-color 0.2s ease',
'&:focus-within': {
borderColor: 'var(--accent-yellow)',
boxShadow: 'var(--focus)',
}
}}
>
<TextField
fullWidth
multiline
maxRows={6}
value={input}
onChange={(e) => setInput(e.target.value)}
onKeyDown={handleKeyDown}
placeholder={placeholder}
disabled={disabled || isProcessing}
variant="standard"
inputRef={inputRef}
InputProps={{
disableUnderline: true,
sx: {
color: 'var(--text)',
fontSize: '15px',
fontFamily: 'inherit',
padding: 0,
lineHeight: 1.5,
minHeight: { xs: '44px', md: '56px' },
alignItems: 'flex-start',
}
}}
sx={{
flex: 1,
'& .MuiInputBase-root': {
p: 0,
backgroundColor: 'transparent',
},
'& textarea': {
resize: 'none',
padding: '0 !important',
}
}}
/>
{isProcessing ? (
<IconButton
onClick={onStop}
sx={{
mt: 1,
p: 1.5,
borderRadius: '10px',
color: 'var(--muted-text)',
transition: 'all 0.2s',
position: 'relative',
'&:hover': {
bgcolor: 'var(--hover-bg)',
color: 'var(--accent-red)',
},
}}
>
<Box sx={{ position: 'relative', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
<CircularProgress size={28} thickness={3} sx={{ color: 'inherit', position: 'absolute' }} />
<StopIcon sx={{ fontSize: 16 }} />
</Box>
</IconButton>
) : (
<IconButton
onClick={handleSend}
disabled={disabled || !input.trim()}
sx={{
mt: 1,
p: 1,
borderRadius: '10px',
color: 'var(--muted-text)',
transition: 'all 0.2s',
'&:hover': {
color: 'var(--accent-yellow)',
bgcolor: 'var(--hover-bg)',
},
'&.Mui-disabled': {
opacity: 0.3,
},
}}
>
<ArrowUpwardIcon fontSize="small" />
</IconButton>
)}
</Box>
{/* Powered By Badge */}
<Box
onClick={handleModelClick}
sx={{
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
mt: 1.5,
gap: 0.8,
opacity: 0.6,
cursor: 'pointer',
transition: 'opacity 0.2s',
'&:hover': {
opacity: 1
}
}}
>
<Typography variant="caption" sx={{ fontSize: '10px', color: 'var(--muted-text)', textTransform: 'uppercase', letterSpacing: '0.05em', fontWeight: 500 }}>
powered by
</Typography>
<img
src={selectedModel.avatarUrl}
alt={selectedModel.name}
style={{ height: '14px', width: '14px', objectFit: 'contain', borderRadius: '2px' }}
/>
<Typography variant="caption" sx={{ fontSize: '10px', color: 'var(--text)', fontWeight: 600, letterSpacing: '0.02em' }}>
{selectedModel.name}
</Typography>
<ArrowDropDownIcon sx={{ fontSize: '14px', color: 'var(--muted-text)' }} />
</Box>
{/* Model Selection Menu */}
<Menu
anchorEl={modelAnchorEl}
open={Boolean(modelAnchorEl)}
onClose={handleModelClose}
anchorOrigin={{
vertical: 'top',
horizontal: 'center',
}}
transformOrigin={{
vertical: 'bottom',
horizontal: 'center',
}}
slotProps={{
paper: {
sx: {
bgcolor: 'var(--panel)',
border: '1px solid var(--divider)',
mb: 1,
maxHeight: '400px',
}
}
}}
>
{MODEL_OPTIONS.map((model) => (
<MenuItem
key={model.id}
onClick={() => handleSelectModel(model)}
selected={selectedModelId === model.id}
sx={{
py: 1.5,
'&.Mui-selected': {
bgcolor: 'rgba(255,255,255,0.05)',
}
}}
>
<ListItemIcon>
<img
src={model.avatarUrl}
alt={model.name}
style={{ width: 24, height: 24, borderRadius: '4px', objectFit: 'cover' }}
/>
</ListItemIcon>
<ListItemText
primary={
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
{model.name}
{model.recommended && (
<Chip
label="Recommended"
size="small"
sx={{
height: '18px',
fontSize: '10px',
bgcolor: 'var(--accent-yellow)',
color: '#000',
fontWeight: 600,
}}
/>
)}
{isClaudeModel(model) && claudeChip && (
<Chip
label={claudeChip}
size="small"
sx={{
height: '18px',
fontSize: '10px',
bgcolor: 'rgba(255,255,255,0.08)',
color: 'var(--muted-text)',
fontWeight: 600,
}}
/>
)}
</Box>
}
secondary={model.description}
secondaryTypographyProps={{
sx: { fontSize: '12px', color: 'var(--muted-text)' }
}}
/>
</MenuItem>
))}
</Menu>
<ClaudeCapDialog
open={claudeQuotaExhausted}
plan={quota?.plan ?? 'free'}
cap={quota?.claudeDailyCap ?? 1}
onClose={handleCapDialogClose}
onUseFreeModel={handleUseFreeModel}
onUpgrade={handleClaudeUpgradeClick}
/>
<JobsUpgradeDialog
open={!!jobsUpgradeRequired}
mode={jobsUpgradeRequired?.mode || 'upgrade'}
message={jobsUpgradeRequired?.message || ''}
eligibleNamespaces={jobsUpgradeRequired?.eligibleNamespaces || []}
onClose={handleJobsUpgradeClose}
onUpgrade={handleJobsUpgradeClick}
onDecline={handleDeclineBlockedJobs}
onContinueWithNamespace={handleContinueBlockedJobsWithNamespace}
/>
</Box>
</Box>
);
}
|