All notable changes to this project are documented in this file.
Added this CHANGELOG.md, reconstructed from commit history. No code changes.
- Refine AI client, chat panel, and extension components.
- Add unit tests for code analyzer and diagnostics manager.
- Integrate VS Code mock files for the Jest testing environment.
- Update package configurations and lockfile dependencies.
- Initialize TypeScript-based VS Code extension boilerplate and Jest test suite configuration.
- Core AI orchestration layer:
AIClient,ContextBuilder,ProviderBenchmark. - Structural analysis modules:
RealtimeAnalyzer,DiagnosticsManager,QualityScorer. - Interactive UI components:
ChatPanel,SuggestionPanel,LearningPanel. - Version control utilities:
GitDiffAnalyzer,DiffApplier.