clai 0.7.2__py3-none-any.whl → 0.7.3__py3-none-any.whl

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clai
3
- Version: 0.7.2
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.2
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
@@ -0,0 +1,7 @@
1
+ clai/__init__.py,sha256=N6cw-oEjoIAPwaEqBRCHf3j9Y4tNDUp1YS-tplkvyfA,238
2
+ clai/__main__.py,sha256=1ClP9aMManzEL8lbRtet7dGW87KZmQRB92aRcmlCeMs,138
3
+ clai-0.7.3.dist-info/METADATA,sha256=yeXGnrl_KptgAjulfiEJpdpZaNWztHWXIJOeYI3wqrM,4340
4
+ clai-0.7.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ clai-0.7.3.dist-info/entry_points.txt,sha256=DyHzt1YJ1DwtFNsrFOoUGwKkmk8mHJ-iiZLairTUq5E,34
6
+ clai-0.7.3.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
7
+ clai-0.7.3.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- clai/__init__.py,sha256=N6cw-oEjoIAPwaEqBRCHf3j9Y4tNDUp1YS-tplkvyfA,238
2
- clai/__main__.py,sha256=1ClP9aMManzEL8lbRtet7dGW87KZmQRB92aRcmlCeMs,138
3
- clai-0.7.2.dist-info/METADATA,sha256=O2YCaWIRxCr-4oIDHNJQ94XciRpRA-64_zeb72B6etA,4249
4
- clai-0.7.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- clai-0.7.2.dist-info/entry_points.txt,sha256=DyHzt1YJ1DwtFNsrFOoUGwKkmk8mHJ-iiZLairTUq5E,34
6
- clai-0.7.2.dist-info/licenses/LICENSE,sha256=vA6Jc482lEyBBuGUfD1pYx-cM7jxvLYOxPidZ30t_PQ,1100
7
- clai-0.7.2.dist-info/RECORD,,
File without changes