feat: threat report enhancements, TUI improvements, and new utilities#2
Merged
Animesh-Sri-bugb merged 3 commits intomainfrom Feb 23, 2026
Merged
feat: threat report enhancements, TUI improvements, and new utilities#2Animesh-Sri-bugb merged 3 commits intomainfrom
Animesh-Sri-bugb merged 3 commits intomainfrom
Conversation
- Expand analyze pipeline: multi-tool LLM support, project context builder, code snippet extraction, and SARIF/report output in threat reports - Add src/analyze/tools.ts for LLM tool-call definitions - Add src/util/ansi.ts utility module - Enhance TUI commands: richer /model flow, exposures table, severity formatting (severityTextPad, fileLinkTrunc, cleanCliArtifacts) - Extend dashboard: computeExposures, improved HTML generation - Improve agents: launcher inline mode, annotate prompt builder, config helpers - Update parser/validate with additional diagnostics - Expand report.ts and format.ts with new helpers - Update docs/GUARDLINK_REFERENCE.md and docs/SPEC.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Restore missing TUI commands (cmdExposures, cmdShow, cmdScan) with lastExposures context tracking for exposure browsing and detail view - Fix Anthropic model IDs to use aliases instead of invalid snapshot dates that would 404 (claude-sonnet-4-6, claude-opus-4-6, etc.) - Remove empty src/util/ansi.ts placeholder (functionality in format.ts) - Dashboard: SVG nav icons, collapsible sidebar with localStorage state - Dashboard: restore mermaid diagram render trigger on first tab visit - Merge main into dev to preserve release.yml OIDC publishing fix Files: 6 changed, +184/-27 lines
Animesh-Sri-bugb
approved these changes
Feb 23, 2026
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.
What does this PR do?
Type
Checklist
npm run buildpassesnpm testpassesguardlink validate .passes (if annotations changed)Spec changes
N/A