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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.324",
3
+ "version": "0.187.325",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",