- Add /history [N] command to view recent conversation history
- Default 20 messages, max 100
- Shows date/time, role (user/bot), and message preview
- Add /search <keyword> command to search conversations
- Uses extractKeywords() for smart keyword extraction
- Shows up to 15 results with date and content preview
- Update /stats command to use new conversation-storage service
- Shows total message count, first/last message dates
- Shows archived summary count
- Links to /history and /search commands
- Update /start and /help commands to include new commands
- Import conversation-storage functions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove unused config in commands.ts
- Remove deprecated formatDepositResult function in deposit-tool.ts
- Remove unused type imports in deposit-tool.ts
- Fix import path in deposit-agent.test.ts (src/deposit-agent → src/agents/deposit-agent)
This is a cleanup commit following the agent pattern unification work.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Server Management:
- Fix /server command API auth (query param instead of header)
- Show server specs (vCPU/RAM/Bandwidth) in /server list
- Prevent AI from refusing server deletion based on expiration date
- Add explicit instructions in tool description and system prompt
Refund Display:
- Show before/after balance in server deletion refund message
- Format: 환불 전 잔액 → 환불 금액 → 환불 후 잔액
Other Changes:
- Add stopped status migration for server orders
- Clean up callback handler (remove deprecated code)
- Update constants and pattern utilities
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 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>