6333ca91b4
- 에이전트 코어: 파일 생성, 코드 편집, 터미널 실행 - 프리미엄 UI: 글래스모피즘, shimmer 로딩, 구문 강조 - Cmd+L 포커스, 코드 설명(우클릭), 대화 내보내기 - VS Code Settings 통합 (Ollama URL, 모델, 타임아웃) - 대화 기록 영구 저장 (workspaceState) - 멀티파일 프로젝트 컨텍스트 자동 분석
19 lines
340 B
Plaintext
19 lines
340 B
Plaintext
.vscode/**
|
|
src/**
|
|
node_modules/**
|
|
!node_modules/axios/**
|
|
!node_modules/follow-redirects/**
|
|
!node_modules/form-data/**
|
|
!node_modules/proxy-from-env/**
|
|
!node_modules/mime-db/**
|
|
!node_modules/mime-types/**
|
|
!node_modules/combined-stream/**
|
|
!node_modules/delayed-stream/**
|
|
*.ts
|
|
*.map
|
|
.gitignore
|
|
tsconfig.json
|
|
*.vsix
|
|
assets/icon.svg
|
|
preview.html
|