version bump
This commit is contained in:
parent
a791e9f2d9
commit
fbc4e05d4e
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.15.0] - 2025-02-27
|
||||
|
||||
### Added
|
||||
- Added database infrastructure with models, connections, and migrations
|
||||
- Added agent context system for improved context management
|
||||
- Added aider-free mode with command line option to disable aider-related functionality
|
||||
- Added database-related dependencies
|
||||
|
||||
### Changed
|
||||
- Improved file editing tools with enhanced functionality
|
||||
- Enhanced agent implementation tools with modified return values and logic
|
||||
- Improved agent tool prompts for better clarity and effectiveness
|
||||
- Fixed langgraph prebuilt dependency
|
||||
|
||||
### Fixed
|
||||
- Fixed project state detection logic with added tests
|
||||
|
||||
## [0.14.9] - 2025-02-25
|
||||
|
||||
### Added
|
||||
|
|
@ -337,4 +354,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
- New `file_str_replace` tool for performing exact string replacements in files with unique match validation
|
||||
- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling
|
||||
- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
"""Version information."""
|
||||
|
||||
__version__ = "0.14.9"
|
||||
__version__ = "0.15.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue