|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.1.0-alpha.8](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.1.0-alpha.7...vibe-coding-profiler-v0.1.0-alpha.8) (2026-01-30) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* The `github_accounts` table has been renamed to `platform_connections`. All queries referencing `github_accounts` must be updated to use `platform_connections` with the additional `platform` column filter. |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* Add a new section outlining the code review protocol and checklist. ([069337c](https://github.com/devakone/vibe-coding-profiler/commit/069337c486c97d08a1f031a442c67851453ed712)) |
| 13 | +* add AI coding tool detection with per-tool metrics and VCP display ([f6fa433](https://github.com/devakone/vibe-coding-profiler/commit/f6fa4334108ec6e7d6f2411262e6097f5e6b5b8b)) |
| 14 | +* add foundational documentation and security measures ([d10c5c4](https://github.com/devakone/vibe-coding-profiler/commit/d10c5c4ca46a36bf006deee23776ae9b5a8ad7c6)) |
| 15 | +* add GitHub Actions workflow for security checks ([686ea44](https://github.com/devakone/vibe-coding-profiler/commit/686ea445bb53cce8e95f1e2c8ee3edeb08b2d6b0)) |
| 16 | +* add implementation tracker for Information Architecture Restructure ([15f99fb](https://github.com/devakone/vibe-coding-profiler/commit/15f99fb9928399ff9dc2e88f1f2447e28dc8d1d2)) |
| 17 | +* add multi-platform support for repositories and connections ([266a717](https://github.com/devakone/vibe-coding-profiler/commit/266a71713c6ab96865d170fd70bbdc9dee87ef27)) |
| 18 | +* add new persona aura images and update theme colors ([4ca44f2](https://github.com/devakone/vibe-coding-profiler/commit/4ca44f2d7613031b3af8d319d5d423586d40bed1)) |
| 19 | +* add Open Source Preparedness documentation ([6c1c40a](https://github.com/devakone/vibe-coding-profiler/commit/6c1c40a49b0eae29977aa1b71f1cde75b2be9231)) |
| 20 | +* add portable workflow templates ([e30ade0](https://github.com/devakone/vibe-coding-profiler/commit/e30ade074b94eda53266402a3aa9cd191e227f72)) |
| 21 | +* add public profile pages with username system and privacy controls ([6276317](https://github.com/devakone/vibe-coding-profiler/commit/62763172a04e982c24f1138e8291469bbefce050)) |
| 22 | +* **admin:** add admin dashboard with persona coverage analysis ([0de7f11](https://github.com/devakone/vibe-coding-profiler/commit/0de7f11fd45a781ca01a87bba0979870e980e22e)) |
| 23 | +* **admin:** add admin dashboard with users, jobs and diagnostics ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 24 | +* **admin:** add diagnostics page for persona rule coverage ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 25 | +* **admin:** add job management with status filtering ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 26 | +* **admin:** add LLM status page for admins (Phase 4) ([b84c8bb](https://github.com/devakone/vibe-coding-profiler/commit/b84c8bb20cebf65a62fd374b9d8c7fecfc0a03ac)) |
| 27 | +* **admin:** add user management with pagination and filtering ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 28 | +* **analysis:** add AI-generated narrative report with fallback ([270941d](https://github.com/devakone/vibe-coding-profiler/commit/270941de7c297705bce5f2a1bcebc583f37c5831)) |
| 29 | +* **analysis:** add history tracking and share card download ([ea777fc](https://github.com/devakone/vibe-coding-profiler/commit/ea777fc3caff191ebe4ae18f86997cb8dec39cee)) |
| 30 | +* **analysis:** add insights generation and display to analysis workflow ([98ed10e](https://github.com/devakone/vibe-coding-profiler/commit/98ed10ecabba0e325a671626840109e792f50d75)) |
| 31 | +* **analysis:** add jobs tab and polling for analysis status ([f5ad83b](https://github.com/devakone/vibe-coding-profiler/commit/f5ad83b6edcea31cd91027c2fa5df51309d74f0c)) |
| 32 | +* **analysis:** add methodology explanation to analysis reports ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 33 | +* **analysis:** add multi-agent workflow detection capabilities ([aee3728](https://github.com/devakone/vibe-coding-profiler/commit/aee3728b7492e4043fcc48a477143770158f9470)) |
| 34 | +* **analysis:** add PR metadata ingestion and workflow style detection ([f7bcc98](https://github.com/devakone/vibe-coding-profiler/commit/f7bcc98ab1972c61bc60dcfe0e04e198008027f7)) |
| 35 | +* **analysis:** add user avatar display and improve share UI ([4113213](https://github.com/devakone/vibe-coding-profiler/commit/4113213351e46fa9d32b97d110cf8942a987d990)) |
| 36 | +* **analysis:** build vibed insights experience ([9918787](https://github.com/devakone/vibe-coding-profiler/commit/9918787a2cf3490a2ae74dee1c569f8c7a57ade1)) |
| 37 | +* **api:** implement time-distributed commit sampling for GitHub analysis ([f6f6759](https://github.com/devakone/vibe-coding-profiler/commit/f6f675930fc0e5fb533c4e8191391ccdee576441)) |
| 38 | +* **auth:** add proxy middleware for protected routes and auth handling ([bf05b21](https://github.com/devakone/vibe-coding-profiler/commit/bf05b21e02383823d18ab3d78a170e70257a25e6)) |
| 39 | +* **auth:** improve user auth handling and metadata ([539e726](https://github.com/devakone/vibe-coding-profiler/commit/539e7260f2d016644e939b56e6ad59963191a2e8)) |
| 40 | +* **ci:** add test task to CI pipeline and turbo configuration ([8e53819](https://github.com/devakone/vibe-coding-profiler/commit/8e5381968bb488f589dc07fc48d3fad86352142c)) |
| 41 | +* **core:** add platform client abstraction for multi-platform support ([1b8c152](https://github.com/devakone/vibe-coding-profiler/commit/1b8c15274ab5316dd1fce21a64b6472984124519)) |
| 42 | +* **db:** add platform support and LLM usage tracking ([a82acb7](https://github.com/devakone/vibe-coding-profiler/commit/a82acb7ed4e4abb925d8d8fa7de8b065669c7cdb)) |
| 43 | +* **db:** enforce outputs requirement before marking analysis job as done ([0002396](https://github.com/devakone/vibe-coding-profiler/commit/00023969e73b6b4933612f533c09942eb8d3be92)) |
| 44 | +* enhance profile and analysis features with new UI and data ([9ead7ba](https://github.com/devakone/vibe-coding-profiler/commit/9ead7ba24d8c77abb406b70383b434473bdcbb1f)) |
| 45 | +* enhance profile sharing and versioning features ([411ba50](https://github.com/devakone/vibe-coding-profiler/commit/411ba506074e2d35c5ec0c07aff8f824a86ef96b)) |
| 46 | +* generate share images with detailed persona metrics ([404b273](https://github.com/devakone/vibe-coding-profiler/commit/404b2739b0cb973c749382dfde87cf2388e42b87)) |
| 47 | +* **header:** add methodology link to header and login page ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 48 | +* **home:** implement marketing landing page for unauthenticated users ([22626ef](https://github.com/devakone/vibe-coding-profiler/commit/22626ef297d7a1bcdb2751b532d32077353c5f3c)) |
| 49 | +* implement GitHub OAuth flow and analysis job system ([092e975](https://github.com/devakone/vibe-coding-profiler/commit/092e9753f70eb77e6735229b3db3034d8de9b3ca)) |
| 50 | +* implement PR metadata ingestion for multi-agent detection ([895230c](https://github.com/devakone/vibe-coding-profiler/commit/895230c1832bcca4bbb14c0efd74990e93a069a5)) |
| 51 | +* implement VCP component system with primitives, blocks, and utilities ([bc6abdd](https://github.com/devakone/vibe-coding-profiler/commit/bc6abdd8c577ecd9f4c3c2955fa421b4e182fddc)) |
| 52 | +* improve UI text and add repo caching ([40c0e02](https://github.com/devakone/vibe-coding-profiler/commit/40c0e02f355076a0f4029668d988543b73308c7c)) |
| 53 | +* **inngest:** add background job processing with Inngest integration ([2fb8b14](https://github.com/devakone/vibe-coding-profiler/commit/2fb8b144e756333ff8d8d69ce022d33971f1e76b)) |
| 54 | +* **insights:** add persona detection and enriched analysis data ([dec8f19](https://github.com/devakone/vibe-coding-profiler/commit/dec8f19d2a4ddd07da802bf84f2c996190e258d9)) |
| 55 | +* introduce new PRDs for information architecture, multi-agent detection, and LLM provider abstraction ([7929886](https://github.com/devakone/vibe-coding-profiler/commit/792988698317c87beb07a30eb7fce1e5b126ffe6)) |
| 56 | +* **jobs:** add jobs context for analysis notifications and unread counts ([f5793c4](https://github.com/devakone/vibe-coding-profiler/commit/f5793c4bd3829ac28d8ae8d0b3a359d1a0f09295)) |
| 57 | +* **llm:** add admin UI and unified LLM provider support ([0e9eb22](https://github.com/devakone/vibe-coding-profiler/commit/0e9eb225f53107ac8e0071931300104eb549c923)) |
| 58 | +* **llm:** add provider-agnostic LLM abstraction layer ([cccbd75](https://github.com/devakone/vibe-coding-profiler/commit/cccbd75742477beec844c384f60fd2da36096f8c)) |
| 59 | +* **llm:** add user API key management (Phase 2) ([0849f21](https://github.com/devakone/vibe-coding-profiler/commit/0849f21c2cbe976b85a88dd210120181f2ff29cb)) |
| 60 | +* **llm:** add user opt-in for LLM narratives with privacy controls ([4b595fd](https://github.com/devakone/vibe-coding-profiler/commit/4b595fd794b478a2daadb3e0454579ebfc4e0b21)) |
| 61 | +* **llm:** complete Phase 5 documentation and admin APIs ([a57fc2a](https://github.com/devakone/vibe-coding-profiler/commit/a57fc2a4ef55ee43fd4e03048f572062263d5439)) |
| 62 | +* **llm:** implement free tier and key resolution (Phase 3) ([a296804](https://github.com/devakone/vibe-coding-profiler/commit/a296804ad63c93b0eb157e094e5f7b2a7d9b6f46)) |
| 63 | +* **llm:** read platform LLM config from database instead of env vars ([b0359b4](https://github.com/devakone/vibe-coding-profiler/commit/b0359b46f91dd132bd447acb7cd35cdcd4d92fc2)) |
| 64 | +* **login:** add security and home links to login page ([22626ef](https://github.com/devakone/vibe-coding-profiler/commit/22626ef297d7a1bcdb2751b532d32077353c5f3c)) |
| 65 | +* **methodology:** add methodology page explaining persona computation ([be6bf6d](https://github.com/devakone/vibe-coding-profiler/commit/be6bf6dad5b4dd8a05b0734243c3b06358bdf1d5)) |
| 66 | +* multi-platform repository integration ([ff0a993](https://github.com/devakone/vibe-coding-profiler/commit/ff0a99388238d02e246553559e96bb655324a939)) |
| 67 | +* **notifications:** add notification dropdown to header ([aadc064](https://github.com/devakone/vibe-coding-profiler/commit/aadc064c2e26ae654e228f1e69912282863a8061)) |
| 68 | +* **oauth:** add GitLab and Bitbucket OAuth support ([75a5009](https://github.com/devakone/vibe-coding-profiler/commit/75a500931dafcd5780acf9b4376a471d4e5d7c2e)) |
| 69 | +* **platforms:** add API endpoints and UI for managing platform connections ([b8a2948](https://github.com/devakone/vibe-coding-profiler/commit/b8a294825156a7954f815408cf297ce530f54007)) |
| 70 | +* **platforms:** implement Bitbucket and GitLab API clients ([0692731](https://github.com/devakone/vibe-coding-profiler/commit/06927315459b77397b11acffc4d6d2f3f1a6a7a5)) |
| 71 | +* **profile:** add LLM-generated narrative support for profiles ([00e2226](https://github.com/devakone/vibe-coding-profiler/commit/00e2226ce012bb864137e6b4375d8a5edad3adf0)) |
| 72 | +* **profile:** implement user profile aggregation and UI ([824d28a](https://github.com/devakone/vibe-coding-profiler/commit/824d28a28dcc94a8f2826d2bba86fa03c01effce)) |
| 73 | +* **profile:** improve persona detection and add debug endpoint ([d3d602f](https://github.com/devakone/vibe-coding-profiler/commit/d3d602f76a665e1f7bcc4579d59557e96aa7b25e)) |
| 74 | +* **profile:** rebuild user profile when missing analysis job ([14b1925](https://github.com/devakone/vibe-coding-profiler/commit/14b19259cc04fd71b74e785cdec62dc7175561a1)) |
| 75 | +* rebrand from Bolokono to Vibed Coding ([f9074cb](https://github.com/devakone/vibe-coding-profiler/commit/f9074cb5739891e4e9bcee4b2e9c6fe6a76bbc71)) |
| 76 | +* reorder settings tabs and add `shareJson` to `ShareProps` for exporting data. ([2622244](https://github.com/devakone/vibe-coding-profiler/commit/262224426c00c8ec06ed7d3f86d34d76ea3bc163)) |
| 77 | +* **repos:** add command palette and popover UI components ([7422975](https://github.com/devakone/vibe-coding-profiler/commit/7422975d043511dedde574a9c80c17083772330b)) |
| 78 | +* restructure as Turborepo monorepo ([12662f7](https://github.com/devakone/vibe-coding-profiler/commit/12662f7df45e9fbda5eaecad00c2a6d463710ca2)) |
| 79 | +* **security:** create new security page with data handling details ([22626ef](https://github.com/devakone/vibe-coding-profiler/commit/22626ef297d7a1bcdb2751b532d32077353c5f3c)) |
| 80 | +* **settings/repos:** improve UX with platform filtering and simplified view ([61db163](https://github.com/devakone/vibe-coding-profiler/commit/61db163a2006046a0fe99d9a3b57fa66b6eec480)) |
| 81 | +* **settings:** add platforms page and extract settings tabs component ([29f9082](https://github.com/devakone/vibe-coding-profiler/commit/29f9082110f790e84d6995c7d1781f5fc63797cb)) |
| 82 | +* **share:** implement multi-platform share functionality with responsive assets ([eac3781](https://github.com/devakone/vibe-coding-profiler/commit/eac3781a4c11faaacd7d4f127ccc4c7058670b35)) |
| 83 | +* **supabase:** enable GitLab and Bitbucket OAuth providers locally ([36229c8](https://github.com/devakone/vibe-coding-profiler/commit/36229c8ac875c28d87eebc9d33396ad0be5e1055)) |
| 84 | +* **toast:** add toast notifications for repo analysis and connection ([342a1dd](https://github.com/devakone/vibe-coding-profiler/commit/342a1dd72919242595a5584b5c4839b68526e426)) |
| 85 | +* **ui:** add app header, theme system, and analysis page ([99e08d3](https://github.com/devakone/vibe-coding-profiler/commit/99e08d3fc4379286aa3db2014bfc54eae68c14fe)) |
| 86 | +* **ui:** improve label formatting for metrics and rules ([8a38657](https://github.com/devakone/vibe-coding-profiler/commit/8a38657236bcb9e39a588f1155698c13cc3ca242)) |
| 87 | +* **ui:** update dark theme styles and enhance analysis page ([2e6a6ca](https://github.com/devakone/vibe-coding-profiler/commit/2e6a6caab2d85bc1811b5ecd38e0e93d3ce58691)) |
| 88 | +* unify repo management for multiple platforms ([d22dd27](https://github.com/devakone/vibe-coding-profiler/commit/d22dd279be5011deb00aaf6126dbe8ea01f9c14c)) |
| 89 | +* update ShareCard component to incorporate persona aura backgrounds and icons ([ad2d4a0](https://github.com/devakone/vibe-coding-profiler/commit/ad2d4a0db7b50a8f1299a05734e5ad93c58a5a68)) |
| 90 | +* **vcp:** add unified and repo VCP display components (P3) ([b6a6179](https://github.com/devakone/vibe-coding-profiler/commit/b6a617948ff68601f7b468edaa374cfd79c88004)) |
| 91 | +* **web:** add agents.txt and robots.txt files, update branding to "Vibe Coding Profiler" ([0afc2c8](https://github.com/devakone/vibe-coding-profiler/commit/0afc2c864b9b1a7fce79d7d5fddbf60c2a7a2490)) |
| 92 | +* **web:** add new aura backgrounds and update persona aura structure ([3590f97](https://github.com/devakone/vibe-coding-profiler/commit/3590f97b9690ff59feb3f50b38de23d06b6be1c1)) |
| 93 | +* **web:** add share endpoint for analysis insights ([99e356d](https://github.com/devakone/vibe-coding-profiler/commit/99e356d70c397993ed77fa025801eafac1a9d432)) |
| 94 | +* **web:** add tooltip component and integrate into VCP sections ([699433c](https://github.com/devakone/vibe-coding-profiler/commit/699433c0f1a3fcae572d58133594d1e9223f6ebb)) |
| 95 | +* **web:** enhance Open Graph metadata and add dynamic OG image generation ([6b68e45](https://github.com/devakone/vibe-coding-profiler/commit/6b68e455263114fd4fb2a37bb7335270c612fdca)) |
| 96 | +* **web:** enhance sharing features with LLM-generated taglines ([ef3b589](https://github.com/devakone/vibe-coding-profiler/commit/ef3b589a6cdf71485c2ebef11f20a4692a49be13)) |
| 97 | +* **web:** enhance user profile sharing and navigation updates ([85ed9a2](https://github.com/devakone/vibe-coding-profiler/commit/85ed9a215cc9bd7b2a4a466a586a093614a33638)) |
| 98 | +* **web:** implement P2 navigation & routes restructure ([9ad5734](https://github.com/devakone/vibe-coding-profiler/commit/9ad5734ab6b462e576e81aba39051fb438b4484f)) |
| 99 | +* **web:** implement redirects and update internal links for improved navigation ([a4ce715](https://github.com/devakone/vibe-coding-profiler/commit/a4ce7153c638383b2949601052877d7aef111784)) |
| 100 | +* **web:** integrate QR code generation and vertical story download feature ([975239d](https://github.com/devakone/vibe-coding-profiler/commit/975239d3b4c683c64a4c083658289ac1840d6c0f)) |
| 101 | +* **web:** refactor AnalysisClient to integrate new VCP components ([f2d2621](https://github.com/devakone/vibe-coding-profiler/commit/f2d26211218a4f5d5b17b038db29bfde009edb3b)) |
| 102 | +* **web:** refactor layout to improve component structure and user experience ([eb88fec](https://github.com/devakone/vibe-coding-profiler/commit/eb88fecfa519b1e9b203c7d1b28d701f0c331a21)) |
| 103 | +* **web:** update navigation labels and enhance analysis insights ([17af33d](https://github.com/devakone/vibe-coding-profiler/commit/17af33d3a0a7adfa16210a6c8118dd448aded274)) |
| 104 | +* **worker:** add health server and env file loading ([f742760](https://github.com/devakone/vibe-coding-profiler/commit/f742760bbe77cfa9f641a3b45ba78758047909a9)) |
| 105 | +* **worker:** support multiple git platforms in fallback worker ([7fc5b95](https://github.com/devakone/vibe-coding-profiler/commit/7fc5b951a2f337e33376ee8ae5b1b4cf0585b7e5)) |
| 106 | + |
| 107 | + |
| 108 | +### Bug Fixes |
| 109 | + |
| 110 | +* address code review observations for multi-platform integration ([3d67b0f](https://github.com/devakone/vibe-coding-profiler/commit/3d67b0f93dbddeab5c4ca176401d0f4b3a5d0f38)) |
| 111 | +* correct import path for tw-animate-css ([7b9dfb6](https://github.com/devakone/vibe-coding-profiler/commit/7b9dfb6ec09af21c2e9cb5a41299c6ef9abd4122)) |
| 112 | +* fix JSON export functionality for profile share data. ([02d170c](https://github.com/devakone/vibe-coding-profiler/commit/02d170c08dc1f0e580037c7a342bd1a30a8be8d2)) |
| 113 | +* handle object format for narrative highlights in UnifiedInsightSection ([bc9686a](https://github.com/devakone/vibe-coding-profiler/commit/bc9686aac4ae5b7adca1b725d63e227549fef4d0)) |
| 114 | +* **privacy:** remove commit message content from narrative analysis ([deb205e](https://github.com/devakone/vibe-coding-profiler/commit/deb205e297c4b3a72b67a9ab423d02cb28e6c324)) |
| 115 | +* rename root package name to vibe-coding-profiler ([5309ed0](https://github.com/devakone/vibe-coding-profiler/commit/5309ed067d6276965ddf49a8acb2b11b0d34e3f8)) |
| 116 | +* resolve all lint errors and type issues across codebase ([78d96a6](https://github.com/devakone/vibe-coding-profiler/commit/78d96a6ee602017b3d9a5329dfbcec31a817c93e)) |
| 117 | +* resolve all npm audit vulnerabilities ([6d5d2b5](https://github.com/devakone/vibe-coding-profiler/commit/6d5d2b531a023f4644d300a3806c2627bf330191)) |
| 118 | +* resolve hydration mismatch in NotificationDropdown ([f987526](https://github.com/devakone/vibe-coding-profiler/commit/f98752674e1e81f9f5a43e173a01d4b42ff67017)) |
| 119 | +* update release-please component name to vibe-coding-profiler ([1e62857](https://github.com/devakone/vibe-coding-profiler/commit/1e6285794fa31e472aaacb44e2441f0bc51ff8a9)) |
| 120 | +* **web:** update branding from "vibed.app" to "vibe-coding-profiler.com" ([852cfc5](https://github.com/devakone/vibe-coding-profiler/commit/852cfc511c21b1c40ba29a310668d7686e9af533)) |
| 121 | +* **worker:** handle supabase upsert errors in job processing ([52d72d7](https://github.com/devakone/vibe-coding-profiler/commit/52d72d7b6669c02b6f9c4ca17888edcf17e049e3)) |
| 122 | + |
3 | 123 | ## [0.1.0-alpha.7](https://github.com/devakone/vibe-coding-profiler/compare/vibed-coding-v0.1.0-alpha.6...vibed-coding-v0.1.0-alpha.7) (2026-01-30) |
4 | 124 |
|
5 | 125 |
|
|
0 commit comments