[console_scripts]
thirdeye = thirdeye.cli:main
thirdeye-claude-notification = thirdeye.platforms.claude.hooks:notification
thirdeye-claude-permission-request = thirdeye.platforms.claude.hooks:permission_request
thirdeye-claude-post-tool-use = thirdeye.platforms.claude.hooks:post_tool_use
thirdeye-claude-pre-tool-use = thirdeye.platforms.claude.hooks:pre_tool_use
thirdeye-claude-session-end = thirdeye.platforms.claude.hooks:session_end
thirdeye-claude-session-start = thirdeye.platforms.claude.hooks:session_start
thirdeye-claude-stop = thirdeye.platforms.claude.hooks:stop
thirdeye-claude-stop-failure = thirdeye.platforms.claude.hooks:stop_failure
thirdeye-claude-subagent-stop = thirdeye.platforms.claude.hooks:subagent_stop
thirdeye-claude-user-prompt-submit = thirdeye.platforms.claude.hooks:user_prompt_submit
thirdeye-codex-notify = thirdeye.platforms.codex.hooks:notify
thirdeye-gemini-after-agent = thirdeye.platforms.gemini.hooks:after_agent
thirdeye-gemini-after-model = thirdeye.platforms.gemini.hooks:after_model
thirdeye-gemini-after-tool = thirdeye.platforms.gemini.hooks:after_tool
thirdeye-gemini-before-agent = thirdeye.platforms.gemini.hooks:before_agent
thirdeye-gemini-before-model = thirdeye.platforms.gemini.hooks:before_model
thirdeye-gemini-before-tool = thirdeye.platforms.gemini.hooks:before_tool
thirdeye-gemini-session-end = thirdeye.platforms.gemini.hooks:session_end
thirdeye-gemini-session-start = thirdeye.platforms.gemini.hooks:session_start
thrdi = thirdeye.cli:main
