Loading...
Loading...
Create a git commit following project conventions
npx skill4agent add chanmuzi/git-conventions commitgit statusgit diff HEADgit branch --show-currentgit log --oneline -10{type}: {description}{type}({scope}): {description}| Type | Purpose |
|---|---|
| New feature |
| Bug fix |
| Code restructuring without behavior change |
| Formatting, linting (no logic change) |
| Documentation only |
| Adding or updating tests |
| Performance improvement |
| Build, CI, dependencies, config |
| Urgent production fix |
feat(source-map): ...fix(full-text): ...test(query-rewriting): ...source_mapfeat: 멀티턴 컨텍스트 유지 기능 추가
fix: 요청 DTO 모델 기본값을 settings 기반으로 통일
refactor: 미사용 openai_api_key/openai_base_url 프로퍼티 제거
style: black 포맷팅 적용
perf: Classification max_tokens 30 → 15로 조정
chore: 보안 취약점 패키지 업데이트 (urllib3, langchain-core)
docs: README 환경변수 가이드 업데이트
test: 멀티턴 컨텍스트 유지 기능 테스트 추가
feat(source-map): 검색하지 않은 턴에서도 source_map 지속 반환
fix(full-text): 전문 조회 실패 시 state 누출 방지
hotfix: uv lock syncedgit add -Agit add ..env