custom inst imporove

This commit is contained in:
Brian Madison
2025-12-07 01:43:44 -06:00
parent eacfba2e5b
commit b252778043
50 changed files with 1264 additions and 1897 deletions

View File

@@ -198,8 +198,8 @@ module.exports = {
}
} else {
// Discover agents from custom location
const customAgentLocation = config.custom_agent_location
? resolvePath(config.custom_agent_location, config)
const customAgentLocation = config.custom_stand_alone_location
? resolvePath(config.custom_stand_alone_location, config)
: path.join(config.bmadFolder, 'custom', 'src', 'agents');
console.log(chalk.dim(`Searching for agents in: ${customAgentLocation}\n`));