diff --git a/.gitignore b/.gitignore index 557e4b3e..7d8af403 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ ss-nodes.json .agents/ _agent/ _agents/ +.trae/ # Internal docs docs/ diff --git a/frontend/src/components/ChannelConfig.tsx b/frontend/src/components/ChannelConfig.tsx index 525f2ed8..cd269ca2 100644 --- a/frontend/src/components/ChannelConfig.tsx +++ b/frontend/src/components/ChannelConfig.tsx @@ -803,7 +803,8 @@ export default function ChannelConfig({ mode, agentId, canManage = true, values, {webhookUrl} {upload && api.upload && ( - + )} {newFolder && ( + title={t('agent.tools.configureCategory', { category: getCategoryLabels(t)[category] || category })} + >{t('agent.tools.config')} )} {canManage && ( -