Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
github | cc98312 | Commit Preview URL Branch Preview URL |
Apr 08 2026, 12:25 PM |
- openai.js: generateApproachAnalysis가 usage 필드(prompt_tokens, completion_tokens) 반환하도록 수정 - learning-status.js: 제출 파일별 AI 분석 호출마다 토큰 누적 집계 - learningComment.js: PR 댓글 하단에 요청별 토큰 사용량 이력 테이블 추가 - 요청 횟수(#1, #2, ...)별 입력/출력/합계 토큰 및 비용 표시 - 2회 이상 시 합계 행 표시 - 이력을 hidden HTML 마커로 댓글에 저장해 업데이트 시 누적 Co-Authored-By: sounmind <sounmind@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bd2b140 to
cc98312
Compare
sounmind
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #11
Summary
openai.js:generateApproachAnalysis가 분석 결과와 함께usage필드 반환learning-status.js: 제출 파일별 AI 분석 호출마다 토큰 누적 집계 후 댓글 함수에 전달learningComment.js: PR 댓글 하단에 요청별 토큰 사용량 이력 테이블 추가#1,#2, ...)별 입력 토큰 / 출력 토큰 / 합계 / 비용 표시<!-- usage-data: [...] -->)로 댓글에 저장해 업데이트 시 자동 누적댓글 예시
🔢 API 사용량 (gpt-4.1-nano)
#1#2Test plan
🤖 Generated with Claude Code