Skip to content

Releases: nesnilnehc/CodeKarmic

CodeSage v0.2.0

01 Mar 16:14

Choose a tag to compare

CodeSage v0.2.0 Pre-release
Pre-release

Changelog | 变更日志

English | 简体中文

All notable changes to this project will be documented in these files.
本项目的所有重要变更都将在这些文件中记录。

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

格式基于 Keep a Changelog
遵循 Semantic Versioning 语义化版本规范。

CodeSage v0.1.0

28 Feb 10:00

Choose a tag to compare

CodeSage v0.1.0 Pre-release
Pre-release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.1.0] - 2025-02-28

Added

  • Initial release of CodeSage extension
  • Core features including:
    • Commit Explorer for browsing and selecting Git commits
    • File Explorer for viewing changed files
    • AI-powered Code Review using DeepSeek API
    • Detailed code review reports with suggestions and quality scores
    • Multi-language support (English and Chinese)
  • Configuration options:
    • DeepSeek API key management
    • AI model selection
    • Language preference settings
  • Comprehensive documentation:
    • User guide in README.md
    • Detailed release process in docs/release-guide.md
    • Standard CHANGELOG.md

Changed

  • Rebranded from "AI Code Review" to "CodeSage":
    • Updated extension name and display information
    • Redesigned icon and visual assets
    • Consistent branding across all components
  • Code improvements:
    • Migrated to TypeScript for better type safety
    • Enhanced error handling with detailed logging
    • Optimized bundle size and performance
    • Improved code organization and modularity
  • Configuration updates:
    • Renamed all command prefixes to 'codesage'
    • Streamlined configuration keys
    • Added type definitions for settings

Fixed

  • Enhanced error handling and logging
  • Improved API integration reliability
  • Optimized extension packaging
  • Fixed command registration issues
  • Resolved dependency management problems