Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox

This commit is contained in:
yyh
2026-02-09 18:43:04 +08:00
920 changed files with 4057 additions and 3430 deletions

View File

@ -27,9 +27,9 @@ const SetURL: React.FC<SetURLProps> = ({ repoUrl, onChange, onNext, onCancel })
name="repoUrl"
value={repoUrl}
onChange={e => onChange(e.target.value)}
className="shadows-shadow-xs system-sm-regular flex grow items-center gap-[2px]
self-stretch overflow-hidden text-ellipsis rounded-lg border border-components-input-border-active
bg-components-input-bg-active p-2 text-components-input-text-filled"
className="shadows-shadow-xs flex grow items-center gap-[2px] self-stretch
overflow-hidden text-ellipsis rounded-lg border border-components-input-border-active bg-components-input-bg-active
p-2 text-components-input-text-filled system-sm-regular"
placeholder="Please enter GitHub repo URL"
/>
<div className="mt-4 flex items-center justify-end gap-2 self-stretch">