mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 15:43:20 +00:00
fix(TUI): enable general (sub-) agent for @ referencing (#1705)
This commit is contained in:
parent
063d67a046
commit
e444d15b57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue