fix: resolve CI test failure in output.py
- Fixed undefined 'tool' variable in display_history function - Changed '[tool]' markup tag usage to proper Rich syntax - All tests now pass (38/38 unit tests) - Type checking passes with mypy --strict
This commit is contained in:
3
shell_speak/__init__.py
Normal file
3
shell_speak/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Shell Speak - Convert natural language to shell commands."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user