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

@ -80,7 +80,7 @@ const NodeVariableItem = ({
return (
<div
className={cn(
'system-xs-medium ml-0.5 shrink truncate text-text-accent',
'ml-0.5 shrink truncate text-text-accent system-xs-medium',
isEnv && 'text-text-primary',
isException && 'text-text-warning',
isChatVar && 'text-util-colors-teal-teal-700',

View File

@ -113,7 +113,7 @@ const VarGroupItem: FC<Props> = ({
<Folder className="mr-0.5 h-3.5 w-3.5" />
{(!isEditGroupName)
? (
<div className="system-sm-semibold flex h-6 cursor-text items-center rounded-lg px-1 text-text-secondary hover:bg-gray-100" onClick={setEditGroupName}>
<div className="flex h-6 cursor-text items-center rounded-lg px-1 text-text-secondary system-sm-semibold hover:bg-gray-100" onClick={setEditGroupName}>
{payload.group_name}
</div>
)
@ -150,7 +150,7 @@ const VarGroupItem: FC<Props> = ({
operations={(
<div className="flex h-6 items-center space-x-2">
{payload.variables.length > 0 && (
<div className="system-2xs-medium-uppercase flex h-[18px] items-center rounded-[5px] border border-divider-deep px-1 text-text-tertiary">{payload.output_type}</div>
<div className="flex h-[18px] items-center rounded-[5px] border border-divider-deep px-1 text-text-tertiary system-2xs-medium-uppercase">{payload.output_type}</div>
)}
{
!readOnly