@omniaibot/win-x64 1.6.12 → 1.6.14

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.
@@ -1 +1 @@
1
- 1.6.12
1
+ 1.6.14
@@ -1,11 +1,13 @@
1
1
  ---
2
2
  name: omnibot
3
+ slug: omnibot
4
+ displayName: omnibot-智能体浏览器自动化工具
5
+ version: "2.4.0"
6
+ summary: 为 AI Agent 提供浏览器基础设施,连接真实 Chromium 浏览器进行页面读取、操作、导航和调试。
7
+ license: MIT
3
8
  description: Use when AI agents need to read, inspect, operate, navigate, debug, or verify browser state through the omnibot CLI and connected Chromium extension.
4
9
  compatibility: Requires omnibot v2 CLI daemon and the omnibot Chromium extension connected to 127.0.0.1:18765.
5
10
  allowed-tools: Bash
6
- metadata:
7
- author: omnibot
8
- version: "2.4.0"
9
11
  ---
10
12
 
11
13
  # Omnibot
@@ -45,30 +47,19 @@ This skill is an execution specification for agents. It is not a human command m
45
47
  - Parse JSON output from commands that return JSON.
46
48
  - Do not claim success without verification evidence.
47
49
 
48
- ### Runtime Provenance
50
+ ### Runtime
49
51
 
50
- Before an agent-driven test in a source checkout, verify the command provenance:
52
+ Use the installed `omnibot` command that is available to the user. Before an
53
+ agent-driven browser workflow, verify that the CLI is available and inspect the
54
+ relevant command help when needed:
51
55
 
52
56
  ```bash
53
57
  command -v omnibot
54
58
  omnibot --version
55
59
  ```
56
60
 
57
- If the current workspace contains `pyproject.toml` and the global command is not the workspace version, run the test commands as `uv run omnibot ...` (or use the workspace `.venv/bin/omnibot`) so the agent exercises the code under test. Do not infer command support from memory or from a different packaged version; run the relevant subcommand `--help` after selecting the runtime.
58
-
59
- For a source-checkout test, make this concrete before the first browser action:
60
- define the command prefix once:
61
-
62
- ```bash
63
- export OMNIBOT="uv run omnibot --no-start"
64
- ```
65
-
66
- stop any existing daemon, start the workspace daemon with
67
- `uv run python -m omnibot --api-port 18764 --ws-port 18765 daemon run`, and
68
- invoke every subsequent CLI command as `$OMNIBOT ...` (or the
69
- workspace `.venv/bin/omnibot --no-start ...`). Never use bare `omnibot` in that
70
- workflow, because it can auto-start the globally installed packaged daemon and
71
- silently test different code.
61
+ The CLI manages its local daemon automatically. Do not depend on a source
62
+ checkout, Python environment, repository files, or developer-only commands.
72
63
 
73
64
  ## Native Command Router
74
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniaibot/win-x64",
3
- "version": "1.6.12",
3
+ "version": "1.6.14",
4
4
  "description": "omnibot executable for Windows x64",
5
5
  "os": [
6
6
  "win32"