Anthropic open-sourced claude-code

hackernews | | 📦 오픈소스
#ai 딜 #anthropic #claude #claude code #보안 #소스코드 유출 #오픈소스 #ai 코딩 #에이전트
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

앤스로픽이 출시한 에이전트 기반 코딩 도구인 클로드 코드(Claude Code)는 터미널과 IDE, 깃허브 환경에서 작동하며 자연어 명령을 통해 깃 워크플로우 관리 및 루틴 작업을 수행합니다. 기존의 NPM 설치 방식은 더 이상 권장되지 않으며, 대신 맥OS와 리눅스는 홈브류, 윈도우는 윙엣(WinGet) 등을 통한 설치가 권장됩니다. 이 도구는 사용자 데이터 보호를 위해 민감 정보의 보유 기간을 제한하고 피드백을 모델 학습에 사용하지 않는 등의 안전장치를 적용하여 운영됩니다.

본문

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github. Learn more in the official documentation. Note Installation via npm is deprecated. Use one of the recommended methods below. For more installation options, uninstall steps, and troubleshooting, see the setup documentation. - Install Claude Code: MacOS/Linux (Recommended): curl -fsSL https://claude.ai/install.sh | bash Homebrew (MacOS/Linux): brew install --cask claude-code Windows (Recommended): irm https://claude.ai/install.ps1 | iex WinGet (Windows): winget install Anthropic.ClaudeCode NPM (Deprecated): npm install -g @anthropic-ai/claude-code - Navigate to your project directory and run claude . This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the plugins directory for detailed documentation on available plugins. We welcome your feedback. Use the /bug command to report issues directly within Claude Code, or file a GitHub issue. Join the Claude Developers Discord to connect with other developers using Claude Code. Get help, share feedback, and discuss your projects with the community. When you use Claude Code, we collect feedback, which includes usage data (such as code acceptance or rejections), associated conversation data, and user feedback submitted via the /bug command. See our data usage policies. We have implemented several safeguards to protect your data, including limited retention periods for sensitive information, restricted access to user session data, and clear policies against using feedback for model training. For full details, please review our Commercial Terms of Service and Privacy Policy.

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →