mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-09 10:54:59 +01:00
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)) {
|
||||
continue
|
||||
}
|
||||
if agent.Mode == opencode.AgentModePrimary || agent.Name == "general" {
|
||||
if agent.Mode == opencode.AgentModePrimary {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user