Claude Code Assistant helps you use Claude Code more easily in Windows, WSL, and macOS environments. The extension automatically launches Claude Code CLI and provides a convenient input panel for interacting with Claude Code.
Important
To use Claude Code Assistant, you must first have Claude Code installed.
To install Claude Code, run the following command in your terminal:
npm install -g @anthropic-ai/claude-code
Once installed, run claude command to start Claude Code.
This extension works in Windows, WSL, and macOS environments.
Usage
Open VS Code (Windows, WSL, or macOS environment).
The Claude Code Assistant panel will automatically appear.
Type your command in the text input area.
Click "Send" or press Ctrl + Enter to send to Claude Code CLI.
Features
"Send" button: Send commands to Claude Code CLI (Shortcut: Ctrl + Enter, Cmd + Enter on macOS)
"Clear" button: Reset input in both CC Assistant and Claude Code CLI
"New" button: Open new Claude Code CLI
"Add File" / "Add Folder" button: Add file/folder paths (Windows paths are automatically converted to WSL paths in WSL environment)
-----Update(v0.12.0)-----
Windows, WSL, and macOS environment support
Automatic path conversion in WSL environments
Improved file/folder selection dialogs
Cross-platform keyboard shortcuts (Cmd+Enter on macOS)
License
The source code and strings are licensed under the MIT license.
Claude Code Assistant
Claude Code Assistant는 Windows, WSL, macOS 환경 모두에서 Claude Code를 보다 편리하게 사용할 수 있도록 도와주는 도구입니다. VS Code에서 Claude Code CLI가 자동으로 실행되며 편리한 입력 패널을 제공합니다.
중요
Claude Code Assistant를 사용하려면 먼저 Claude Code가 설치되어 있어야 합니다.
터미널에서 다음 명령어를 입력해 설치하세요:
npm install -g @anthropic-ai/claude-code
설치 후에는 터미널에 claude 명령어를 입력하여 Claude Code를 시작할 수 있습니다.
이 확장 프로그램은 Windows, WSL, macOS 환경 모두에서 작동합니다.
사용법
VS Code를 엽니다 (Windows, WSL, 또는 macOS 환경).
Claude Code Assistant 패널이 자동으로 나타납니다.
텍스트 입력 영역에 명령어를 입력합니다.
"Send" 버튼을 클릭하거나 Ctrl + Enter를 눌러 명령어를 Claude Code CLI로 전송합니다.
주요 기능
"Send" 버튼: Claude Code CLI에 명령어 전송 (Ctrl + Enter, macOS에서는 Cmd + Enter)
"Clear" 버튼: 명령어 입력창 및 CLI 입력창 초기화
"New" 버튼: 새로운 Claude Code CLI 창 열기
"Add File" / "Add Folder" 버튼: 파일/폴더 경로 추가
(WSL 환경에서는 Windows 경로가 자동으로 WSL 경로로 변환됨)