Changelog

New features, improvements and fixes shipped to Implera.

Dashboard improvements

  • Fixed Dashboard results display and data loading
  • Changed Score trend charts now show a single clear score line
  • Fixed Chart hover accuracy for reading exact values
  • Changed Improved Vercel timeout handling for large repositories
  • Fixed Real-time refresh when AI reviews complete

New accessibility and security patterns

  • Added New accessibility detection patterns for WCAG compliance
  • Added New security detection patterns for common vulnerabilities
  • Changed Merged findings lists for a unified view across deterministic and AI results
  • Fixed Accessibility review prompts for more accurate AI assessments

Testing infrastructure

  • Added API route tests for key endpoints
  • Added API key generation and validation tests
  • Added Domain analyser and scoring tests
  • Added Pattern detection unit tests for security and accessibility
  • Added Static analysis test coverage
  • Fixed Scoring tests aligned with product requirements

GitHub Action for CI/CD

  • Added Official GitHub Action for running quality checks in CI pipelines
  • Added Configurable per-domain quality gate thresholds
  • Changed Chart data increased from 10 to 30 data points for better trend visibility

PR quality gates

  • Added Pull request quality gate checks via GitHub Check Runs
  • Added PR review pages showing per-domain scores and findings
  • Added Configurable thresholds per domain for PR checks
  • Fixed Toggle control for enabling and disabling PR checks per project

API keys and Stripe billing

  • Added API key management for CI/CD integration
  • Added Stripe billing with free and Pro tiers
  • Added Monthly and annual billing in USD, GBP and EUR
  • Added Usage limits enforced per plan (analyses, projects, reviews)

AI-assisted specialist reviews

  • Added AI reviews across all 7 domains (security, architecture, testing, performance, dependencies, documentation, accessibility)
  • Added Background review processing via job queue
  • Added Finding dismissals with ownership verification
  • Added Review score breakdown showing AI vs deterministic contributions
  • Changed AI scores replace deterministic scores when available for more accurate assessment

Vulnerability scanning and webhooks

  • Added Dependency vulnerability scanning via the OSV database
  • Added Transitive dependency analysis through lockfile parsing
  • Added GitHub webhook support for automatic analysis on push
  • Added Triggered-by tracking to distinguish manual and automated analyses
  • Fixed Stale analysis banner clears when repository is updated

Analysis engine and project setup

  • Added 21-step deterministic analysis pipeline
  • Added 7-domain scoring (security, testing, architecture, maintainability, performance, dependencies, accessibility)
  • Added Project creation and GitHub repository linking
  • Added Repository branch selection for analysis
  • Added Score trend tracking over time
  • Changed Improved project setup wizard for first-time users

Initial launch

  • Added GitHub OAuth authentication
  • Added Project and repository management
  • Added Codebase quality scoring dashboard
  • Added Security pattern detection (secrets, dangerous APIs)
  • Added Interactive project navigation and sidebar