Tags give the ability to mark specific points in history as being important
-
v1.0.0-phase3.1-visualization
d12d8ad7 · ·Phase 3.1: Interactive Network Visualization Features: - Force-directed graph with react-force-graph-2d - Color-coded nodes (COG/Capability/Requirement/Vulnerability) - Interactive controls (zoom, pan, node selection) - 'What if?' simulation mode - PNG export functionality - Node highlighting and info panel - Network statistics overlay Perfect for visualizing COG hierarchies and analyzing single points of failure.
-
v1.0.0-phase2.4-ai
bb6591aa · ·Phase 2.4: AI-Powered COG Analysis Assistant Frontend integration complete: - AI COG identification with JP 3-0 validation - AI capability generation from COG descriptions - AI requirements extraction from capabilities - AI vulnerability assessment with exploitation methods Backend API endpoint /api/ai/cog-analysis required for full functionality. Frontend UI and handlers ready for backend integration.
-
-
-
-
v2.1.4-ai-model-fix
5af02cd1 · ·Fix AI timeline generation and evidence loading errors Critical Fixes: - Changed gpt-5-mini to gpt-4o-mini in generate-timeline API - Added temperature parameter (0.7) to all AI API calls - Fixed undefined evidence.forEach crash with null safety - Added DEFAULT_AI_MODEL environment variable support Resolves: - 500 error: 'No content returned from AI' - TypeError: undefined is not an object (evaluating 'evidence.forEach') Deployment: https://1d11f22a.researchtoolspy.pages.dev
-
v2.1.3-json-parse-fix
c2525bdb · ·Fix JSON parse errors with safe parsing utility - Created safeJSONParse utility function with error handling - Wrapped all JSON.parse calls in try-catch blocks - Protected frameworks/index.tsx (9 calls) - Protected GuestModeContext.tsx (2 calls) - Protected lib/ai/client.ts (1 call) - Protected lib/ai-deception-analysis.ts (1 call) - Added better error logging for debugging Fixes: JSON Parse error: Unexpected identifier 'object'
-
v2.1.0-content-intelligence
f192fe3e · ·Content Intelligence Tool v2.1.0 - Unified OSINT Analysis Platform
-
i18n-v0.5-dashboard-landing
bcea07bc · ·Phase 2.5: Complete translation of Dashboard and LandingPage
-
i18n-v0.4-phase2-ui-translation
1c012c66 · ·Phase 2: Complete UI translation for header and sidebar
-
i18n-v0.3-language-switcher
dd478537 · ·Phase 1: Language switcher component and integration complete
-
-
-
v0.7.0
f51383d9 · ·Version 0.7.0 - Branding and ACH Evidence Integration Features: - Scholarly badger mascot logo and complete branding - PWA manifest for installable web app - ACH evidence integration with Evidence Library - Inline evidence creation within ACH analysis - Seamless evidence scoring in ACH matrix Improvements: - Updated navigation (removed VRIO and Trend) - Consistent branding as 'Research Tools'
-
v1.0-ach-mvp
f10556d7 · ·ACH MVP Release - Analysis of Competing Hypotheses Complete implementation of ACH (Analysis of Competing Hypotheses) methodology: Features: - Full CRUD for ACH analyses with hypothesis management - Interactive matrix for scoring evidence against hypotheses - Logarithmic (Fibonacci) and linear scoring scales - Real-time analysis with total calculations - Evidence Library integration - Professional UI with statistics dashboard - Complete API backend with D1 database Components: - ACHPage: List view with search/filter - ACHAnalysisForm: Create/edit with hypothesis manager - ACHMatrix: Interactive scoring grid - ACHAnalysisPage: Analysis detail view Deployment: https://3a567b9b.researchtoolspy.pages.dev
-
-
ai-phase-3-advanced-features
65a7e777 · ·Phase 3: Batch generation, summarization, and question generation
-
-
-
v2.1.0
6d7a04d1 · ·Release v2.1.0: Entity Quick-Create & Evidence Integration Major Features: - Entity quick-create modal integrated into all frameworks - Complete evidence linking system (Phase 3) - Auto-linking of newly created entities - Evidence panel with risk aggregation Framework Coverage: - Starbursting, COG, PMESII-PT, DOTMLPF, DIME, VRIO - Stakeholder, Behavioral, Trend, Causeway, PEST, Deception Components Added: - EntityQuickCreate: unified creation modal - EvidenceLinker: evidence search and selection - EvidencePanel: evidence management sidebar - EvidenceBadge: risk visualization UI/UX Improvements: - Enhanced slider visibility - Reorganized navigation hierarchy - Source type generalization - Improved error handling Breaking Changes: None Backwards Compatible: Yes