open-agents-ai 0.187.202 → 0.187.203

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
@@ -315515,7 +315515,7 @@ body {
315515
315515
  background: #2a2a30;
315516
315516
  border: 1px solid #3a3a42;
315517
315517
  color: #b2920a;
315518
- padding: 8px 16px;
315518
+ padding: 10px 16px;
315519
315519
  border-radius: 3px;
315520
315520
  font-family: inherit;
315521
315521
  font-size: 0.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.202",
3
+ "version": "0.187.203",
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",