Commit 7b35b0e
Fix --telemetry help text to match update merge semantics (#183)
## Summary
The telemetry CLI help and README still described the old/incorrect
contract. A per-category telemetry `update` merges into the session's
current selection (only categories you name change); only
`--telemetry=all`/`off` reset the whole config.
Docs-only/help-text; no behavior change.
## Test plan
CI
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation and CLI flag help text only; no code paths or API
behavior changed.
>
> **Overview**
> **Docs-only** alignment for browser telemetry on `browsers update` and
in the README—no runtime changes.
>
> The `--telemetry` flag help on `kernel browsers update` now states
that `--telemetry=all` **resets to the default set**, `--telemetry=off`
disables, and comma-separated categories **merge into the current
selection** (instead of replacing the whole config).
>
> The README **Browser Telemetry** section is updated the same way:
clearer examples for default/on/off and per-category capture, plus an
expanded `--categories` list for `telemetry stream` (`control`,
`connection`, `screenshot`, `captcha`, `monitor`, etc.).
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
e66b2f7. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a601bb2 commit 7b35b0e
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2331 | 2331 | | |
2332 | 2332 | | |
2333 | 2333 | | |
2334 | | - | |
| 2334 | + | |
2335 | 2335 | | |
2336 | 2336 | | |
2337 | 2337 | | |
| |||
0 commit comments