open-agents-ai 0.187.425 → 0.187.426

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 CHANGED
@@ -532626,7 +532626,7 @@ var init_status_bar = __esm({
532626
532626
  const dotAbove = "̇";
532627
532627
  const LEFT_BAR = "⣇";
532628
532628
  const RIGHT_BAR = "⢸";
532629
- const body = label.split("").map((c9) => c9 + dotAbove).join("");
532629
+ const body = label.split("").map((c9) => c9 + dotAbove + dotAbove + dotAbove).join("");
532630
532630
  return linkify(cmd, `\x1B[38;5;${WHITE}m\x1B[48;5;${BLACK}m${LEFT_BAR}${body}${RIGHT_BAR}\x1B[0m${PANEL_BG_SEQ}`);
532631
532631
  };
532632
532632
  const renderBtn = (cmd, label) => {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.425",
3
+ "version": "0.187.426",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "open-agents-ai",
9
- "version": "0.187.425",
9
+ "version": "0.187.426",
10
10
  "hasInstallScript": true,
11
11
  "license": "CC-BY-NC-4.0",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.425",
3
+ "version": "0.187.426",
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",