Skip to content

Commit 0786c74

Browse files
committed
chore: bump version to 0.4.1
1 parent bdcda14 commit 0786c74

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to Shello CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-01-07
9+
10+
### Fixed
11+
- **Stream Lifecycle Management**: Handle missing messageStop events and improve stream lifecycle management
12+
- **Message Content Display**: Improve message content display ordering and formatting
13+
14+
### Changed
15+
- **Direct Command Execution**: Remove trust evaluation from direct commands for faster execution
16+
- **Welcome Message**: Remove AI-powered CLI banner text from welcome message for cleaner UI
17+
- **Live Display**: Improve live display lifecycle management with comprehensive message processor tests
18+
19+
### Added
20+
- **Bash Tool Safety**: Add explanation requirement to bash tool and simplify safety documentation
21+
- **Tool Execution**: Add is_safe parameter to bash tool execution for better safety control
22+
823
## [0.4.0] - 2026-01-06
924

1025
### Added
@@ -631,7 +646,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
631646
### Note
632647
This is the initial release of Shello CLI. While fully functional, expect improvements and potential breaking changes before v1.0.0. Feedback and contributions are welcome!
633648

634-
[Unreleased]: https://github.com/om-mapari/shello-cli/compare/v0.4.0...HEAD
649+
[Unreleased]: https://github.com/om-mapari/shello-cli/compare/v0.4.1...HEAD
650+
[0.4.1]: https://github.com/om-mapari/shello-cli/releases/tag/v0.4.1
635651
[0.4.0]: https://github.com/om-mapari/shello-cli/releases/tag/v0.4.0
636652
[0.3.0]: https://github.com/om-mapari/shello-cli/releases/tag/v0.3.0
637653
[0.2.0]: https://github.com/om-mapari/shello-cli/releases/tag/v0.2.0

shello_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Shello CLI
22
AI Assistant with Command Execution"""
33

4-
__version__ = "0.4.0"
4+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)