Skip to content

llm 챗봇 1차 poc#122

Merged
jinia91 merged 17 commits intomainfrom
ai-second-brain
Feb 7, 2026
Merged

llm 챗봇 1차 poc#122
jinia91 merged 17 commits intomainfrom
ai-second-brain

Conversation

@jinia91
Copy link
Owner

@jinia91 jinia91 commented Feb 4, 2026

요약

Change List

  • (필수: PR에 포함된 변경 사항을 적어주세요)

Change Type

  • fix: 버그 수정
  • feature: 일반
  • refactoring: 리팩토링
  • documentation: 주석 추가 및 보강
  • ci: 빌드 / CI 파이프라인 수정
  • test code: Test Code 보강
  • etc: 기타 - (필수: 변경 사항에 대한 설명을 적어주세요)

@jinia91 jinia91 self-assigned this Feb 4, 2026
jinia91 and others added 12 commits February 4, 2026 23:23
- 채팅 히스토리 조회 API에 커서 기반 페이징 추가 (10개씩)
- GET /api/ai/sessions/{sessionId}/messages?cursor=&size=
- 세션 삭제 API 추가 (DELETE /api/ai/sessions/{sessionId})
- 메시지 삭제 후 세션 삭제 처리

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- AiResources.syncAllMemos에서 사용되지 않던 @RequestBody 파라미터 제거
- SyncRequest DTO 클래스 삭제
- 관련 테스트 코드 정리

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

Detekt 정적 분석 결과

detekt

Metrics

  • 1,903 number of properties

  • 1,184 number of functions

  • 786 number of classes

  • 111 number of packages

  • 480 number of kt files

Complexity Report

  • 24,811 lines of code (loc)

  • 19,346 source lines of code (sloc)

  • 13,437 logical lines of code (lloc)

  • 1,671 comment lines of code (cloc)

  • 1,511 cyclomatic complexity (mcc)

  • 178 cognitive complexity

  • 0 number of total code smells

  • 8% comment source ratio

  • 112 mcc per 1,000 lloc

  • 0 code smells per 1,000 lloc

Findings (0)

generated with detekt version 1.23.5 on 2026-02-07 14:32:40 UTC

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

kover 커버리지 결과

monolith-main: Overall Coverage Summary

Package Class, % Method, % Branch, % Line, % Instruction, %
all classes 91.9% (282/307) 88.1% (586/665) 82.3% (638/775) 90.4% (2315/2562) 90.8% (12395/13658)

@jinia91 jinia91 merged commit ef442e3 into main Feb 7, 2026
1 check passed
@jinia91 jinia91 deleted the ai-second-brain branch February 7, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant