omnius 1.0.500 → 1.0.501

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
@@ -744794,6 +744794,7 @@ ${entry.fullContent}`
744794
744794
  writeToNeovimOutput(` ${prefix} ${preview}\r
744795
744795
  `);
744796
744796
  } else {
744797
+ stream?.renderer.flushPendingLine?.();
744797
744798
  contentWrite(() => {
744798
744799
  renderToolResult(
744799
744800
  event.toolName ?? "unknown",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.500",
3
+ "version": "1.0.501",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.500",
9
+ "version": "1.0.501",
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.500",
3
+ "version": "1.0.501",
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",