yaicli 0.5.1__tar.gz → 0.5.3__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: yaicli
3
- Version: 0.5.1
3
+ Version: 0.5.3
4
4
  Summary: A simple CLI tool to interact with LLM
5
5
  Project-URL: Homepage, https://github.com/belingud/yaicli
6
6
  Project-URL: Repository, https://github.com/belingud/yaicli
@@ -225,7 +225,12 @@ Requires-Dist: socksio>=1.0.0
225
225
  Requires-Dist: typer>=0.15.2
226
226
  Description-Content-Type: text/markdown
227
227
 
228
- # YAICLI: Your AI assistant in the command line.
228
+ # YAICLI: Your AI assistant in command line.
229
+
230
+ <p align="center">
231
+ <img src="artwork/logo.png" width="150" alt="YAICLI Logo" />
232
+ </p>
233
+
229
234
 
230
235
  [![PyPI version](https://img.shields.io/pypi/v/yaicli?style=for-the-badge)](https://pypi.org/project/yaicli/)
231
236
  ![GitHub License](https://img.shields.io/github/license/belingud/yaicli?style=for-the-badge)
@@ -1,4 +1,9 @@
1
- # YAICLI: Your AI assistant in the command line.
1
+ # YAICLI: Your AI assistant in command line.
2
+
3
+ <p align="center">
4
+ <img src="artwork/logo.png" width="150" alt="YAICLI Logo" />
5
+ </p>
6
+
2
7
 
3
8
  [![PyPI version](https://img.shields.io/pypi/v/yaicli?style=for-the-badge)](https://pypi.org/project/yaicli/)
4
9
  ![GitHub License](https://img.shields.io/github/license/belingud/yaicli?style=for-the-badge)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "yaicli"
3
- version = "0.5.1"
3
+ version = "0.5.3"
4
4
  description = "A simple CLI tool to interact with LLM"
5
5
  authors = [{ name = "belingud", email = "im.victor@qq.com" }]
6
6
  readme = "README.md"
@@ -11,7 +11,7 @@ from .role import RoleManager
11
11
 
12
12
  app = typer.Typer(
13
13
  name="yaicli",
14
- help="YAICLI - Your AI assistant in the command line.",
14
+ help="YAICLI - Your AI assistant in command line.",
15
15
  context_settings={"help_option_names": ["-h", "--help"]},
16
16
  pretty_exceptions_enable=False, # Let the CLI handle errors gracefully
17
17
  rich_markup_mode="rich", # Render rich text in help messages
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes