omnius 1.0.216 → 1.0.218

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.216",
3
+ "version": "1.0.218",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.216",
9
+ "version": "1.0.218",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
@@ -2260,9 +2260,9 @@
2260
2260
  }
2261
2261
  },
2262
2262
  "node_modules/bare-events": {
2263
- "version": "2.8.3",
2264
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.3.tgz",
2265
- "integrity": "sha512-HdUm8EMQBLaJvGUdidNNbqpA1kYkwNcb+MYxkxCLAPJGQzlv9J0C24h8V65Z4c5GLd/JEALDvpFCQgpLJqc0zw==",
2263
+ "version": "2.9.1",
2264
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.9.1.tgz",
2265
+ "integrity": "sha512-Z0oHEHAFDZkffN8Qc39zNZjQlMDkPJRyyyZieU1VH7u8c5S+qHZ2S8ixdKIAxEjfHO7FJxXmJWgteOghVanIsg==",
2266
2266
  "license": "Apache-2.0",
2267
2267
  "optional": true,
2268
2268
  "peerDependencies": {
@@ -2275,9 +2275,9 @@
2275
2275
  }
2276
2276
  },
2277
2277
  "node_modules/bare-fs": {
2278
- "version": "4.7.1",
2279
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
2280
- "integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
2278
+ "version": "4.7.2",
2279
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.2.tgz",
2280
+ "integrity": "sha512-aTvMFUWkBmjzKtEQMDGGDNF8bkfpD5N1b/FCwt7A3wrU4t1o/e/85Wzkluh6JlODCjqVESYCkQCdTXqZ9G7VFg==",
2281
2281
  "license": "Apache-2.0",
2282
2282
  "optional": true,
2283
2283
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.216",
3
+ "version": "1.0.218",
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",