agent-cli 0.72.1__py3-none-any.whl → 0.72.2__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.
- agent_cli/install/extras.py +1 -3
- {agent_cli-0.72.1.dist-info → agent_cli-0.72.2.dist-info}/METADATA +1 -1
- {agent_cli-0.72.1.dist-info → agent_cli-0.72.2.dist-info}/RECORD +6 -6
- {agent_cli-0.72.1.dist-info → agent_cli-0.72.2.dist-info}/WHEEL +0 -0
- {agent_cli-0.72.1.dist-info → agent_cli-0.72.2.dist-info}/entry_points.txt +0 -0
- {agent_cli-0.72.1.dist-info → agent_cli-0.72.2.dist-info}/licenses/LICENSE +0 -0
agent_cli/install/extras.py
CHANGED
|
@@ -6,7 +6,6 @@ import shutil
|
|
|
6
6
|
import subprocess
|
|
7
7
|
import sys
|
|
8
8
|
import tomllib
|
|
9
|
-
from importlib.metadata import version as get_version
|
|
10
9
|
from pathlib import Path
|
|
11
10
|
from typing import Annotated
|
|
12
11
|
|
|
@@ -62,9 +61,8 @@ def _get_current_uv_tool_extras() -> list[str]:
|
|
|
62
61
|
|
|
63
62
|
def _install_via_uv_tool(extras: list[str], *, quiet: bool = False) -> bool:
|
|
64
63
|
"""Reinstall agent-cli via uv tool with the specified extras."""
|
|
65
|
-
current_version = get_version("agent-cli").split("+")[0] # Strip local version
|
|
66
64
|
extras_str = ",".join(extras)
|
|
67
|
-
package_spec = f"agent-cli[{extras_str}]
|
|
65
|
+
package_spec = f"agent-cli[{extras_str}]"
|
|
68
66
|
python_version = f"{sys.version_info.major}.{sys.version_info.minor}"
|
|
69
67
|
cmd = ["uv", "tool", "install", package_spec, "--force", "--python", python_version]
|
|
70
68
|
if quiet:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-cli
|
|
3
|
-
Version: 0.72.
|
|
3
|
+
Version: 0.72.2
|
|
4
4
|
Summary: A suite of AI-powered command-line tools for text correction, audio transcription, and voice assistance.
|
|
5
5
|
Project-URL: Homepage, https://github.com/basnijholt/agent-cli
|
|
6
6
|
Author-email: Bas Nijholt <bas@nijho.lt>
|
|
@@ -92,7 +92,7 @@ agent_cli/dev/terminals/warp.py,sha256=j-Jvz_BbWYC3QfLrvl4CbDh03c9OGRFmuCzjyB2ud
|
|
|
92
92
|
agent_cli/dev/terminals/zellij.py,sha256=GnQnopimb9XH67CZGHjnbVWpVSWhaLCATGJizCT5TkY,2321
|
|
93
93
|
agent_cli/install/__init__.py,sha256=JQPrOrtdNd1Y1NmQDkb3Nmm1qdyn3kPjhQwy9D8ryjI,124
|
|
94
94
|
agent_cli/install/common.py,sha256=WvnmcjnFTW0d1HZrKVGzj5Tg3q8Txk_ZOdc4a1MBFWI,3121
|
|
95
|
-
agent_cli/install/extras.py,sha256=
|
|
95
|
+
agent_cli/install/extras.py,sha256=TEejjq_-iVONlDNSQR9E3OJJP-oIRpDsNLjPW97bOLs,7083
|
|
96
96
|
agent_cli/install/hotkeys.py,sha256=Y7jjtbyjVzIXL1_aczJmOyjL0ud2epbrFbzuWlObqZY,2324
|
|
97
97
|
agent_cli/install/services.py,sha256=mgFjNqvvZ9U2dJ_PcEVWcenlaOtdIZ5a-RyDofDqooY,4209
|
|
98
98
|
agent_cli/memory/__init__.py,sha256=8XNpVzP-qjF8o49A_eXsH_Rbp_FmxTIcknnvxq7vHms,162
|
|
@@ -189,8 +189,8 @@ agent_cli/services/asr.py,sha256=aRaCLVCygsJ15qyQEPECOZsdSrnlLPbyY4RwAqY0qIw,172
|
|
|
189
189
|
agent_cli/services/llm.py,sha256=i01utl1eYWlM13gvW2eR6ErL_ndH-g0d-BSleZra_7k,7229
|
|
190
190
|
agent_cli/services/tts.py,sha256=NX5Qnq7ddLI3mwm3nzhbR3zB1Os4Ip4sSVSjDZDTBcI,14855
|
|
191
191
|
agent_cli/services/wake_word.py,sha256=JFJ1SA22H4yko9DXiQ1t7fcoxeALLAe3iBrLs0z8rX4,4664
|
|
192
|
-
agent_cli-0.72.
|
|
193
|
-
agent_cli-0.72.
|
|
194
|
-
agent_cli-0.72.
|
|
195
|
-
agent_cli-0.72.
|
|
196
|
-
agent_cli-0.72.
|
|
192
|
+
agent_cli-0.72.2.dist-info/METADATA,sha256=DHV0I0rO1BiQ6ehp0j_aUjNbk5-2a7BbWJ8hgGXYKPs,179670
|
|
193
|
+
agent_cli-0.72.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
194
|
+
agent_cli-0.72.2.dist-info/entry_points.txt,sha256=FUv-fB2atLsPUk_RT4zqnZl1coz4_XHFwRALOKOF38s,97
|
|
195
|
+
agent_cli-0.72.2.dist-info/licenses/LICENSE,sha256=majJU6S9kC8R8bW39NVBHyv32Dq50FL6TDxECG2WVts,1068
|
|
196
|
+
agent_cli-0.72.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|