omnius 1.0.280 → 1.0.281

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
@@ -607749,8 +607749,8 @@ var init_status_bar = __esm({
607749
607749
  }
607750
607750
  this._sysClickZones = clickZones;
607751
607751
  }
607752
- const leftArrow = chrome.showPrev ? `\x1B]8;;omnius-cmd:header-prev\x07\x1B[38;5;${TEXT_DIM}m🭮\x1B]8;;\x07` : "";
607753
- const rightArrow = chrome.showNext ? `\x1B]8;;omnius-cmd:header-next\x07\x1B[38;5;${TEXT_DIM}m🭬\x1B]8;;\x07` : "";
607752
+ const leftArrow = chrome.showPrev ? `\x1B]8;;omnius-cmd:header-prev\x07\x1B[38;5;${TEXT_DIM}m➜\x1B]8;;\x07` : "";
607753
+ const rightArrow = chrome.showNext ? `\x1B]8;;omnius-cmd:header-next\x07\x1B[38;5;${TEXT_DIM}m➡\x1B]8;;\x07` : "";
607754
607754
  const hdrRow = layout().headerContent;
607755
607755
  let buf = "\x1B7";
607756
607756
  buf += `\x1B[${hdrRow};1H${PANEL_BG_SEQ}\x1B[2K`;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.280",
3
+ "version": "1.0.281",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.280",
9
+ "version": "1.0.281",
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.280",
3
+ "version": "1.0.281",
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",