Commit bd8b77a
GitLab CI
release: v0.9.1 — CLI client, GitHub Pages docs, platform guide
New Features:
- CLI client commands for serve API (nav, snap, screenshot, tap,
type, key, eval, title, text, hover, upload, tools, call, wait)
- GitHub Pages documentation site with auto-deploy workflow
- Comprehensive AI platform integration guide in README
Documentation:
- docs/CLI_CLIENT.md: Full CLI client reference with scripting examples
- docs/site/index.html: Static documentation site for GitHub Pages
- Updated IDE_SETUP.md with OpenClaw serve mode and Continue.dev
- README: 'Use with AI Platforms' section (MCP + HTTP serve modes)
Bug Fixes (included from recent commits):
- Chrome WebSocket 403 Forbidden (Origin header)
- Domain-based tab matching (never hijack unrelated tabs)
- PUT for /json/new (Chrome 145+ compatibility)
Version: 0.9.0 → 0.9.11 parent d954166 commit bd8b77a
File tree
20 files changed
+1263
-18
lines changed- .github/workflows
- docs
- site
- intellij-plugin
- src/main/resources/META-INF
- lib/src/cli
- packaging/npm
- dart
- sdks
- android
- electron
- kmp
- react-native
- skills/e2e-testing
- vscode-extension
20 files changed
+1263
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
1 | 21 | | |
2 | 22 | | |
3 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
121 | 199 | | |
122 | 200 | | |
123 | 201 | | |
| |||
177 | 255 | | |
178 | 256 | | |
179 | 257 | | |
180 | | - | |
| 258 | + | |
181 | 259 | | |
182 | 260 | | |
183 | 261 | | |
| |||
309 | 387 | | |
310 | 388 | | |
311 | 389 | | |
312 | | - | |
| 390 | + | |
313 | 391 | | |
314 | 392 | | |
315 | 393 | | |
| |||
362 | 440 | | |
363 | 441 | | |
364 | 442 | | |
365 | | - | |
| 443 | + | |
366 | 444 | | |
367 | 445 | | |
368 | 446 | | |
| |||
0 commit comments