Skip to main content

Changelog

What's new in RepoInsight

Every release we ship — new features, improvements, and fixes — in chronological order. Newest on top.

  1. v0.12Release

    Features Lab, Stripe billing & unified Quality Score

    Five brand-new AI workflows, end-to-end Stripe checkout, and a single Quality Score that reads the same on the dashboard and the analytics page.

    • LabBlast Radius — paste a diff and see every file, test, and service it touches, ranked by risk.
    • LabOnboarding Simulator — generates a Day 1 / Week 1 / Month 1 plan from your actual codebase.
    • LabTribal Knowledge Capture — preserves engineering context before a senior developer walks out.
    • LabDependency Health Radar — flags packages where the maintainer's release cadence is slowing.
    • LabCodebase Time Machine — animated reconstruction of how any module evolved over the last 2 years.
    • BillingStripe subscription flow live for Free, Pro ($19/mo), Team ($49/mo), and Business (sales-led).
    • Billing/settings/billing page with plan limits, usage tracking, and the Stripe Customer Portal.
    • Status/status page with live system health, 90-day uptime bars, and incident history.
    • Sales/enterprise page for sales qualification with compliance badges and a contact form.
    • UIQuality Score unified across the dashboard and analytics — single source of truth, plain-English labels (Excellent / Good / Fair / Needs work / Poor).
    • IndexingPre-filter binaries and lockfiles before fetch, batch Postgres commits every 10 files, pre-warm the embedding model for a faster first-file progress signal.
    • WorkersConcurrency bumped 2 → 4.
    • AuthGitHub OAuth hides itself gracefully when unconfigured and returns an actionable 501 with setup instructions.
    • APINetwork errors surface actionable messages instead of raw 'Failed to fetch'.
  2. v0.11Release

    Teams & organizations

    Multi-tenant workspaces, invitations, and role-based access control land alongside the personal workspace flow.

    • OrgsMulti-tenant organizations — create shared workspaces for your team.
    • OrgsInvite teammates by email; tokens are valid for 7 days with a one-click accept flow.
    • AuthRole-based access control — owner, admin, member, with proper permission gates on every endpoint.
    • OrgsPersonal workspace auto-created on signup so solo users see no behaviour change.
    • UIOrganizations page with member management, role changes, and invitation tracking.
    • UI'g then o' keyboard shortcut jumps to organizations.
  3. v0.10Release

    Auto re-index on push

    GitHub webhooks keep every repo's analysis fresh — verified, deduplicated, and one-click to enable.

    • WebhooksGitHub integration — push to the default branch and RepoInsight re-indexes automatically.
    • SecurityHMAC-SHA256 signature verification on every delivery rejects forged requests.
    • WebhooksIdempotency via X-GitHub-Delivery — duplicate deliveries skip re-processing.
    • UIPer-repo webhook stats — see how many times auto-reindex has fired and when it last ran.
    • UIOne-click enable, secret rotation, and disable controls on the repo overview tab.
  4. v0.9Release

    Design system overhaul & command palette

    • UINew command palette (⌘K / Ctrl+K) — jump to any repo, page, or action in 2 keystrokes.
    • UIGlobal keyboard shortcuts (g+d, g+c, g+a, g+s) for power users.
    • UIResponsive sidebar with mobile drawer.
    • UIRepo detail page tabs collapse to a dropdown on mobile.
    • UIArchitecture diagram: zoom, pan, and fullscreen controls.
    • UIOnboarding tour for first-time users.
  5. v0.8Improvement

    Accessibility & polish

    • A11yWCAG AA color contrast compliance across all text.
    • A11ySkip-to-content link, proper focus states, and reduced-motion support.
    • UIToast notifications replace browser alerts.
    • UIConfirm dialogs replace browser confirms (with focus trap).
    • UISkeleton loaders on dashboard, analytics, and repo detail.
    • UI404 and error boundary pages.
  6. v0.7Release

    Security, onboarding & architecture reports

    • SecurityAI security scan finds hardcoded secrets, SQL injection, and XSS with CWE classifications.
    • Onboarding'New developer in 30 minutes' generator per repo.
    • ArchitectureAuto-drawn Mermaid diagrams of your codebase.
    • ReportsExport full reports to Markdown (security + quality + tasks + docs).
    • StorageAll AI artifacts now persist across sessions in the database.
  7. v0.6Improvement

    Better indexing & metadata

    • IndexingFile size limit raised from 500KB to 2MB.
    • IndexingIndexable extensions expanded from ~30 to 100+ (Kotlin, Elixir, Elm, Zig, Dart, and more).
    • IndexingIndexable filenames added (Dockerfile, Makefile, README, .gitignore, etc.).
    • GitHubStars, forks, and open-issue counts now refresh on every re-index.
    • QualityAutomatic quality score computed on indexing completion.
  8. v0.5Release

    Public repo support

    • ReposAnalyze any public GitHub repo without GitHub OAuth.
    • UIDashboard features one-click sample repos (Flask, Express, FastAPI).
    • UIRenamed 'Tech Debt' to 'Code Quality' for clarity.
    • UIPriority and difficulty tooltips on task badges.
  9. v0.4Release

    Persistent caching & chat memory

    • ChatRemembers the last selected repo across sessions.
    • AnalyticsRemembers the last selected repo.
    • StorageGenerated docs, code quality, security, onboarding, and architecture results all persist.
    • UIBlue-dot indicators on tabs surface unseen regenerated content.
  10. v0.3Release

    Task board & AI-generated tickets

    • TasksAI generates Jira-style engineering tasks from codebase analysis.
    • UIFilter by status (Open / In Progress / Done).
    • UIPriority, difficulty, and task-type badges.
    • TasksSuggested files per task.
  11. v0.2Release

    Anthropic Claude + local embeddings

    • AISwitched to Anthropic Claude for all AI features.
    • AILocal sentence-transformers embeddings (no API costs for indexing).
    • ChatAnswers now cite specific files and line ranges.
    • AnalyticsNew page with commit frequency, contributor load, and language breakdown.
  12. v0.1Release

    First public beta

    • ReposGitHub repo import and indexing pipeline.
    • ChatChat with your code.
    • DocsAuto-generated documentation.
    • AuthEmail and GitHub OAuth authentication.

Stay in the loop

We ship something every couple of weeks. Follow along on GitHub or kick the tires for free.