This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Commit 610d1cf
feat: Implement git branch change detection and analysis prompt
- Added method to monitor for branch changes.
- Implemented to check for cached analysis and prompt user for analysis if none exists.
- Introduced for daily code health checks, analyzing cache status and reminding users about uncommitted changes.
- Created a new worker for codebase analysis, handling file analysis, dependency detection, and complexity calculation.
- Updated to retrieve current git branch and commit hash using .
- Enhanced UI components for better styling and user experience.1 parent 666db40 commit 610d1cf
11 files changed
Lines changed: 901 additions & 793 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
235 | 240 | | |
236 | 241 | | |
237 | 242 | | |
| |||
0 commit comments