From d8781c031bcb34b9cf2d6704d54f4f13ad272cb7 Mon Sep 17 00:00:00 2001 From: kappa Date: Wed, 14 Jan 2026 13:44:32 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20/start,=20/help=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EA=B0=9C=EB=B0=9C=EC=9A=A9=20=EB=AA=85=EB=A0=B9=EC=96=B4=20?= =?UTF-8?q?=EC=88=A8=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /context, /stats 도움말에서 제거 (명령어는 유지) - 사용자 친화적인 메시지로 단순화 Co-Authored-By: Claude Opus 4.5 --- src/commands.ts | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/commands.ts b/src/commands.ts index d434ff4..7151634 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -17,27 +17,19 @@ export async function handleCommand( case '/start': return `👋 안녕하세요! AI 어시스턴트입니다. -특징: -• 대화를 통해 당신을 이해합니다 -• ${config.threshold}개 메시지마다 프로필 업데이트 -• 무한한 대화 기억 가능 +대화를 나눌수록 당신을 더 잘 이해합니다 💡 명령어: -/help - 도움말 -/context - 현재 컨텍스트 확인 /profile - 내 프로필 보기 -/stats - 대화 통계 -/reset - 대화 초기화 (확인 필요)`; +/reset - 대화 초기화 +/help - 도움말`; case '/help': return `📖 도움말 -기본 명령어: -/start - 봇 시작 -/context - 현재 컨텍스트 상태 /profile - 내 프로필 보기 -/stats - 대화 통계 -/reset - 대화 초기화 (확인 단계 있음) +/reset - 대화 초기화 +/start - 봇 시작 대화할수록 당신을 더 잘 이해합니다 💡`;