open-agents-ai 0.187.4 → 0.187.5

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 +5 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3704,7 +3704,11 @@ var init_explore_tools = __esm({
3704
3704
  structured_file: "Generate structured files (CSV, JSON, MD)",
3705
3705
  code_sandbox: "Run code in an isolated sandbox",
3706
3706
  structured_read: "Read structured data files (CSV, JSON)",
3707
- sub_agent: "Delegate a subtask to a new agent instance",
3707
+ sub_agent: "Delegate a subtask to a new agent instance (legacy \u2014 prefer agent tool)",
3708
+ agent: "Spawn typed sub-agents (general/explore/plan/coordinator) with tool filtering and background mode",
3709
+ send_message: "Send async messages between agents (text/shutdown/result types, broadcast with '*')",
3710
+ enter_worktree: "Create isolated git worktree for safe parallel file modifications",
3711
+ exit_worktree: "Exit and optionally remove a git worktree (keep for merge or discard)",
3708
3712
  browser_action: "Interactive browser: login, fill forms, click buttons, screenshot \u2014 session persists between calls",
3709
3713
  scheduler: "Schedule tasks for automatic future execution via OS cron",
3710
3714
  reminder: "Set reminders that surface at future agent startups",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.4",
3
+ "version": "0.187.5",
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",