hey-cli-python 1.0.8__py3-none-any.whl → 1.0.10__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hey-cli-python
3
- Version: 1.0.8
3
+ Version: 1.0.10
4
4
  Summary: A secure, zero-bloat CLI companion that turns natural language and error logs into executable commands.
5
5
  Author: Mohit Singh Sinsniwal
6
6
  Project-URL: Homepage, https://github.com/sinsniwal/hey-cli
@@ -105,7 +105,19 @@ Download `hey.exe` from the [latest release](https://github.com/sinsniwal/hey-cl
105
105
  pipx install hey-cli-python
106
106
  ```
107
107
 
108
- > **Note:** After installation, pull the default model: `ollama pull gpt-oss:20b-cloud`
108
+ > **Note:** After installation, authenticate with `ollama login` and pull the default model: `ollama pull gpt-oss:20b-cloud`
109
+
110
+ ### Uninstallation
111
+
112
+ **macOS & Linux:**
113
+ ```bash
114
+ curl -sL https://raw.githubusercontent.com/sinsniwal/hey-cli/main/uninstall.sh | bash
115
+ ```
116
+
117
+ **Windows (PowerShell):**
118
+ ```powershell
119
+ Invoke-WebRequest -Uri "https://raw.githubusercontent.com/sinsniwal/hey-cli/main/uninstall.ps1" -OutFile "$env:TEMP\hey_uninstall.ps1"; & "$env:TEMP\hey_uninstall.ps1"
120
+ ```
109
121
 
110
122
  ---
111
123
 
@@ -6,9 +6,9 @@ hey_cli/llm.py,sha256=dFy7iYvYE9_ikOblapp0Ehvj-Nk4iqQ47avi9lzg5d4,8757
6
6
  hey_cli/models.py,sha256=Jye_btuL39R7BA5bG59JbJFtpDUS0ZrSw0veUUTf0kM,302
7
7
  hey_cli/runner.py,sha256=cEF9vePK-g9VOW-8XrsafR7lyRSHQGMOl45hC2nA7sg,8431
8
8
  hey_cli/skills.py,sha256=RX6rSnkQ6FG_hogKUhASI5dazvNAphi2n2c1Rw_NAxw,3569
9
- hey_cli_python-1.0.8.dist-info/licenses/LICENSE,sha256=15ubdFS3laW1SETf6f8fd8-sbqZeGz_FFdJgJATDAVI,1065
10
- hey_cli_python-1.0.8.dist-info/METADATA,sha256=drH4K-AW6UY9lNBNsKOyly5X6D6x9HegOwYB89ZCMpM,8598
11
- hey_cli_python-1.0.8.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
12
- hey_cli_python-1.0.8.dist-info/entry_points.txt,sha256=N4bcRze9-LYaO624Gpg5Th_4CSQCDN04EXUHFve7uGw,41
13
- hey_cli_python-1.0.8.dist-info/top_level.txt,sha256=UNOjINF-x81p5IeEawLMkXdUnlybKKYKx8UGTzP6IuU,8
14
- hey_cli_python-1.0.8.dist-info/RECORD,,
9
+ hey_cli_python-1.0.10.dist-info/licenses/LICENSE,sha256=15ubdFS3laW1SETf6f8fd8-sbqZeGz_FFdJgJATDAVI,1065
10
+ hey_cli_python-1.0.10.dist-info/METADATA,sha256=yuTHNqkrKq1_D7_FyUlnrVqaSMWdvL2Cx3q1iy353QU,8987
11
+ hey_cli_python-1.0.10.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
12
+ hey_cli_python-1.0.10.dist-info/entry_points.txt,sha256=N4bcRze9-LYaO624Gpg5Th_4CSQCDN04EXUHFve7uGw,41
13
+ hey_cli_python-1.0.10.dist-info/top_level.txt,sha256=UNOjINF-x81p5IeEawLMkXdUnlybKKYKx8UGTzP6IuU,8
14
+ hey_cli_python-1.0.10.dist-info/RECORD,,