Commit Graph

3 Commits

Author SHA1 Message Date
kappa
6fd4a4028d feat: /reset 명령어에 확인 단계 추가
- /reset: 삭제될 데이터 미리보기 및 확인 요청
- /reset-confirm: 실제 삭제 실행
- 실수로 데이터 삭제 방지

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:36:55 +09:00
kappa
3d70bf0c1a feat: Context7 라이브러리 문서 조회 Function Calling 추가
- lookup_docs 도구로 React, OpenAI 등 공식 문서 실시간 조회
- README에 Context7 연동 기능 문서화

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:21:46 +09:00
kappa
1e71e035e7 Initial commit: Telegram bot with Cloudflare Workers
- OpenAI GPT-4o-mini with Function Calling
- Cloudflare D1 for user profiles and message buffer
- Sliding window (3 summaries max) for infinite context
- Tools: weather, search, time, calculator
- Workers AI fallback support
- Webhook security with rate limiting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:00:44 +09:00