omnius 1.0.431 → 1.0.433

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.431",
3
+ "version": "1.0.433",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.431",
9
+ "version": "1.0.433",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
@@ -5388,9 +5388,9 @@
5388
5388
  }
5389
5389
  },
5390
5390
  "node_modules/node-abi": {
5391
- "version": "3.93.0",
5392
- "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.93.0.tgz",
5393
- "integrity": "sha512-Cu6yUpX5Iavugm8BeX7c0wgU9CvOqfd1yM6A1d2q2ZMjym7GjpASv2GdRcTq3Fx+Sb5OgBkEEpw4VnAbY6Y5RA==",
5391
+ "version": "3.94.0",
5392
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.94.0.tgz",
5393
+ "integrity": "sha512-W5ZNO5KRPB5TkYmGVD9F6YqhsglXJzE6etpbmT+f6EQElhiX/UTG551cnsRGvLG3fyZEg9HwaDmNmj5nwJ4z9g==",
5394
5394
  "license": "MIT",
5395
5395
  "dependencies": {
5396
5396
  "semver": "^7.3.5"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.431",
3
+ "version": "1.0.433",
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",