- 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
4 lines
87 B
Python
4 lines
87 B
Python
"""Shell Speak - Convert natural language to shell commands."""
|
|
|
|
__version__ = "0.1.0"
|