SessionStart
01Hook
Runs when a session starts on startup, clear, resume and compact, running thoughtline protocol --event session-start (3 commands). From AgusLoza2021/Thoughtline.
Hook
Runs when a session starts on startup, clear, resume and compact, running thoughtline protocol --event session-start (3 commands). From AgusLoza2021/Thoughtline.
Hook
Runs when you submit a prompt, before the agent sees it, running thoughtline hook user-prompt-submit. From AgusLoza2021/Thoughtline.
Hook
Runs before the agent uses a tool, running thoughtline hook pre-tool-use. From AgusLoza2021/Thoughtline.
Hook
Runs after a tool call finishes, running thoughtline hook post-tool-use. From AgusLoza2021/Thoughtline.
Hook
Runs when the agent finishes a response, running thoughtline hook stop. From AgusLoza2021/Thoughtline.
Hook
Runs when a session ends, running thoughtline hook session-end. From AgusLoza2021/Thoughtline.