open-agents-ai 0.175.0 → 0.177.0

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/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1932,4 +1932,6 @@ oa "analyze this project's SDLC health and set up documentation"
1932
1932
 
1933
1933
  ## License
1934
1934
 
1935
- MIT
1935
+ [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/)
1936
+
1937
+ Free for non-commercial use. For enterprise/commercial licensing, contact [zoomerconsulting.com](https://zoomerconsulting.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.175.0",
3
+ "version": "0.177.0",
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",
@@ -67,7 +67,7 @@
67
67
  "embedded-editor"
68
68
  ],
69
69
  "author": "robit-man",
70
- "license": "MIT",
70
+ "license": "CC-BY-NC-4.0",
71
71
  "scripts": {
72
72
  "preinstall": "node dist/preinstall.cjs"
73
73
  },