Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.138] - 2025-05-23

### Changed
- DevMode: Removed TUI (Terminal User Interface) in favor of a simpler logging approach ([#344](https://github.com/agentuity/cli/pull/344))

### Fixed
- Fixed prepareStackTrace error handling and improved DevMode logging ([#343](https://github.com/agentuity/cli/pull/343))
- Added better handling for Ctrl+C in DevMode ([#343](https://github.com/agentuity/cli/pull/343))


## [v0.0.137] - 2025-05-23

### Changed
Expand Down Expand Up @@ -630,6 +640,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added project import checks for new agent creation


[v0.0.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138
[v0.0.137]: https://github.com/agentuity/cli/compare/v0.0.136...v0.0.137
[v0.0.136]: https://github.com/agentuity/cli/compare/v0.0.135...v0.0.136
[v0.0.135]: https://github.com/agentuity/cli/compare/v0.0.134...v0.0.135
Expand Down
Loading