Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Node 24 + npm 11 조합에서는 이 저장소의 grpc-tools 설치가 실패할 수 있습니다.
Apple Silicon(macOS)에서는 proto 생성 시 Homebrew protoc 사용을 권장합니다.
# 저장소 클론
git clone https://github.com/iabacus/plato_code.git
cd plato_code
# Node 20 사용
nvm use
# 의존성 설치
npm install
# 모든 플랫폼 빌드
./scripts/build-all-platforms.sh
# VSCode 설치
code --install-extension dist/packages/plato-code-0.4.0.vsix
Python, JavaScript, Java, C++ 등 주요 프로그래밍 언어를 지원합니다.
🛠️ 빌드
# 모든 플랫폼
./scripts/build-all-platforms.sh
# 특정 플랫폼
./scripts/build-all-platforms.sh vscode intellij antigravity
# 대화형 모드
./scripts/build-all-platforms.sh -i