githru / githru-vscode-ext

Lightweight but robust Githru for VSCode Extension
Apache License 2.0
49 stars 83 forks source link

[engine/AI] 현재 author가 작성한 커밋이 있다면 최신 10개 커밋 요약하기 #718

Closed choisohyun closed 3 weeks ago

choisohyun commented 1 month ago

Related issue

close #717

Result

vitest 레포지토리로 테스트

latestCommitSummary:  
- chore(deps): update dependencies
- feat(browser): support `--inspect-brk`
- fix(browser): exclude missed packages from optimization
- fix(ui): remove "filters" flickering
- fix: ignore importer when resolving Vitest
currentUserCommitSummary:  Please provide the commit messages you would like me to summarize. I need the actual commit messages to follow the instructions and generate the output in the desired format.

개인 레포지토리 테스트

latestCommitSummary:  
- fix: protocol 기본을 https로 변경
- fix: build error
- fix: 잘못된 파일 삭제
- 4주차 템플릿 업로드
- 5주차 템플릿 업로드
- fix: 6주차 템플릿 업로드
- 7주차 템플릿 업로드
- 8주차 템플릿 업로드
- 8주차 서평 & 소감 
currentUserCommitSummary:  
- feat: nav 설정 추가
- fix: protocol 기본을 https로 변경
- fix: 잘못된 파일 삭제
- fix: build error
- 4주차 템플릿 업로드
- 5주차 템플릿 업로드
- fix: 6주차 템플릿 업로드
- 7주차 템플릿 업로드
- 8주차 템플릿 업로드

Work list

기존 커밋 요약 기능을 함수로 분리하고 머지 커밋을 아예 필터링하도록 개선했습니다. 현재 author가 작성한 커밋이 있다면 최신 10개 커밋 요약하는 함수를 추가했습니다.

Discussion

ytaek commented 1 month ago

@choisohyun 님, 커멘트 확인 부탁드리겠습니다!

choisohyun commented 3 weeks ago

epic 브랜치로 우선 머지하고 PR 코멘트 반영하겠습니다 🙇