Commit Graph

159 Commits

Author SHA1 Message Date
kappa
72b0ae0133 feat: 텔레그램 미니앱 연동
- sendMessageWithKeyboard 함수 추가
- /start 명령어에 미니앱 버튼 추가
- 메뉴 버튼으로 서비스 페이지 열기 지원

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:57:21 +09:00
kappa
4477551ae2 feat: Anvil Hosting 랜딩 페이지 추가
- 원페이지 다크테마 디자인
- 서비스: 호스팅, 해외 서버, DDoS 방어, 도메인
- 요금제: Starter/Pro/Enterprise
- Cloudflare Pages 배포: anvil-hosting.pages.dev

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:54:57 +09:00
kappa
e9e2e64e6d docs: README 봇 명령어 섹션 업데이트
- 사용자/개발자 명령어 분리
- /reset 확인 단계 문서화
- /reset-confirm 추가
- 숨김 명령어 (/context, /stats, /debug) 명시

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:50:20 +09:00
kappa
d72b099605 refactor: /help에서 /start 제거
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:47:01 +09:00
kappa
d8781c031b refactor: /start, /help에서 개발용 명령어 숨김
- /context, /stats 도움말에서 제거 (명령어는 유지)
- 사용자 친화적인 메시지로 단순화

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:44:32 +09:00
kappa
799dd78197 refactor: /help 메시지 단순화
- 기술적 상세 설명 제거
- "대화할수록 당신을 더 잘 이해합니다 💡"로 변경

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 13:41:58 +09:00
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