omnius 1.0.594 → 1.0.596

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/README.md CHANGED
@@ -30,6 +30,17 @@ omnius serve
30
30
 
31
31
  The daemon defaults to `http://127.0.0.1:11435`. Open the interactive API docs at `http://127.0.0.1:11435/docs`.
32
32
 
33
+ Register the native system tray indicator (Linux, macOS, and Windows x64):
34
+
35
+ ```bash
36
+ omnius tray install
37
+ omnius tray status
38
+ ```
39
+
40
+ The per-login indicator observes the daemon over loopback and provides health,
41
+ dashboard, logs, and explicit daemon controls. See the
42
+ [system tray guide](docs/guides/system-tray.md), including Ubuntu/GNOME setup.
43
+
33
44
  ## Agent Discovery
34
45
 
35
46
  The npm package ships its complete documentation and a machine-readable
@@ -41,6 +52,8 @@ omnius discover "bring your own inference"
41
52
  omnius show provider.anthropic
42
53
  omnius show provider.gemini
43
54
  omnius show tool.web-search
55
+ omnius discover "osint research"
56
+ omnius show capability.osint-research
44
57
  omnius capabilities --json
45
58
  ```
46
59
 
@@ -53,7 +66,9 @@ With the daemon running, the same discovery cascade is available at
53
66
  Start with [the discovery guide](docs/DISCOVERY.md) when integrating another
54
67
  agent or service. Use [bring-your-own inference](docs/guides/bring-your-own-inference.md)
55
68
  for provider protocols and keys, and [tools and web search](docs/guides/tools-and-web-search.md)
56
- for the distinction between direct tools and agent-bound tools.
69
+ for the distinction between direct tools and agent-bound tools. The
70
+ [categorized OSINT research guide](docs/guides/osint-research.md) documents
71
+ the local discover → exact expansion → explicit web-tool workflow.
57
72
 
58
73
  ## What Omnius Does
59
74
 
@@ -97,6 +112,7 @@ omnius serve
97
112
  | Tools and web search | [Tool discovery and invocation](docs/guides/tools-and-web-search.md) |
98
113
  | Terminal workflows | [TUI workflows](docs/guides/tui-workflows.md), [Slash commands](docs/reference/slash-commands.md) |
99
114
  | REST daemon | [REST reference](docs/reference/rest-api.md), [REST quickref](docs/rest/QUICKREF.md), [OpenAPI source](docs/rest/openapi-source.md) |
115
+ | System tray | [Cross-platform tray and Ubuntu setup](docs/guides/system-tray.md) |
100
116
  | Realtime voice chat | [Realtime guide](docs/guides/realtime.md) |
101
117
  | Sponsor and COHERE mesh | [Sponsor and COHERE guide](docs/guides/sponsor-and-cohere.md) |
102
118
  | Telegram bridge | [Telegram guide](docs/guides/telegram.md) |
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2
+ <circle cx="32" cy="32" r="29" fill="#111827" stroke="#38bdf8" stroke-width="4"/>
3
+ <path d="M14 32c6-12 12-12 18 0s12 12 18 0-12-12-18 0-12 12-18 0Z" fill="none" stroke="#e0f2fe" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
4
+ <circle cx="51" cy="51" r="9" fill="#f59e0b" stroke="#111827" stroke-width="4"/>
5
+ </svg>
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2
+ <circle cx="32" cy="32" r="29" fill="#111827" stroke="#64748b" stroke-width="4"/>
3
+ <path d="M14 32c6-12 12-12 18 0s12 12 18 0-12-12-18 0-12 12-18 0Z" fill="none" stroke="#cbd5e1" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
4
+ <circle cx="51" cy="51" r="9" fill="#64748b" stroke="#111827" stroke-width="4"/>
5
+ </svg>
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2
+ <circle cx="32" cy="32" r="29" fill="#111827" stroke="#22d3ee" stroke-width="4"/>
3
+ <path d="M14 32c6-12 12-12 18 0s12 12 18 0-12-12-18 0-12 12-18 0Z" fill="none" stroke="#e0f2fe" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
4
+ <circle cx="51" cy="51" r="9" fill="#22c55e" stroke="#111827" stroke-width="4"/>
5
+ </svg>