@eminent337/aery 0.1.69 → 0.1.70

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.
@@ -693,6 +693,8 @@ export class InteractiveMode {
693
693
  "help",
694
694
  "default-agents",
695
695
  "aery-doctor",
696
+ "aery-team",
697
+ "subagent",
696
698
  ];
697
699
  if (existsSync(settingsPath)) {
698
700
  const settings = JSON.parse(readFileSync(settingsPath, "utf-8"));