MyBatis-Plus 持久化实现(默认后端):把 core 的 AiCallRecordSink / AiUsageLogSink /
ToolInvocationRecorder / ChatSessionStore / ConfirmationStore 落到 6 张 AI 表
(ai_call_record / ai_usage_log / ai_tool_invocation / ai_chat_session /
ai_chat_message / ai_pending_tool_call)。host 引入即获得可持久化(替换 Noop/InMemory 默认)。