Feature/scan parallel subagent default#16
Merged
Conversation
Community signals card now reflects only external community: - URL host is authoritative for platform across all report parse paths (markdown blocks/tables, JSON items/conversations/team_member_mentions) plus a byline-URL extractor, so a mislabeled x.com post no longer shows under LinkedIn. - Microsoft team members and owned/brand channels are excluded entirely from Community signals and the Creators card (not just bucketed to an 'official' side). New product-actor matcher in the index stamps isProduct on items + authors; /api/authors filters them by default. - Handle-aware author classification (per-platform aliases + handle-from-URL) so employees posting under a bare handle are recognized. Needs-reply card is now actionable: a 'Help me reply' button expands an inline AI brief (why it matters, talking points, copy-ready draft) via the new /api/reply/suggest endpoint + reply-suggest.js, instead of navigating to a dead-end view. Conversations timeframe gains 'Last 7 days' and a custom from/to date range. Also removes the unused scout-replay prompt.
Each sentiment pill on the Community-signals card (advocates / neutral / mixed / critical / unclassified) is now a button that jumps to Conversations pre-filtered to that sentiment, scoped to match the card (community-only, last 30 days, open rows). Adds an Unclassified option to the Conversations sentiment filter and hover/focus affordances on the pills.
Drop the hover translate/lift and the font shorthand reset so the pills keep their exact resting size and only change background + shadow on hover (no layout shift). Buttons inherit just font-family/line-height, preserving the .pill 0.85rem sizing.
New content-sites platform scrapes Microsoft Tech Community, DZone, C# Corner, and Hashnode from the logged-in browser, fixing the login wall / anti-bot 403 / RSS 500 / tag-RSS 404 that made these sources skip on the API/RSS path. Results merge into one *-content-sites.json Layer 0 sidecar (subSource per site) that /scout-scan ingests into the content sections. launch-edge.mjs opens a Tech Community sign-in tab; the web UI browser dropdown preselects Edge when installed to avoid attaching to the user's everyday default browser. Docs + CHANGELOG 0.24.0 updated.
… secrets redactSecrets now catches lowercase/dashed labels (password:, api-key=), query-string secrets, and natural-language phrases like password-is and token-was, in addition to the SCREAMING_CASE env-var pattern. Adds covering tests.
A stale duplicate .dash-social-summary rule forced display:flex/wrap, so on wide screens the grid strip and pills sat side by side and flex align-items:stretch stretched the pills to the strip height (rendering as tall ovals via border-radius:999px). Removed the stale rule so the summary stacks (strip above, pills below) and added align-items:center on .dash-sent-pills as a safeguard so pills keep their natural height regardless of container.
…default; add gate-before-fetch ordering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.