(mode database.NullChatMode)
| 6500 | } |
| 6501 | |
| 6502 | func isExploreSubagentMode(mode database.NullChatMode) bool { |
| 6503 | return mode.Valid && mode.ChatMode == database.ChatModeExplore |
| 6504 | } |
| 6505 | |
| 6506 | // filterExternalMCPConfigsForTurn returns the external MCP server configs |
| 6507 | // visible on the current turn. Explore children snapshot this filtered set at |
no outgoing calls
no test coverage detected