fix(TUI): enable general (sub-) agent for @ referencing (#1705)
This commit is contained in:
@@ -45,7 +45,7 @@ func (cg *agentsContextGroup) GetChildEntries(
|
|||||||
if query != "" && !strings.Contains(strings.ToLower(agent.Name), strings.ToLower(query)) {
|
if query != "" && !strings.Contains(strings.ToLower(agent.Name), strings.ToLower(query)) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if agent.Mode == opencode.AgentModePrimary || agent.Name == "general" {
|
if agent.Mode == opencode.AgentModePrimary {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user