🚀 Connect AI LAB v1.0.0 — 100% 로컬 AI 코딩 에이전트
- 에이전트 코어: 파일 생성, 코드 편집, 터미널 실행 - 프리미엄 UI: 글래스모피즘, shimmer 로딩, 구문 강조 - Cmd+L 포커스, 코드 설명(우클릭), 대화 내보내기 - VS Code Settings 통합 (Ollama URL, 모델, 타임아웃) - 대화 기록 영구 저장 (workspaceState) - 멀티파일 프로젝트 컨텍스트 자동 분석
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user