Phase 15 구현: Auto Polish + AI 채팅 + 마인드맵 + 공유
- Auto Polish: LLM으로 전사 다듬기 (필러 제거, 문장 교정) - AI 채팅: 회의 전사 기반 Q&A (LocalLLMService.chatStream 활용, 스트리밍) - 마인드맵: 빌트인 템플릿 추가 (마크다운 계층 트리) - 공유: 클립보드 복사 메뉴 추가 - MeetingChatPanel UI (접기/펼치기, 스트리밍 인디케이터) - TranscriptTab에 AI 다듬기 버튼 추가 - 12개 locale i18n 키 추가
This commit is contained in:
parent
d4928ffa60
commit
2b17bf47b7
26 changed files with 980 additions and 26 deletions
|
|
@ -32,7 +32,7 @@ npm run typecheck # tsc --noEmit
|
|||
- 녹음 UI: 9개 웨이브 바, cos 분포, 100ms
|
||||
|
||||
## 현재 상태
|
||||
Phase 1~14 전체 완료 + 랜딩 페이지(site/).
|
||||
Phase 1~14.5 전체 완료 + 랜딩 페이지(site/).
|
||||
차단 이슈: @nut-tree-fork/nut-js 포크 사용
|
||||
|
||||
## 설계 문서 (구현 시 Read 도구로 참조)
|
||||
|
|
@ -50,6 +50,7 @@ Phase10+: MemoService, VoiceCommandService, ScreenContextService, ChainService,
|
|||
Phase12+: FileTranscriptionService, MeetingSummaryService, DictationTemplateService
|
||||
Phase13+: VoiceConversationService, RAGService, VoiceActionService
|
||||
Phase14: MeetingModeService
|
||||
Phase14.5: MeetingDocTemplateService + 다중 문서 생성/편집/내보내기
|
||||
|
||||
## DS 컴포넌트 (src/renderer/components/ds/)
|
||||
CrtDisplay, InstrumentPanel, Led, PhysicalButton, MetalCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue