Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Add shareable public profile pages at /u/{username} with per-repo VCP
views at /u/{username}/repo/{repoSlug}. Includes a username system
(auto-populated from GitHub, editable), granular privacy settings for
controlling what's visible, server-rendered pages with OG metadata for
social sharing, and a settings page for managing public profile options.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Detect which AI coding tools (Claude, Copilot, Cursor, Aider, etc.) are used in commits via Co-Authored-By trailer parsing. Compute per-tool breakdowns, collaboration rates, and confidence levels. Display in repo VCPs, unified dashboard, and public profiles with a settings toggle. - Add AI_TOOL_REGISTRY (11 tools) and identifyAITool() to core engine - Add AIToolMetrics type, extractAIToolMetrics(), and cross-repo aggregation - Add ai_tools_json column to vibe_insights via migration - Store AI tool metrics in Inngest worker pipeline - Add VCPAIToolsSection component for repo, unified, and public VCPs - Add show_ai_tools toggle to public profile settings (default: on) - Add architecture doc, update PRD, methodology page, and pipeline docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
chore: release develop
Remove unused imports, variables, and destructured props. Replace `catch (e: any)` with `catch (e: unknown)` and proper type narrowing. Add eslint-disable comments for intentional patterns (satori img elements, hydration guards, mount-only useEffects). Type the OG image fonts array with exact literal types to satisfy @vercel/og FontOptions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Upgrade next 16.1.2 → 16.1.6 (3 high-severity CVEs: DoS via Image Optimizer, PPR memory consumption, RSC deserialization). Upgrade vitest ^1 → ^3 and add vite ^7 to resolve esbuild <=0.24.2 dev server vulnerability chain. Add root-level next override to ensure inngest transitive dependency uses patched version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Rename all internal package scopes from @vibed to @vibe-coding-profiler across package definitions, dependencies, imports, configs, and docs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Also fixes pre-existing typo "vide-coding" in main config. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
chore: release develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Changes
shareJsontoSharePropsfor exporting data. (2622244)Testing
Database Migrations
00XXX_name.sqlChecklist
npm run lint)npm run type-check)npm run build)Screenshots
Related Issues