omnius 1.0.326 → 1.0.328

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.
@@ -51,6 +51,7 @@ pnpm docs:check
51
51
  | `POST` | `/api/embed` | Ollama-compatible embeddings alias |
52
52
  | `GET` | `/api/tags` | Ollama-compatible model tags |
53
53
  | `GET` | `/v1/chat/sessions` | Active chat sessions |
54
+ | `POST` | `/v1/chat/sessions/{id}/summarize` | Generate + cache an inference-based session title/summary |
54
55
  | `POST` | `/v1/chat/check-in` | Steering check-in for active chat |
55
56
 
56
57
  ## Agentic Runs
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.326",
3
+ "version": "1.0.328",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.326",
9
+ "version": "1.0.328",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
13
13
  "hasInstallScript": true,
14
14
  "license": "CC-BY-NC-4.0",
15
15
  "dependencies": {
16
- "aiwg": "2026.5.11",
17
- "glob": "^11.0.0",
18
- "ignore": "^6.0.2",
16
+ "aiwg": "2026.6.2",
17
+ "glob": "^13.0.6",
18
+ "ignore": "^7.0.5",
19
19
  "image-to-ascii": "file:vendor/image-to-ascii",
20
20
  "nats.ws": "1.30.3",
21
21
  "omnius-fabric": "^0.12.8",
22
22
  "open-agents-nexus": "1.17.3",
23
23
  "ws": "^8.20.0",
24
- "zod": "^3.24.1"
24
+ "zod": "^4.4.3"
25
25
  },
26
26
  "bin": {
27
27
  "omnius": "dist/launcher.cjs"
@@ -543,15 +543,6 @@
543
543
  "url": "https://github.com/sponsors/sindresorhus"
544
544
  }
545
545
  },
546
- "node_modules/@isaacs/cliui": {
547
- "version": "9.0.0",
548
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
549
- "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
550
- "license": "BlueOak-1.0.0",
551
- "engines": {
552
- "node": ">=18"
553
- }
554
- },
555
546
  "node_modules/@leichtgewicht/ip-codec": {
556
547
  "version": "2.0.5",
557
548
  "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
@@ -2214,9 +2205,9 @@
2214
2205
  }
2215
2206
  },
2216
2207
  "node_modules/aiwg": {
2217
- "version": "2026.5.11",
2218
- "resolved": "https://registry.npmjs.org/aiwg/-/aiwg-2026.5.11.tgz",
2219
- "integrity": "sha512-yDEmULWXCpYElV9rEzQMp781jmKE3b2+VoWmbrf1t2yms7yeXWZYH2Jq2bVkNcqSbHJ9LKby1wOSAh0b5hSKMA==",
2208
+ "version": "2026.6.2",
2209
+ "resolved": "https://registry.npmjs.org/aiwg/-/aiwg-2026.6.2.tgz",
2210
+ "integrity": "sha512-DlZwilKJajAoQldBadYmo5EqSSYGsn/mBnhIpzJVuQkarMR1h8w1szLTiBcL7kDJ3sGM3DPIt0fUVGZhvRa7tQ==",
2220
2211
  "license": "MIT",
2221
2212
  "dependencies": {
2222
2213
  "@modelcontextprotocol/sdk": "^1.24.0",
@@ -2261,21 +2252,13 @@
2261
2252
  }
2262
2253
  }
2263
2254
  },
2264
- "node_modules/aiwg/node_modules/glob": {
2265
- "version": "13.0.6",
2266
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
2267
- "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
2268
- "license": "BlueOak-1.0.0",
2269
- "dependencies": {
2270
- "minimatch": "^10.2.2",
2271
- "minipass": "^7.1.3",
2272
- "path-scurry": "^2.0.2"
2273
- },
2274
- "engines": {
2275
- "node": "18 || 20 || >=22"
2276
- },
2255
+ "node_modules/aiwg/node_modules/zod": {
2256
+ "version": "3.25.76",
2257
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
2258
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
2259
+ "license": "MIT",
2277
2260
  "funding": {
2278
- "url": "https://github.com/sponsors/isaacs"
2261
+ "url": "https://github.com/sponsors/colinhacks"
2279
2262
  }
2280
2263
  },
2281
2264
  "node_modules/ajv": {
@@ -3632,22 +3615,6 @@
3632
3615
  }
3633
3616
  }
3634
3617
  },
3635
- "node_modules/foreground-child": {
3636
- "version": "3.3.1",
3637
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
3638
- "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
3639
- "license": "ISC",
3640
- "dependencies": {
3641
- "cross-spawn": "^7.0.6",
3642
- "signal-exit": "^4.0.1"
3643
- },
3644
- "engines": {
3645
- "node": ">=14"
3646
- },
3647
- "funding": {
3648
- "url": "https://github.com/sponsors/isaacs"
3649
- }
3650
- },
3651
3618
  "node_modules/form-data": {
3652
3619
  "version": "4.0.6",
3653
3620
  "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
@@ -3828,24 +3795,17 @@
3828
3795
  "license": "MIT"
3829
3796
  },
3830
3797
  "node_modules/glob": {
3831
- "version": "11.1.0",
3832
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
3833
- "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
3834
- "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
3798
+ "version": "13.0.6",
3799
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
3800
+ "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
3835
3801
  "license": "BlueOak-1.0.0",
3836
3802
  "dependencies": {
3837
- "foreground-child": "^3.3.1",
3838
- "jackspeak": "^4.1.1",
3839
- "minimatch": "^10.1.1",
3840
- "minipass": "^7.1.2",
3841
- "package-json-from-dist": "^1.0.0",
3842
- "path-scurry": "^2.0.0"
3843
- },
3844
- "bin": {
3845
- "glob": "dist/esm/bin.mjs"
3803
+ "minimatch": "^10.2.2",
3804
+ "minipass": "^7.1.3",
3805
+ "path-scurry": "^2.0.2"
3846
3806
  },
3847
3807
  "engines": {
3848
- "node": "20 || >=22"
3808
+ "node": "18 || 20 || >=22"
3849
3809
  },
3850
3810
  "funding": {
3851
3811
  "url": "https://github.com/sponsors/isaacs"
@@ -4104,9 +4064,9 @@
4104
4064
  "license": "BSD-3-Clause"
4105
4065
  },
4106
4066
  "node_modules/ignore": {
4107
- "version": "6.0.2",
4108
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz",
4109
- "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==",
4067
+ "version": "7.0.5",
4068
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
4069
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
4110
4070
  "license": "MIT",
4111
4071
  "engines": {
4112
4072
  "node": ">= 4"
@@ -4773,21 +4733,6 @@
4773
4733
  "uint8arrays": "^5.1.0"
4774
4734
  }
4775
4735
  },
4776
- "node_modules/jackspeak": {
4777
- "version": "4.2.3",
4778
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
4779
- "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
4780
- "license": "BlueOak-1.0.0",
4781
- "dependencies": {
4782
- "@isaacs/cliui": "^9.0.0"
4783
- },
4784
- "engines": {
4785
- "node": "20 || >=22"
4786
- },
4787
- "funding": {
4788
- "url": "https://github.com/sponsors/isaacs"
4789
- }
4790
- },
4791
4736
  "node_modules/jose": {
4792
4737
  "version": "6.2.3",
4793
4738
  "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
@@ -5881,12 +5826,6 @@
5881
5826
  "url": "https://github.com/sponsors/sindresorhus"
5882
5827
  }
5883
5828
  },
5884
- "node_modules/package-json-from-dist": {
5885
- "version": "1.0.1",
5886
- "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
5887
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
5888
- "license": "BlueOak-1.0.0"
5889
- },
5890
5829
  "node_modules/pako": {
5891
5830
  "version": "1.0.11",
5892
5831
  "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
@@ -7593,9 +7532,9 @@
7593
7532
  }
7594
7533
  },
7595
7534
  "node_modules/zod": {
7596
- "version": "3.25.76",
7597
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
7598
- "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
7535
+ "version": "4.4.3",
7536
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
7537
+ "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
7599
7538
  "license": "MIT",
7600
7539
  "funding": {
7601
7540
  "url": "https://github.com/sponsors/colinhacks"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.326",
3
+ "version": "1.0.328",
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",
@@ -80,15 +80,15 @@
80
80
  "node": ">=22.0.0"
81
81
  },
82
82
  "dependencies": {
83
- "aiwg": "2026.5.11",
83
+ "aiwg": "2026.6.2",
84
84
  "omnius-fabric": "^0.12.8",
85
- "glob": "^11.0.0",
86
- "ignore": "^6.0.2",
85
+ "glob": "^13.0.6",
86
+ "ignore": "^7.0.5",
87
87
  "image-to-ascii": "file:vendor/image-to-ascii",
88
88
  "nats.ws": "1.30.3",
89
89
  "open-agents-nexus": "1.17.3",
90
90
  "ws": "^8.20.0",
91
- "zod": "^3.24.1"
91
+ "zod": "^4.4.3"
92
92
  },
93
93
  "bundledDependencies": [
94
94
  "image-to-ascii"