Loading...
Loading...
Use when creating git commits in this project
npx skill4agent add bumgeunsong/daily-writing-friends commitgit statusgit diff HEADgit branch --show-currentgit log --oneline -10<concise title in Korean>
- WHY point 1
- WHY point 2Generated with [Claude Code]Co-Authored-By: Claude# BAD - describes WHAT changed (obvious from diff)
토큰 사용량 추적 버그 수정
- Changed modelUsage.tokens to usage.input_tokens
- Added try-catch block
# GOOD - explains WHY we made changes
토큰 사용량 추적 버그 수정
- API response structure changed in v2, tokens now nested under modelUsage
- Fallback needed for backward compatibility with older API responses