open-agents-ai 0.186.9 → 0.186.10

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -68375,7 +68375,7 @@ ${historyLines}
68375
68375
 
68376
68376
  ` : "") + `${chatBody.message}
68377
68377
 
68378
- Respond conversationally. Call task_complete with your final response.`;
68378
+ This is a conversational chat. Write your FULL reply directly as text \u2014 do NOT summarize what you did. After writing your complete reply, call task_complete with a brief one-line summary for logging only.`;
68379
68379
  const oaBin = process.argv[1] || "oa";
68380
68380
  const args = [taskPrompt, "--json"];
68381
68381
  if (model)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.186.9",
3
+ "version": "0.186.10",
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",