Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 916 Bytes

File metadata and controls

24 lines (17 loc) · 916 Bytes

Changelog

All notable changes to this project are documented in this file.

[0.2.2] - Changelog

Added this CHANGELOG.md, reconstructed from commit history. No code changes.

[0.2.1] - Core modules & test coverage

  • 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.

[0.2.0] - Extension architecture

  • 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.