You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(marketplace): live progress indicator during search scan
A rare keyword search scans much of the catalog and can take tens of seconds on
a slow link — long enough to look hung. Search now reports progress: the client
gained an optional OnProgress(scanned) callback (invoked after each batch), and
`marketplace search` wires it to a "Searching marketplace… N items scanned"
line on stderr.
Gated: shown only when stderr is an interactive terminal and output isn't
--json, so pipes, CI, and JSON consumers stay clean. The line is cleared before
results are printed.
Tests: OnProgress fires monotonically and totals the items scanned; the CLI
gate returns no-op for --json and non-terminal writers. PTY smoke-tested.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments