omnius 1.0.291 → 1.0.292

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
@@ -614238,10 +614238,10 @@ ${c3.cyan(OMNIUS_FIRST_RUN_BANNER)}
614238
614238
  process.stdout.write(boxLine(`${indent}${c3.dim(line)}`));
614239
614239
  }
614240
614240
  };
614241
- const hLine = (ch) => ` ${c3.dim(ch + "─".repeat(boxW) + (ch === "" ? "" : ch === "├" ? "┤" : ""))}
614241
+ const hLine = (ch) => ` ${c3.dim(ch + "─".repeat(boxW) + (ch === "" ? "" : ch === "├" ? "┤" : ""))}
614242
614242
  `;
614243
614243
  process.stdout.write("\n");
614244
- process.stdout.write(hLine(""));
614244
+ process.stdout.write(hLine(""));
614245
614245
  process.stdout.write(boxLine(` ${c3.bold("Inference Capability")}`));
614246
614246
  process.stdout.write(hLine("├"));
614247
614247
  process.stdout.write(boxLine(` ${c3.bold("Overall")}`));
@@ -614272,7 +614272,7 @@ ${c3.cyan(OMNIUS_FIRST_RUN_BANNER)}
614272
614272
  process.stdout.write(` ${c3.dim("│")} ${icon} ${tag}${" ".repeat(notePad)}${note}${c3.dim("│")}
614273
614273
  `);
614274
614274
  }
614275
- process.stdout.write(hLine(""));
614275
+ process.stdout.write(hLine(""));
614276
614276
  process.stdout.write("\n");
614277
614277
  const canPause = process.stdout.isTTY && process.stdin.isTTY && process.env["CI"] !== "true" && process.env["OMNIUS_SETUP_AUTO_CONTINUE"] !== "1";
614278
614278
  if (canPause) {
@@ -629328,7 +629328,7 @@ async function handleSlashCommand(input, ctx3) {
629328
629328
  const bw = 30;
629329
629329
  process.stdout.write(
629330
629330
  `
629331
- ${c3.dim("┌──────────────────────────────────────────────────┐")}
629331
+ ${c3.dim("╭──────────────────────────────────────────────────╮")}
629332
629332
  `
629333
629333
  );
629334
629334
  process.stdout.write(
@@ -629411,7 +629411,7 @@ async function handleSlashCommand(input, ctx3) {
629411
629411
  );
629412
629412
  }
629413
629413
  process.stdout.write(
629414
- ` ${c3.dim("└──────────────────────────────────────────────────┘")}
629414
+ ` ${c3.dim("╰──────────────────────────────────────────────────╯")}
629415
629415
 
629416
629416
  `
629417
629417
  );
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.291",
3
+ "version": "1.0.292",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.291",
9
+ "version": "1.0.292",
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.291",
3
+ "version": "1.0.292",
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",