Back to home
Release notes

Changelog

Every release, improvement, and fix — in order. Updated with each deploy.

  1. Deep Dive WorkbenchMinor
    v0.6.0

    A dedicated workbench view for per-file deep dives, inline AI chat, and dependency graph exploration.

    • NewNew /workbench route with resizable three-panel layout (file tree · viewer · AI chat)
    • NewPer-file AI summary loaded on selection — no extra clicks required
    • NewInteractive dependency graph powered by D3 force simulation
    • NewOmniChat floating assistant available across all authenticated pages
    • ImprovedFile tree now remembers expanded state across navigation
    • ImprovedMermaid diagram rendering added to AI response output
    • FixedFixed double-navbar appearing on /workbench on initial load
  2. Cockpit DashboardMinor
    v0.5.0

    Project overview dashboard with repo cards, analysis history, and usage indicators.

    • NewDashboard with recent repos, analysis history, and quick-launch cards
    • NewUsage indicator showing daily Gemini token consumption
    • NewProject overview page with architecture summary and file stats
    • ImprovedLoading screen now shows live progress steps instead of a spinner
    • ImprovedAuth guard redirects unauthenticated users to sign-in seamlessly
    • FixedFixed session hydration flash on initial page load
    • FixedResolved occasional 500 on large monorepos with >5k files
  3. GitHub OAuth & Private ReposMinor
    v0.4.0

    Sign in with GitHub to analyze private repositories using OAuth or a personal access token.

    • NewGitHub OAuth sign-in via NextAuth — tokens are never persisted server-side
    • NewPrivate repo support using OAuth scope or PAT passed in the URL
    • NewPAT input in the analyze form — stored only in session memory
    • ImprovedAuth button shows user avatar and dropdown with sign-out
    • FixedFixed redirect loop when session expired mid-analysis
  4. Zip Upload & Offline ReposMinor
    v0.3.0

    Drop a .zip archive of any repository for fully server-side processing — no GitHub account required.

    • NewDrag-and-drop .zip upload — processed entirely server-side, never stored
    • NewSupport for monorepos with nested package.json / Cargo.toml workspaces
    • ImprovedFile tree now groups by directory with collapsible nodes
    • ImprovedImproved tokenizer for repos with mixed language file trees
    • FixedFixed crash on repos with symlinked directories in the zip
    • FixedBinary files (images, fonts) are now gracefully skipped
  5. AI Summary EngineMinor
    v0.2.0

    Gemini 2.5 Flash powers per-file summaries, repo-level architecture briefs, and Q&A.

    • NewPer-file AI summary using Gemini 2.5 Flash with streaming output
    • NewRepo-level architecture brief generated on analysis completion
    • NewQ&A mode — ask anything about the codebase in natural language
    • ImprovedPrompt templates tuned for TypeScript, Python, Go, and Rust repos
    • FixedFixed token overflow for files >4 000 lines by auto-chunking
  6. Public Beta LaunchBeta
    v0.1.0

    gitlore opens to the public. Paste any public GitHub URL and get an instant codebase breakdown.

    • NewCore repo ingestion pipeline — clones, parses, and indexes any public GitHub repo
    • NewFile tree viewer with syntax-highlighted source preview
    • NewInitial landing page with analyze form
    • NewBasic loading screen with progress feedback

That's everything so far. More coming soon.