ai-ebash 0.1.4__tar.gz → 0.1.5a0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-ebash
3
- Version: 0.1.4
3
+ Version: 0.1.5a0
4
4
  Summary: Console utility for integrating artificial intelligence into a Linux terminal.
5
5
  Author: Andrey Bochkarev
6
6
  Author-email: andrey.bch.1976@gmail.com
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = ai-ebash
3
- version = 0.1.4
3
+ version = 0.1.5a
4
4
  author = Andrey Bochkarev
5
5
  author_email = andrey.bch.1976@gmail.com
6
6
  description = Console utility for integrating artificial intelligence into a Linux terminal.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ai-ebash
3
- Version: 0.1.4
3
+ Version: 0.1.5a0
4
4
  Summary: Console utility for integrating artificial intelligence into a Linux terminal.
5
5
  Author: Andrey Bochkarev
6
6
  Author-email: andrey.bch.1976@gmail.com
@@ -75,7 +75,7 @@ def main():
75
75
  if not DEBUG:
76
76
  print("=== RAW RESPONSE (from send_prompt) ===")
77
77
  print(answer)
78
- print("=== /RAW RESPONSE ===\n")
78
+ print("=== /RAW RESPONSE === \n")
79
79
 
80
80
  # Размечаем bash-блоки и получаем список кодов
81
81
  annotated_answer, code_blocks = annotate_bash_blocks(answer)
File without changes
File without changes
File without changes