open-agents-ai 0.187.400 → 0.187.401

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
@@ -532526,7 +532526,7 @@ var init_status_bar = __esm({
532526
532526
  const decorateMenuButton = (cmd, label) => {
532527
532527
  const fg3 = buttonFg(cmd);
532528
532528
  const body = `▏ ${label} ▕`;
532529
- return linkify(cmd, `\x1B[4m\x1B[53m\x1B[38;5;${fg3}m${body}\x1B[24m\x1B[55m`);
532529
+ return linkify(cmd, `\x1B[53m\x1B[38;5;${fg3}m${body}\x1B[55m`);
532530
532530
  };
532531
532531
  const renderBtn = (cmd, label) => {
532532
532532
  const fg3 = buttonFg(cmd);
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.400",
3
+ "version": "0.187.401",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "open-agents-ai",
9
- "version": "0.187.400",
9
+ "version": "0.187.401",
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.400",
3
+ "version": "0.187.401",
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",