open-agents-ai 0.138.21 → 0.138.22

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -50075,7 +50075,8 @@ var init_braille_spinner = __esm({
50075
50075
  ];
50076
50076
  WAVE = [...DENSITY, ...DENSITY.slice(1, -1).reverse()];
50077
50077
  THEME_DEFAULT = {
50078
- ramp: [237, 60, 97, 97, 141, 141, 183, 183, 189],
50078
+ ramp: [237, 94, 130, 136, 172, 172, 178, 178, 214],
50079
+ // grey → amber → yellow (matches header)
50079
50080
  speed: 2
50080
50081
  };
50081
50082
  THEME_FILE = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.138.21",
3
+ "version": "0.138.22",
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",