|
|
@@ -74,9 +74,9 @@ export const en: Record<PluginsSettingsLocaleKey, string> = {
|
|
|
subagentDepthZero: 'Disable Subagents',
|
|
|
subagentDepthOne: 'Only the main Agent can create Subagents',
|
|
|
subagentDepthOverride: 'If a tool defines its own maximum recursion depth, that setting takes precedence.',
|
|
|
- subagentMaxActive: 'Subagent count limit',
|
|
|
- subagentCapacityHelpLabel: 'About the Subagent count limit',
|
|
|
- subagentCapacityHelp: 'Total live Subagents under the same main Agent, across all recursion levels. Waiting Subagents count; the main Agent does not.',
|
|
|
+ subagentMaxActive: 'Subagent parallelism limit',
|
|
|
+ subagentCapacityHelpLabel: 'About the Subagent parallelism limit',
|
|
|
+ subagentCapacityHelp: 'Total live Subagents under the same main Agent, across all recursion levels. Waiting Subagents and the main Agent are excluded.',
|
|
|
subagentDepthInvalid: 'Enter a whole number of 0 or more.',
|
|
|
subagentCapacityInvalid: 'Enter a whole number of 1 or more.',
|
|
|
subagentModelSelectionTitle: 'Model selection',
|
|
|
@@ -143,9 +143,9 @@ export const zh: Record<PluginsSettingsLocaleKey, string> = {
|
|
|
subagentDepthZero: '禁用 Subagent',
|
|
|
subagentDepthOne: '仅允许主 Agent 创建 Subagent',
|
|
|
subagentDepthOverride: '如果某个工具单独设置了最大递归深度,以该工具的设置为准。',
|
|
|
- subagentMaxActive: 'Subagent 总数上限',
|
|
|
- subagentCapacityHelpLabel: 'Subagent 总数上限说明',
|
|
|
- subagentCapacityHelp: '同一主 Agent 下,同时存活的 Subagent 总数,包含所有递归层级。等待中的 Subagent 也计入,主 Agent 不计入。',
|
|
|
+ subagentMaxActive: 'Subagent 并行数量上限',
|
|
|
+ subagentCapacityHelpLabel: 'Subagent 并行数量上限说明',
|
|
|
+ subagentCapacityHelp: '同一主 Agent 下,所有递归层级同时存活的 Subagent 总数,等待中的 Subagent 和主 Agent 不计入。',
|
|
|
subagentDepthInvalid: '请输入不小于 0 的整数。',
|
|
|
subagentCapacityInvalid: '请输入不小于 1 的整数。',
|
|
|
subagentModelSelectionTitle: '模型选择',
|