Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 938 Bytes

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.

[Unreleased]

Added

  • Complete project restructuring for better organization and maintainability
  • Modern Python project setup with pyproject.toml
  • Comprehensive documentation
  • Development tools and guidelines
  • Proper package structure

Changed

  • Moved all core functionality into shellsense package
  • Reorganized tools into categories
  • Enhanced AI components organization
  • Improved shell integration structure

Fixed

  • Import paths and references
  • Project structure inconsistencies

[0.1.0] - 2024-01-19

Added

  • Initial release
  • Basic AI chat functionality
  • Tool integration system
  • Zsh shell integration
  • Various utility tools
  • Configuration system