agent-cli 0.68.1__py3-none-any.whl → 0.68.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.
@@ -6,6 +6,7 @@ import shutil
6
6
  import subprocess
7
7
  import sys
8
8
  import tomllib
9
+ from importlib.metadata import version as get_version
9
10
  from pathlib import Path
10
11
  from typing import Annotated
11
12
 
@@ -61,8 +62,9 @@ def _get_current_uv_tool_extras() -> list[str]:
61
62
 
62
63
  def _install_via_uv_tool(extras: list[str]) -> bool:
63
64
  """Reinstall agent-cli via uv tool with the specified extras."""
65
+ current_version = get_version("agent-cli").split("+")[0] # Strip local version
64
66
  extras_str = ",".join(extras)
65
- package_spec = f"agent-cli[{extras_str}]"
67
+ package_spec = f"agent-cli[{extras_str}]=={current_version}"
66
68
  python_version = f"{sys.version_info.major}.{sys.version_info.minor}"
67
69
  console.print(f"Reinstalling via uv tool: [cyan]{package_spec}[/] (Python {python_version})")
68
70
  cmd = ["uv", "tool", "install", package_spec, "--force", "--python", python_version]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-cli
3
- Version: 0.68.1
3
+ Version: 0.68.3
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>
@@ -91,7 +91,7 @@ agent_cli/dev/terminals/warp.py,sha256=j-Jvz_BbWYC3QfLrvl4CbDh03c9OGRFmuCzjyB2ud
91
91
  agent_cli/dev/terminals/zellij.py,sha256=GnQnopimb9XH67CZGHjnbVWpVSWhaLCATGJizCT5TkY,2321
92
92
  agent_cli/install/__init__.py,sha256=JQPrOrtdNd1Y1NmQDkb3Nmm1qdyn3kPjhQwy9D8ryjI,124
93
93
  agent_cli/install/common.py,sha256=WvnmcjnFTW0d1HZrKVGzj5Tg3q8Txk_ZOdc4a1MBFWI,3121
94
- agent_cli/install/extras.py,sha256=BPIlMdDeUo-tsKb_9Ttx3799YsIV_yup79ESFNpoJ1o,5731
94
+ agent_cli/install/extras.py,sha256=dUaZm3InIND-V-7tJEWN_J_-EUN9y4ODDFsDgxXUT-8,5888
95
95
  agent_cli/install/hotkeys.py,sha256=bwGoPeEKK6VI-IrKU8Q0RLMW9smkDNU7CdqD3Nbsd-w,1626
96
96
  agent_cli/install/services.py,sha256=2s_7ThxaElKCuomBYTn4Z36TF_o_arNeyJ4f8Wh4jEI,2912
97
97
  agent_cli/memory/__init__.py,sha256=8XNpVzP-qjF8o49A_eXsH_Rbp_FmxTIcknnvxq7vHms,162
@@ -188,8 +188,8 @@ agent_cli/services/asr.py,sha256=aRaCLVCygsJ15qyQEPECOZsdSrnlLPbyY4RwAqY0qIw,172
188
188
  agent_cli/services/llm.py,sha256=Kwdo6pbMYI9oykF-RBe1iaL3KsYrNWTLdRSioewmsGQ,7199
189
189
  agent_cli/services/tts.py,sha256=NX5Qnq7ddLI3mwm3nzhbR3zB1Os4Ip4sSVSjDZDTBcI,14855
190
190
  agent_cli/services/wake_word.py,sha256=JFJ1SA22H4yko9DXiQ1t7fcoxeALLAe3iBrLs0z8rX4,4664
191
- agent_cli-0.68.1.dist-info/METADATA,sha256=jkg7fVafbi-nnKMpUvs7Zink8exu_LWucHpM46YtNqA,156032
192
- agent_cli-0.68.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
193
- agent_cli-0.68.1.dist-info/entry_points.txt,sha256=FUv-fB2atLsPUk_RT4zqnZl1coz4_XHFwRALOKOF38s,97
194
- agent_cli-0.68.1.dist-info/licenses/LICENSE,sha256=majJU6S9kC8R8bW39NVBHyv32Dq50FL6TDxECG2WVts,1068
195
- agent_cli-0.68.1.dist-info/RECORD,,
191
+ agent_cli-0.68.3.dist-info/METADATA,sha256=qXN4GxmkCUeAyOBYjLZiYjr_EoWgRd206yuMH6EVU98,156032
192
+ agent_cli-0.68.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
193
+ agent_cli-0.68.3.dist-info/entry_points.txt,sha256=FUv-fB2atLsPUk_RT4zqnZl1coz4_XHFwRALOKOF38s,97
194
+ agent_cli-0.68.3.dist-info/licenses/LICENSE,sha256=majJU6S9kC8R8bW39NVBHyv32Dq50FL6TDxECG2WVts,1068
195
+ agent_cli-0.68.3.dist-info/RECORD,,