@eminent337/aery 0.1.55 → 0.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -656,7 +656,7 @@ export class InteractiveMode {
|
|
|
656
656
|
// Wire core extensions into settings.json
|
|
657
657
|
const repoPath = join(homedir(), ".aery", "agent", "git", "github.com", "eminent337", "aery-extensions");
|
|
658
658
|
const settingsPath = join(homedir(), ".aery", "agent", "settings.json");
|
|
659
|
-
const CORE = ["
|
|
659
|
+
const CORE = ["damage-control", "provider-profiles", "model-failover", "web-search", "web-fetch", "commands", "hooks", "circuit-breaker", "auto-router", "memory-include", "aery-header", "aery-footer", "multi-agent", "agent-chain", "agent-teams", "help", "default-agents", "aery-doctor"];
|
|
660
660
|
if (existsSync(settingsPath)) {
|
|
661
661
|
const settings = JSON.parse(readFileSync(settingsPath, "utf-8"));
|
|
662
662
|
const existing = new Set(settings.extensions || []);
|