open-agents-ai 0.187.156 → 0.187.157

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
@@ -302286,7 +302286,7 @@ var init_stream_renderer = __esm({
302286
302286
  this.writeRaw(dimText(" \u23BF ") + dimItalic("thinking...") + "\n");
302287
302287
  this.lineStarted = false;
302288
302288
  }
302289
- if (this.thinkingTokenCount % 50 === 0) {
302289
+ if (this.thinkingTokenCount % 500 === 0) {
302290
302290
  this.writeRaw(dimText(" \u23BF ") + dimItalic(`thinking... (${this.thinkingTokenCount} tokens)`) + "\n");
302291
302291
  this.lineStarted = false;
302292
302292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.156",
3
+ "version": "0.187.157",
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",