clai 1.7.0__tar.gz → 1.8.0__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clai
3
- Version: 1.7.0
3
+ Version: 1.8.0
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
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.13
24
24
  Classifier: Topic :: Internet
25
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
26
  Requires-Python: >=3.10
27
- Requires-Dist: pydantic-ai==1.7.0
27
+ Requires-Dist: pydantic-ai==1.8.0
28
28
  Description-Content-Type: text/markdown
29
29
 
30
30
  # clai
@@ -99,7 +99,7 @@ positional arguments:
99
99
  options:
100
100
  -h, --help show this help message and exit
101
101
  -m [MODEL], --model [MODEL]
102
- Model to use, in format "<provider>:<model>" e.g. "openai:gpt-4.1" or "anthropic:claude-sonnet-4-0". Defaults to "openai:gpt-4.1".
102
+ Model to use, in format "<provider>:<model>" e.g. "openai:gpt-5" or "anthropic:claude-sonnet-4-5". Defaults to "openai:gpt-5".
103
103
  -a AGENT, --agent AGENT
104
104
  Custom Agent to use, in format "module:variable", e.g. "mymodule.submodule:my_agent"
105
105
  -l, --list-models List all available models and exit
@@ -70,7 +70,7 @@ positional arguments:
70
70
  options:
71
71
  -h, --help show this help message and exit
72
72
  -m [MODEL], --model [MODEL]
73
- Model to use, in format "<provider>:<model>" e.g. "openai:gpt-4.1" or "anthropic:claude-sonnet-4-0". Defaults to "openai:gpt-4.1".
73
+ Model to use, in format "<provider>:<model>" e.g. "openai:gpt-5" or "anthropic:claude-sonnet-4-5". Defaults to "openai:gpt-5".
74
74
  -a AGENT, --agent AGENT
75
75
  Custom Agent to use, in format "module:variable", e.g. "mymodule.submodule:my_agent"
76
76
  -l, --list-models List all available models and exit
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes