Roo Code

Introduction to Roo Code

AI-Powered Autonomous Coding Agent

  • Provides full-cycle development capabilities from code generation to deployment
  • Integrates directly with IDE through MCP protocol
  • Supports multi-model orchestration for complex tasks

Roo Code 소개

AI 기반 자율 코딩 에이전트

  • 코드 생성부터 배포까지 전체 개발 주기 지원
  • MCP 프로토콜을 통한 IDE 직접 통합
  • 복잡한 작업을 위한 멀티 모델 오케스트레이션 지원

Basic Usage Patterns

Context References

"Fix errors in @/src/utils.ts and @terminal"
  • @/path/to/file syntax for file context
  • @terminal captures latest command output
  • @problems accesses VS Code problem panel

컨텍스트 참조

"@/src/utils.ts와 @terminal의 오류 수정"
  • 파일 컨텍스트용 @/파일경로 구문
  • @terminal 최근 명령어 출력 캡처
  • @problems VS Code 문제 패널 접근

MCP Server Configuration

{
  "server_name": "roocode-core",
  "tools": [
    {
      "name": "code_analysis",
      "description": "Real-time code quality analysis"
    },
    {
      "name": "auto_refactor",
      "description": "AI-powered code refactoring"
    }
  ]
}
  • Supports custom tool development
  • Seamless integration with existing MCP ecosystem

MCP 서버 구성

(위 JSON 구성 예시 동일)
  • 커스텀 도구 개발 지원
  • 기존 MCP 생태계와 완벽 통합

roocode-core-7b

  • Context window: 128k tokens
  • Specialized in code understanding/transformation
  • Supports 40+ programming languages

roocode-devsuite-72b

  • Multi-modal architecture
  • Advanced problem solving capabilities
  • Integrated CI/CD pipeline support

권장 모델

roocode-core-7b

  • 컨텍스트 윈도우: 128k 토큰
  • 코드 이해/변환 특화
  • 40개 이상 프로그래밍 언어 지원

roocode-devsuite-72b

  • 멀티 모달 아키텍처
  • 고급 문제 해결 능력
  • 통합 CI/CD 파이프라인 지원

© 2024 Coding Stairs. All rights reserved.