omnius 1.0.363 → 1.0.364

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.363",
3
+ "version": "1.0.364",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.363",
9
+ "version": "1.0.364",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
@@ -2484,9 +2484,9 @@
2484
2484
  }
2485
2485
  },
2486
2486
  "node_modules/bare-os": {
2487
- "version": "3.9.2",
2488
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.2.tgz",
2489
- "integrity": "sha512-h530JsrkYi8518ZfR57GHaLoI5YzXkGGEV0Y+mf4KYPBn4OnNajiznwkDq7FgE+Vnmyss9Utnzi44y7sowiAXA==",
2487
+ "version": "3.9.3",
2488
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.3.tgz",
2489
+ "integrity": "sha512-fF4Q7QsyKVF5Rj0qvI8BgUNjqzC2JvQlpTaPLjVJVxYVUX5Zr9un+y3w1HmA4nNKdFmRBT8z/WmrjvXzXVerKQ==",
2490
2490
  "license": "Apache-2.0",
2491
2491
  "optional": true,
2492
2492
  "engines": {
@@ -2701,9 +2701,9 @@
2701
2701
  }
2702
2702
  },
2703
2703
  "node_modules/brace-expansion": {
2704
- "version": "5.0.6",
2705
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
2706
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
2704
+ "version": "5.0.7",
2705
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
2706
+ "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
2707
2707
  "license": "MIT",
2708
2708
  "dependencies": {
2709
2709
  "balanced-match": "^4.0.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.363",
3
+ "version": "1.0.364",
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",