File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-preview.8" ,
3- "description" : " (Scoop bucket by arch3rpro) An interactive shell to work with AI-powered assistance providers" ,
3+ "description" : " An interactive shell to work with AI-powered assistance providers" ,
44 "homepage" : " https://github.com/PowerShell/AIShell" ,
55 "license" : " MIT" ,
66 "architecture" : {
1010 }
1111 },
1212 "bin" : " aish.exe" ,
13- "depends" : [
14- " pwsh" ,
15- " psreadline"
16- ],
1713 "checkver" : {
1814 "url" : " https://api.github.com/repos/PowerShell/AIShell/releases" ,
1915 "jsonpath" : " $.[?(@.tag_name =~ /v?([\\ d.]+(-preview\\ .[\\ d]+)?)$/)].tag_name" ,
2016 "regex" : " (?:v|V)?([\\ d.]+(-preview\\ .[\\ d]+)?)"
2117 },
22- "post_install" : " Install-PSResource -Name AIShell -Repository PSGallery -Prerelease -TrustRepository -ErrorAction Stop -WarningAction SilentlyContinue" ,
18+ "post_install" : " Install-PSResource -Name PSReadLine -Prerelease -TrustRepository -ErrorAction Stop -WarningAction SilentlyContinue; Install-PSResource -Name AIShell -Repository PSGallery -Prerelease -TrustRepository -ErrorAction Stop -WarningAction SilentlyContinue" ,
2319 "autoupdate" : {
2420 "architecture" : {
2521 "64bit" : {
You can’t perform that action at this time.
0 commit comments