@omniaibot/win-x64 1.1.6 → 1.4.0

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.
Files changed (53) hide show
  1. package/bin/omnibot-windows-x64/81d243bd2c585b0f4821__mypyc.pyd +0 -0
  2. package/bin/omnibot-windows-x64/VERSION +1 -1
  3. package/bin/omnibot-windows-x64/_asyncio.pyd +0 -0
  4. package/bin/omnibot-windows-x64/_bz2.pyd +0 -0
  5. package/bin/omnibot-windows-x64/_cffi_backend.pyd +0 -0
  6. package/bin/omnibot-windows-x64/_ctypes.pyd +0 -0
  7. package/bin/omnibot-windows-x64/_decimal.pyd +0 -0
  8. package/bin/omnibot-windows-x64/_hashlib.pyd +0 -0
  9. package/bin/omnibot-windows-x64/_lzma.pyd +0 -0
  10. package/bin/omnibot-windows-x64/_multiprocessing.pyd +0 -0
  11. package/bin/omnibot-windows-x64/_overlapped.pyd +0 -0
  12. package/bin/omnibot-windows-x64/_queue.pyd +0 -0
  13. package/bin/omnibot-windows-x64/_socket.pyd +0 -0
  14. package/bin/omnibot-windows-x64/_ssl.pyd +0 -0
  15. package/bin/omnibot-windows-x64/_uuid.pyd +0 -0
  16. package/bin/omnibot-windows-x64/_wmi.pyd +0 -0
  17. package/bin/omnibot-windows-x64/charset_normalizer/cd.pyd +0 -0
  18. package/bin/omnibot-windows-x64/charset_normalizer/md.pyd +0 -0
  19. package/bin/omnibot-windows-x64/{libcrypto-3-x64.dll → libcrypto-3.dll} +0 -0
  20. package/bin/omnibot-windows-x64/libffi-8.dll +0 -0
  21. package/bin/omnibot-windows-x64/libssl-3.dll +0 -0
  22. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/SKILL.md +16 -9
  23. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/references/command-reference.md +44 -29
  24. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/references/css-only-dropdown-js.md +50 -0
  25. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/references/debugging-and-evidence.md +23 -21
  26. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/references/fallback-operations.md +7 -52
  27. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/references/operation-patterns.md +12 -13
  28. package/bin/omnibot-windows-x64/omnibot/skills/omnibot/references/session-and-tabs.md +14 -14
  29. package/bin/omnibot-windows-x64/omnibot-windows-x64.exe +0 -0
  30. package/bin/omnibot-windows-x64/pyexpat.pyd +0 -0
  31. package/bin/omnibot-windows-x64/python3.dll +0 -0
  32. package/bin/omnibot-windows-x64/python312.dll +0 -0
  33. package/bin/omnibot-windows-x64/select.pyd +0 -0
  34. package/bin/omnibot-windows-x64/unicodedata.pyd +0 -0
  35. package/bin/omnibot-windows-x64/vcruntime140.dll +0 -0
  36. package/bin/omnibot-windows-x64/vcruntime140_1.dll +0 -0
  37. package/package.json +29 -29
  38. package/bin/omnibot-windows-x64/ffi.dll +0 -0
  39. package/bin/omnibot-windows-x64/libbz2.dll +0 -0
  40. package/bin/omnibot-windows-x64/libexpat.dll +0 -0
  41. package/bin/omnibot-windows-x64/liblzma.dll +0 -0
  42. package/bin/omnibot-windows-x64/libmpdec-4.dll +0 -0
  43. package/bin/omnibot-windows-x64/libssl-3-x64.dll +0 -0
  44. package/bin/omnibot-windows-x64/omnibot/SKILL.md +0 -189
  45. package/bin/omnibot-windows-x64/omnibot/references/anti-patterns.md +0 -37
  46. package/bin/omnibot-windows-x64/omnibot/references/command-reference.md +0 -605
  47. package/bin/omnibot-windows-x64/omnibot/references/debugging-and-evidence.md +0 -95
  48. package/bin/omnibot-windows-x64/omnibot/references/fallback-operations.md +0 -216
  49. package/bin/omnibot-windows-x64/omnibot/references/operation-patterns.md +0 -385
  50. package/bin/omnibot-windows-x64/omnibot/references/runtime-and-status.md +0 -111
  51. package/bin/omnibot-windows-x64/omnibot/references/session-and-tabs.md +0 -164
  52. package/bin/omnibot-windows-x64/python313.dll +0 -0
  53. package/bin/omnibot-windows-x64/zlib.dll +0 -0
@@ -1,111 +0,0 @@
1
- # Runtime and Status
2
-
3
- Use this file before troubleshooting. Runtime checks establish whether the daemon, extension, browser, visibility mode, license, and packaged skills are healthy.
4
-
5
- ## Startup Check
6
-
7
- Run this sequence before diagnosing browser failures:
8
-
9
- ```bash
10
- omnibot doctor
11
- omnibot status
12
- omnibot tabs
13
- omnibot visibility status
14
- omnibot browser current
15
- omnibot license status
16
- ```
17
-
18
- Interpretation:
19
-
20
- - `doctor` checks daemon and extension health.
21
- - `status` checks daemon status only (lighter than `doctor`).
22
- - `tabs` proves connected tabs are visible and provides tab ids.
23
- - `visibility status` shows whether automation is visible, background, dedicated-profile, or headless.
24
- - `browser current` shows current browser runtime ownership.
25
- - `license status` verifies license state.
26
-
27
- If the extension is not connected, open Chrome or Edge with the omnibot extension loaded and keep an HTTP/HTTPS page open.
28
-
29
- ## Daemon Lifecycle
30
-
31
- Top-level shortcuts:
32
-
33
- ```bash
34
- omnibot status # Show daemon status
35
- omnibot start # Start the daemon
36
- omnibot stop # Stop the daemon
37
- omnibot run # Run daemon in foreground
38
- ```
39
-
40
- Full form (also supported):
41
-
42
- ```bash
43
- omnibot daemon run
44
- omnibot daemon start
45
- omnibot daemon stop
46
- omnibot daemon status
47
- ```
48
-
49
- ## doctor
50
-
51
- ```bash
52
- omnibot doctor
53
- ```
54
-
55
- Use `doctor` first when commands fail, tabs are empty, screenshots fail, or the agent cannot reach the browser.
56
-
57
- ## tabs
58
-
59
- ```bash
60
- omnibot tabs
61
- ```
62
-
63
- Use `tabs` to discover tab ids. Save the target tab id and use it on every page-state command:
64
-
65
- ```bash
66
- OMNIBOT_SESSION_TOKEN=research omnibot snapshot -i --tab-id <TAB_ID>
67
- ```
68
-
69
- ## browser list/current
70
-
71
- ```bash
72
- omnibot browser list
73
- omnibot browser current
74
- ```
75
-
76
- Use browser status when multiple browser runtimes or agents may be active.
77
-
78
- ## visibility status
79
-
80
- ```bash
81
- omnibot visibility status
82
- ```
83
-
84
- Use visibility status to confirm whether automation should share the user's visible browser state. Headless and dedicated-profile modes do not automatically inherit user login.
85
-
86
- ## license status
87
-
88
- ```bash
89
- omnibot license status
90
- ```
91
-
92
- Use license status when runtime checks pass but features appear unavailable.
93
-
94
- ## skills path
95
-
96
- ```bash
97
- omnibot skills path
98
- ```
99
-
100
- Use skills path to locate packaged skills for installation or inspection.
101
-
102
- ## Skills Install
103
-
104
- ```bash
105
- omnibot skills install --agent hermes --profile nuwa
106
- omnibot skills install --agent opencode
107
- omnibot skills install --agent claude
108
- omnibot skills install --agent codex
109
- ```
110
-
111
- Install only when setting up or repairing an agent integration. It is not part of normal page operations.
@@ -1,164 +0,0 @@
1
- # Sessions and Tabs
2
-
3
- Sessions and tabs are core reliability concepts, not advanced usage.
4
-
5
- ## Session First
6
-
7
- `OMNIBOT_SESSION_TOKEN` is mandatory for every workflow.
8
-
9
- ```bash
10
- OMNIBOT_SESSION_TOKEN=research omnibot tabs
11
- OMNIBOT_SESSION_TOKEN=research omnibot snapshot -i --tab-id <TAB_ID>
12
- ```
13
-
14
- The same token keeps one workflow isolated. Different tokens prevent independent agents from sharing default state.
15
-
16
- ## Tab Explicit
17
-
18
- `--tab-id <TAB_ID>` is mandatory for every page-state command.
19
-
20
- ```bash
21
- OMNIBOT_SESSION_TOKEN=checkout omnibot get url --tab-id <TAB_ID>
22
- OMNIBOT_SESSION_TOKEN=checkout omnibot click --tab-id <TAB_ID> @e4
23
- OMNIBOT_SESSION_TOKEN=checkout omnibot get url --tab-id <TAB_ID>
24
- ```
25
-
26
- Do not rely on default tab, active tab, current tab, or previous targeting state.
27
-
28
- ## Explicit Targeting Model
29
-
30
- Page-state commands never infer a target tab. Always pass `--tab-id <TAB_ID>` for commands that read or mutate page state.
31
-
32
- Transport selection is internal. Omnibot may use any connected extension WebSocket to deliver extension-level commands, but that transport tab is never the page target.
33
-
34
- Do not use the first returned tab, `tabs[0]`, browser active tab, newest tab, or prior command state as a target.
35
-
36
- ## Transport Is Not Target
37
-
38
- Omnibot can send extension commands through any connected extension WebSocket tab. That transport tab is not the page target. The target is only the tab id passed in the command, for example `--tab-id edge-client:123`.
39
-
40
- Safe sequence:
41
-
42
- ```bash
43
- OMNIBOT_SESSION_TOKEN=research omnibot navigate https://example.com
44
- OMNIBOT_SESSION_TOKEN=research omnibot snapshot -i --tab-id edge-client:123
45
- OMNIBOT_SESSION_TOKEN=research omnibot click --tab-id edge-client:123 @e4
46
- OMNIBOT_SESSION_TOKEN=research omnibot wait --text "Saved" --tab-id edge-client:123
47
- ```
48
-
49
- Unsafe sequence:
50
-
51
- ```bash
52
- OMNIBOT_SESSION_TOKEN=research omnibot tabs
53
- OMNIBOT_SESSION_TOKEN=research omnibot snapshot -i
54
- ```
55
-
56
- The unsafe sequence has no target. Do not infer target from first tab, active tab, or prior operation.
57
-
58
- ## Safe Browser Test Cleanup
59
-
60
- Browser integration tests must only close tabs they created:
61
-
62
- 1. Record the list of existing tabs before creating fixtures.
63
- 2. Create a unique fixture tab per case.
64
- 3. Store the returned full tab id.
65
- 4. Pass that id to every page-state command.
66
- 5. Close only stored fixture ids in cleanup.
67
- 6. Verify user tabs remain present after the test.
68
-
69
- ## Why Both
70
-
71
- - Session = workflow isolation.
72
- - Tab ID = page targeting.
73
-
74
- Session alone does not prove which page receives a command. Tab ID alone does not isolate concurrent agents. Use both.
75
-
76
- ## Ref Scope
77
-
78
- `@eN` refs are tab-scoped.
79
-
80
- Never reuse `@eN` across tabs. Never assume a ref remains valid after navigation, reload, major DOM changes, or a different snapshot.
81
-
82
- ```bash
83
- OMNIBOT_SESSION_TOKEN=checkout omnibot snapshot -i --tab-id <TAB_ID>
84
- OMNIBOT_SESSION_TOKEN=checkout omnibot click --tab-id <TAB_ID> @e4
85
- OMNIBOT_SESSION_TOKEN=checkout omnibot snapshot -i --tab-id <TAB_ID>
86
- ```
87
-
88
- ## Multi-Agent Pattern
89
-
90
- Agent A:
91
-
92
- ```bash
93
- OMNIBOT_SESSION_TOKEN=research
94
- ```
95
-
96
- Agent B:
97
-
98
- ```bash
99
- OMNIBOT_SESSION_TOKEN=checkout
100
- ```
101
-
102
- Agent C:
103
-
104
- ```bash
105
- OMNIBOT_SESSION_TOKEN=debug
106
- ```
107
-
108
- Each agent must:
109
-
110
- 1. Set a stable token.
111
- 2. Discover or create a tab.
112
- 3. Save the tab id.
113
- 4. Pass `--tab-id <TAB_ID>` on every page-state command.
114
- 5. Run `snapshot` -> action -> verify, or `get/is` -> action -> `get/is`.
115
-
116
- Example:
117
-
118
- ```bash
119
- OMNIBOT_SESSION_TOKEN=research omnibot tab new https://example.com --label research
120
- OMNIBOT_SESSION_TOKEN=research omnibot get url --tab-id <TAB_ID>
121
- OMNIBOT_SESSION_TOKEN=research omnibot snapshot -i --tab-id <TAB_ID>
122
- ```
123
-
124
- ## No Implicit Targeting
125
-
126
- Omnibot does not provide a workflow-level current tab command. Every command that reads or changes page state must receive `--tab-id <TAB_ID>` in that command invocation.
127
-
128
- This prevents stale target state and cross-agent tab confusion.
129
-
130
- ## browser claim/release
131
-
132
- Use `browser claim` and `browser release` in multi-browser or multi-runtime scenarios where an agent must explicitly own or release a browser tab.
133
-
134
- ```bash
135
- OMNIBOT_SESSION_TOKEN=research omnibot browser list
136
- OMNIBOT_SESSION_TOKEN=research omnibot browser current
137
- OMNIBOT_SESSION_TOKEN=research omnibot browser claim 123
138
- OMNIBOT_SESSION_TOKEN=research omnibot snapshot -i --tab-id 123
139
- OMNIBOT_SESSION_TOKEN=research omnibot browser release 123
140
- ```
141
-
142
- Claiming does not replace `--tab-id`. It only documents or coordinates ownership.
143
-
144
- ## visibility
145
-
146
- Visibility controls where automation runs:
147
-
148
- - `visible`: controls the user's already-open real browser tabs and preserves visible session state.
149
- - `background`: avoids foregrounding tabs unless requested.
150
- - `dedicated-profile`: launches or uses a separate profile.
151
- - `headless`: uses a headless browser context.
152
- - `launch`: starts a dedicated-profile or headless browser with an explicit user data dir.
153
-
154
- Examples:
155
-
156
- ```bash
157
- omnibot visibility status
158
- omnibot visibility set visible
159
- omnibot visibility set background
160
- omnibot visibility set headless --user-data-dir /tmp/omnibot-headless
161
- omnibot visibility launch headless --user-data-dir /tmp/omnibot-headless
162
- ```
163
-
164
- Headless and dedicated-profile modes do not automatically share the user's current tabs or login state. Verify login state before assuming access.
Binary file