start_session
Initiate a session by restoring project context, loading memories, and applicable coding guides when users greet with “hi-ai” or similar prompts to continue work efficiently.
Instructions
IMPORTANT: This tool should be automatically called when users greet with "하이아이", "hi-ai", "안녕", "hello", or similar greetings. It loads project context, previous memories, and restores the last session state to continue work seamlessly.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
greeting | No | Greeting message that triggered this action (e.g., "하이아이", "hi-ai") | |
loadGuides | No | Load applicable coding guides (default: true) | |
loadMemory | No | Load relevant project memories (default: true) | |
restoreContext | No | Restore previous session context (default: true) |