Commit 5effa47
pr 387 (#399)
* Initial commit with task details
Adding .gitkeep for PR creation (default mode).
This file will be removed when the task is complete.
Issue: #383
* fix(api): hide browser-connection MCP helpers from task manager
The Rust browser MCP helpers (`browser-connection` /
`docker-git-browser-connection`) run on an allocated pty, so
`hasInteractiveTty` classified each one as a visible `ssh` terminal.
That flooded the container task manager with many identical
`browser-connection --project ... --network container:...` rows
(issue #383).
Classify these helper processes as internal `system` tasks so they are
hidden by default (includeDefault=false) and only shown when system
processes are explicitly requested.
Fixes #383
* docs(api): add structured functional comment and fast-check property test for browser-helper classifier
- Replace prose comment above browserConnectionPattern with full
CHANGE/WHY/FORMAT THEOREM/PURITY/INVARIANT/COMPLEXITY block per
project conventions (CodeRabbit review on PR #399)
- Add fast-check property-based test covering bare and absolute-path
variants of browser-connection / docker-git-browser-connection:
∀ cmd ∈ helperCommands: hidden when includeDefault=false,
kind="system" when includeDefault=true
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: konard <drakonard@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 818af9e commit 5effa47
2 files changed
Lines changed: 49 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
58 | 95 | | |
59 | 96 | | |
60 | 97 | | |
| |||
0 commit comments