Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.
Reads the message history of a specific chat from the bot's SQLite database by CHAT_ID. Filters by session, role (user/bot/tool/system), time, and limit; full-text search over message text (FTS5); output as text or JSON. Use when you need to view/analyze a chat conversation, search it for a word/phrase, restore session context, or dump messages.