From 799dd78197bdfcd5b89d3a70717cdd4be9c3f0af Mon Sep 17 00:00:00 2001 From: kappa Date: Wed, 14 Jan 2026 13:41:58 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20/help=20=EB=A9=94=EC=8B=9C=EC=A7=80?= =?UTF-8?q?=20=EB=8B=A8=EC=88=9C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기술적 상세 설명 제거 - "대화할수록 당신을 더 잘 이해합니다 💡"로 변경 Co-Authored-By: Claude Opus 4.5 --- src/commands.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/commands.ts b/src/commands.ts index fc0d8b8..d434ff4 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -39,12 +39,7 @@ export async function handleCommand( /stats - 대화 통계 /reset - 대화 초기화 (확인 단계 있음) -사용자 프로필 시스템: -• 메시지 ${config.threshold}개마다 프로필 업데이트 -• 사용자 발언 위주로 관심사/목표/맥락 분석 -• 의미 없는 대화(인사, 확인 등)는 제외 - -일반 메시지를 보내면 AI가 응답합니다.`; +대화할수록 당신을 더 잘 이해합니다 💡`; case '/context': { const ctx = await getConversationContext(env.DB, userId, chatId);