omnius 1.0.744 → 1.0.745

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
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/dist/index.js
3
- size: 38418910 bytes
4
- sha256: b52dd1ccd977bcebfcb40e95297161e27916f80e5001ad6c6dec84c6d91205ab
3
+ size: 38450286 bytes
4
+ sha256: e8298c4ffeab6235a49fe30663830527f1c938fbc9a745cd6f950ce81a750d73
@@ -23519,7 +23519,7 @@
23519
23519
  "id": "command.memory",
23520
23520
  "kind": "command",
23521
23521
  "title": "/memory",
23522
- "summary": "Toggle memory visualizer - graph/episodes/concepts/timeline",
23522
+ "summary": "Open the interactive memory pixel map and provenance trace",
23523
23523
  "aliases": [
23524
23524
  "/memory",
23525
23525
  "memory",
@@ -23530,10 +23530,7 @@
23530
23530
  "command",
23531
23531
  "memory",
23532
23532
  "memory",
23533
- "graph",
23534
- "episodes",
23535
- "concepts",
23536
- "timeline"
23533
+ "legacy"
23537
23534
  ],
23538
23535
  "maturity": "stable",
23539
23536
  "layer": "memory",
@@ -23546,18 +23543,6 @@
23546
23543
  {
23547
23544
  "type": "tui",
23548
23545
  "target": "/memory"
23549
- },
23550
- {
23551
- "type": "rest",
23552
- "target": "/v1/commands/memory"
23553
- },
23554
- {
23555
- "type": "gateway-command",
23556
- "target": "/memory"
23557
- },
23558
- {
23559
- "type": "agent-tool-command",
23560
- "target": "/memory"
23561
23546
  }
23562
23547
  ],
23563
23548
  "references": [
@@ -23570,46 +23555,34 @@
23570
23555
  "signatures": [
23571
23556
  {
23572
23557
  "signature": "/memory",
23573
- "description": "Toggle memory visualizer - graph/episodes/concepts/timeline"
23574
- },
23575
- {
23576
- "signature": "/memory graph",
23577
- "description": "Show knowledge graph view"
23578
- },
23579
- {
23580
- "signature": "/memory episodes",
23581
- "description": "Show recent episodes view"
23558
+ "description": "Open the interactive memory pixel map and provenance trace"
23582
23559
  },
23583
23560
  {
23584
- "signature": "/memory concepts",
23585
- "description": "Show concept clusters view"
23586
- },
23587
- {
23588
- "signature": "/memory timeline",
23589
- "description": "Show temporal timeline view"
23561
+ "signature": "/memory legacy",
23562
+ "description": "Open the legacy list-based memory browser"
23590
23563
  }
23591
23564
  ],
23592
23565
  "subcommands": [
23593
- "graph",
23594
- "episodes",
23595
- "concepts",
23596
- "timeline"
23566
+ "legacy"
23597
23567
  ],
23598
23568
  "implementation_status": "implemented",
23599
23569
  "surfaces": {
23600
23570
  "tui": true,
23601
- "rest": true,
23602
- "gateway": true,
23603
- "agentTool": true
23571
+ "rest": false,
23572
+ "gateway": false,
23573
+ "agentTool": false
23604
23574
  },
23605
23575
  "safety": {
23606
- "userOnly": false,
23576
+ "userOnly": true,
23607
23577
  "destructive": false,
23608
23578
  "networked": false,
23609
23579
  "secretBearing": false,
23610
23580
  "profileGated": false
23611
23581
  },
23612
- "avoid_when": []
23582
+ "avoid_when": [
23583
+ "Calling it through the REST command proxy; this command is not REST-exposed",
23584
+ "Allowing an autonomous agent to invoke it without an explicit user action"
23585
+ ]
23613
23586
  },
23614
23587
  {
23615
23588
  "id": "command.metabolize",
package/docs/DISCOVERY.md CHANGED
@@ -330,7 +330,7 @@ Daemon equivalents are `GET /v1/discovery/bootstrap`, `GET /v1/discovery?q=<inte
330
330
  | `command.live` | /live | Open live sensor stream menu for video/audio context |
331
331
  | `command.livechat` | /livechat | Alias for /live chat, used by the top live button |
332
332
  | `command.mcp` | /mcp | Show MCP server/tool status and controls |
333
- | `command.memory` | /memory | Toggle memory visualizer - graph/episodes/concepts/timeline |
333
+ | `command.memory` | /memory | Open the interactive memory pixel map and provenance trace |
334
334
  | `command.metabolize` | /metabolize | Run memory maintenance: import deferred memory, prune episodes, compact graph stores |
335
335
  | `command.metrics` | /metrics | Show runtime metrics: tokens, context window, throughput, and tool usage |
336
336
  | `command.model` | /model | Select from available models |
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.744",
3
+ "version": "1.0.745",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.744",
9
+ "version": "1.0.745",
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.744",
3
+ "version": "1.0.745",
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/library.js",