get-claudia 1.5.1 → 1.5.2

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.
@@ -131,8 +131,8 @@ try {
131
131
  $ollamaInstaller = "$env:TEMP\OllamaSetup.exe"
132
132
  try {
133
133
  Invoke-WebRequest -Uri "https://ollama.com/download/OllamaSetup.exe" -OutFile $ollamaInstaller -UseBasicParsing
134
- Write-Host " ${CYAN}Running Ollama installer (follow the prompts)...${NC}"
135
- Start-Process -FilePath $ollamaInstaller -Wait
134
+ Write-Host " ${CYAN}Installing Ollama...${NC}"
135
+ Start-Process -FilePath $ollamaInstaller -ArgumentList "/S" -Wait
136
136
  # Refresh PATH
137
137
  $env:PATH = [System.Environment]::GetEnvironmentVariable("PATH", "Machine") + ";" + [System.Environment]::GetEnvironmentVariable("PATH", "User")
138
138
  $null = & ollama --version 2>&1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "get-claudia",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "An AI assistant who learns how you work.",
5
5
  "keywords": [
6
6
  "claudia",