mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
fix: duplicate subagents config if qwen-code runs in home dir
This commit is contained in:
parent
19950e5b7c
commit
5f90472a7d
3 changed files with 53 additions and 67 deletions
|
|
@ -227,7 +227,7 @@ export const AgentSelectionStep = ({
|
|||
const textColor = isSelected ? theme.text.accent : theme.text.primary;
|
||||
|
||||
return (
|
||||
<Box key={agent.name} alignItems="center">
|
||||
<Box key={`${agent.name}-${agent.level}`} alignItems="center">
|
||||
<Box minWidth={2} flexShrink={0}>
|
||||
<Text color={isSelected ? theme.text.accent : theme.text.primary}>
|
||||
{isSelected ? '●' : ' '}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue