clai 0.7.2__tar.gz → 0.7.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.
Potentially problematic release.
This version of clai might be problematic. Click here for more details.
- {clai-0.7.2 → clai-0.7.3}/PKG-INFO +4 -2
- {clai-0.7.2 → clai-0.7.3}/README.md +2 -0
- {clai-0.7.2 → clai-0.7.3}/.gitignore +0 -0
- {clai-0.7.2 → clai-0.7.3}/LICENSE +0 -0
- {clai-0.7.2 → clai-0.7.3}/clai/__init__.py +0 -0
- {clai-0.7.2 → clai-0.7.3}/clai/__main__.py +0 -0
- {clai-0.7.2 → clai-0.7.3}/pyproject.toml +0 -0
- {clai-0.7.2 → clai-0.7.3}/update_readme.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clai
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.3
|
|
4
4
|
Summary: Pydantic AI CLI: command line interface to chat to LLMs
|
|
5
5
|
Author-email: Samuel Colvin <samuel@pydantic.dev>, Marcelo Trylesinski <marcelotryle@gmail.com>, David Montague <david@pydantic.dev>, Alex Hall <alex@pydantic.dev>, Douwe Maan <douwe@pydantic.dev>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -25,7 +25,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
25
|
Classifier: Topic :: Internet
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Requires-Python: >=3.9
|
|
28
|
-
Requires-Dist: pydantic-ai==0.7.
|
|
28
|
+
Requires-Dist: pydantic-ai==0.7.3
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
|
|
31
31
|
# clai
|
|
@@ -79,6 +79,7 @@ Either way, running `clai` will start an interactive session where you can chat
|
|
|
79
79
|
- `/exit`: Exit the session
|
|
80
80
|
- `/markdown`: Show the last response in markdown format
|
|
81
81
|
- `/multiline`: Toggle multiline input mode (use Ctrl+D to submit)
|
|
82
|
+
- `/cp`: Copy the last response to clipboard
|
|
82
83
|
|
|
83
84
|
## Help
|
|
84
85
|
|
|
@@ -91,6 +92,7 @@ Special prompts:
|
|
|
91
92
|
* `/exit` - exit the interactive mode (ctrl-c and ctrl-d also work)
|
|
92
93
|
* `/markdown` - show the last markdown output of the last question
|
|
93
94
|
* `/multiline` - toggle multiline mode
|
|
95
|
+
* `/cp` - copy the last response to clipboard
|
|
94
96
|
|
|
95
97
|
positional arguments:
|
|
96
98
|
prompt AI Prompt, if omitted fall into interactive mode
|
|
@@ -49,6 +49,7 @@ Either way, running `clai` will start an interactive session where you can chat
|
|
|
49
49
|
- `/exit`: Exit the session
|
|
50
50
|
- `/markdown`: Show the last response in markdown format
|
|
51
51
|
- `/multiline`: Toggle multiline input mode (use Ctrl+D to submit)
|
|
52
|
+
- `/cp`: Copy the last response to clipboard
|
|
52
53
|
|
|
53
54
|
## Help
|
|
54
55
|
|
|
@@ -61,6 +62,7 @@ Special prompts:
|
|
|
61
62
|
* `/exit` - exit the interactive mode (ctrl-c and ctrl-d also work)
|
|
62
63
|
* `/markdown` - show the last markdown output of the last question
|
|
63
64
|
* `/multiline` - toggle multiline mode
|
|
65
|
+
* `/cp` - copy the last response to clipboard
|
|
64
66
|
|
|
65
67
|
positional arguments:
|
|
66
68
|
prompt AI Prompt, if omitted fall into interactive mode
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|