omnius 1.0.313 → 1.0.314

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.
package/dist/index.js CHANGED
@@ -580791,6 +580791,8 @@ ${result}`
580791
580791
  return true;
580792
580792
  if (/NATS.*timeout|relay.*timeout|invoke.*timeout/i.test(msg))
580793
580793
  return true;
580794
+ if (/maximum context length|context length|Please reduce/i.test(msg))
580795
+ return true;
580794
580796
  return false;
580795
580797
  }
580796
580798
  isGpuSlotUnavailableError(err) {
@@ -583018,6 +583020,8 @@ var init_cascadeBackend = __esm({
583018
583020
  return true;
583019
583021
  if (/remote inference failed|timed out/i.test(msg))
583020
583022
  return true;
583023
+ if (/maximum context length|context length|Please reduce/i.test(msg))
583024
+ return true;
583021
583025
  return false;
583022
583026
  }
583023
583027
  /**
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.313",
3
+ "version": "1.0.314",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.313",
9
+ "version": "1.0.314",
10
10
  "bundleDependencies": [
11
11
  "image-to-ascii"
12
12
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.313",
3
+ "version": "1.0.314",
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",