mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
feat: subagent feature wip
This commit is contained in:
parent
6b09aee32b
commit
4839cb9320
13 changed files with 48 additions and 33 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue