Skip to content

Lya Code v1.0.9

Choose a tag to compare

@StudioCodeAI StudioCodeAI released this 20 Jun 22:45
· 1 commit to main since this release
0d31df3

Lya Code v1.0.9

Terminal agentic da Studio CodeAI para workflows de codigo local e em nuvem.

Instalacao via npm

npm install -g https://github.com/StudioCodeAI/LyaCode-installers/releases/download/v1.0.9/studiocodeai-lyacode-1.0.9.tgz

Windows Portable

irm https://github.com/StudioCodeAI/LyaCode-installers/releases/download/v1.0.9/lyacode-portable-1.0.9.zip -OutFile lyacode-portable.zip
Expand-Archive lyacode-portable.zip -DestinationPath .\lyacode-portable -Force
cd lyacode-portable
.\install.cmd

Windows Installer

irm https://github.com/StudioCodeAI/LyaCode-installers/releases/download/v1.0.9/lyacode-setup-x64-1.0.9.exe -OutFile lyacode-setup.exe
.\lyacode-setup.exe

Validacao

lya --version
lyacode --version
lscode --version

Desinstalar

npm uninstall -g @studiocodeai/lyacode

Codigo-fonte: repositorio privado StudioCodeAI/LyaCode.
Releases publicas: StudioCodeAI/LyaCode-installers.