Commit 921d465
authored
Add --query flag to kernel browsers list (#126)
And related test
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk: adds an optional list filter flag and passes it through to
the SDK, with a small unit test verifying param wiring.
>
> **Overview**
> Adds a new `--query` flag to `kernel browsers list` and threads it
through `BrowsersListInput` into `kernel.BrowserListParams.Query` so
list results can be searched (session/profile/proxy IDs).
>
> Adds a unit test ensuring the query value is passed to the underlying
`BrowsersService.List` call.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
64b55db. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent f22a08b commit 921d465
2 files changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| |||
2139 | 2143 | | |
2140 | 2144 | | |
2141 | 2145 | | |
| 2146 | + | |
2142 | 2147 | | |
2143 | 2148 | | |
2144 | 2149 | | |
| |||
2418 | 2423 | | |
2419 | 2424 | | |
2420 | 2425 | | |
| 2426 | + | |
2421 | 2427 | | |
2422 | 2428 | | |
2423 | 2429 | | |
2424 | 2430 | | |
2425 | 2431 | | |
2426 | 2432 | | |
| 2433 | + | |
2427 | 2434 | | |
2428 | 2435 | | |
2429 | 2436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
196 | 216 | | |
197 | 217 | | |
198 | 218 | | |
| |||
0 commit comments