Version bump

This commit is contained in:
user 2024-12-23 14:57:08 -05:00
parent 21611953d7
commit aea69af9c1
2 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.9.0] - 2024-12-23
- Improve agent interruption UX by allowing user to specify feedback or exit the program entirely.
- Do not put file ID in file paths when reading for expert context. - Do not put file ID in file paths when reading for expert context.
- Agents log work internally, improving context information. - Agents log work internally, improving context information.
- Clear task list when plan is completed. - Clear task list when plan is completed.
- Improve agent interruption UX by allowing user to specify feedback or exit the program entirely.
## [0.8.2] - 2024-12-23 ## [0.8.2] - 2024-12-23

View File

@ -1,3 +1,3 @@
"""Version information.""" """Version information."""
__version__ = "0.8.2" __version__ = "0.9.0"