fix(TUI): enable general (sub-) agent for @ referencing (#1705)

pull/1170/head
Timo Clasen 2025-08-08 12:36:55 +02:00 committed by GitHub
parent 063d67a046
commit e444d15b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func (cg *agentsContextGroup) GetChildEntries(
if query != "" && !strings.Contains(strings.ToLower(agent.Name), strings.ToLower(query)) {
continue
}
if agent.Mode == opencode.AgentModePrimary || agent.Name == "general" {
if agent.Mode == opencode.AgentModePrimary {
continue
}