Commit Graph

10 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
91b4697403 Add configurable default LLM provider and model preferences
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
2025-12-03 17:39:37 +00:00
copilot-swe-agent[bot]
c4eaf1718a Add bidirectional command capture - CLI commands now visible in dashboard
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
2025-12-03 15:22:10 +00:00
copilot-swe-agent[bot]
4e3cf99e04 Final code quality improvements: fix error handling and memory management
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
2025-12-03 13:00:34 +00:00
copilot-swe-agent[bot]
70fb291bf1 Address code review feedback: improve security, error handling, and documentation
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
2025-12-03 12:56:41 +00:00
copilot-swe-agent[bot]
fe6b3fa373 Add API endpoints for voice, nmap, explain, config, and LLM features
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
2025-12-03 12:52:09 +00:00
copilot-swe-agent[bot]
f49b63e7af Add backend modules and frontend components for StrikePackageGPT expansion
Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
2025-12-03 12:50:53 +00:00
c5e60476e2 chore: Remove accidental file 2025-12-01 08:32:51 -05:00
fecb4229b6 perf: Optimize network scan speed and defaults
- Change default scan type from 'os' to 'quick' (much faster)
- Add -T4 timing template for aggressive speed
- Add --min-hostgroup for parallel host scanning
- Remove slow OS detection from quick scan
- Add time estimates in UI: ping ~30s, quick ~1-3min, os ~5-15min
- Color-coded scan options by speed
- ping scan: fastest, just host discovery
- quick scan: top 100 ports, no OS detection
2025-11-28 15:40:53 -05:00
304d223a49 feat: Add Scan History tab with rescan capability
- New Scan History tab shows all past scans
- Each scan shows: tool, target, status, timestamp, findings count
- Rescan button to quickly re-run any previous scan with same settings
- Copy command button copies scan command to clipboard and terminal
- Clear All button to purge scan history
- Relative timestamps (e.g. '5 min ago', '2 hours ago')
- Status badges: running (yellow), completed (green), failed (red)
- Backend endpoints for clearing scan history
2025-11-28 14:55:29 -05:00
b9428df6df feat: Add HackGpt Enterprise features
- 6-Phase pentest methodology UI (Recon, Scanning, Vuln, Exploit, Report, Retest)
- Phase-aware AI prompts with context from current phase
- Attack chain analysis and visualization
- CVSS-style severity badges (CRITICAL/HIGH/MEDIUM/LOW)
- Findings sidebar with severity counts
- Phase-specific tools and quick actions
2025-11-28 10:54:25 -05:00