feat: subagent feature wip

This commit is contained in:
tanzhenxin 2025-09-10 14:35:08 +08:00
parent 6b09aee32b
commit 4839cb9320
13 changed files with 48 additions and 33 deletions

View file

@ -171,7 +171,10 @@ const TaskPromptSection: React.FC<{
<Box flexDirection="row">
<Text color={theme.text.primary}>Task Detail: </Text>
{shouldTruncate && displayMode === 'default' && (
<Text color={Colors.Gray}> Showing the first 10 lines.</Text>
<Text color={Colors.Gray}>
{' '}
Showing the first {MAX_TASK_PROMPT_LINES} lines.
</Text>
)}
</Box>
<Box paddingLeft={1}>