Files
connectai/assets/icon.svg
T
Jay 6333ca91b4 🚀 Connect AI LAB v1.0.0 — 100% 로컬 AI 코딩 에이전트
- 에이전트 코어: 파일 생성, 코드 편집, 터미널 실행
- 프리미엄 UI: 글래스모피즘, shimmer 로딩, 구문 강조
- Cmd+L 포커스, 코드 설명(우클릭), 대화 내보내기
- VS Code Settings 통합 (Ollama URL, 모델, 타임아웃)
- 대화 기록 영구 저장 (workspaceState)
- 멀티파일 프로젝트 컨텍스트 자동 분석
2026-04-11 21:58:24 +09:00

11 lines
473 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6366f1"/>
<stop offset="100%" style="stop-color:#a855f7"/>
</linearGradient>
</defs>
<rect width="128" height="128" rx="24" fill="url(#g)"/>
<text x="64" y="78" text-anchor="middle" font-family="Arial,sans-serif" font-weight="bold" font-size="52" fill="white"></text>
</svg>