open-agents-ai 0.187.324 → 0.187.325
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.
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -333558,7 +333558,10 @@ Rationale: ${proposal.rationale}${provenanceNote}`;
|
|
|
333558
333558
|
"/gc",
|
|
333559
333559
|
"/deep",
|
|
333560
333560
|
"/style",
|
|
333561
|
-
"/personality"
|
|
333561
|
+
"/personality",
|
|
333562
|
+
"/access",
|
|
333563
|
+
"/network",
|
|
333564
|
+
"/scheduler"
|
|
333562
333565
|
];
|
|
333563
333566
|
const discoveredSkillNames = discoverSkills(repoRoot).map((s2) => `/${s2.name}`);
|
|
333564
333567
|
const allCompletions = [.../* @__PURE__ */ new Set([...BUILTIN_COMMANDS, ...discoveredSkillNames])].sort();
|
package/package.json
CHANGED