We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cab506 commit 45cc666Copy full SHA for 45cc666
2 files changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to Shello CLI will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.7.0] - 2026-03-23
9
+
10
+### Fixed
11
+- Update command: guard `sys.argv[0]` exe path lookup behind `sys.frozen` check
12
13
+### Changed
14
+- Tools: introduce tool registry and migrate to `ShelloToolBase`
15
16
## [0.6.1] - 2026-03-21
17
18
### Fixed
shello_cli/__init__.py
@@ -1,4 +1,4 @@
1
"""Shello CLI
2
AI Assistant with Command Execution"""
3
4
-__version__ = "0.6.1"
+__version__ = "0.7.0"
0 commit comments