Setup
01Hook
Runs once when the project is set up, executing get-pip.py via bash with --upgrade and --quiet. From pluto2060/CTX.
9 3mo ago A
tokens not measured
original MIT
Hook
Runs once when the project is set up, executing get-pip.py via bash with --upgrade and --quiet. From pluto2060/CTX.
Hook
Runs when a session starts, executing vec-daemon.py via bash. From pluto2060/CTX.
Hook
Runs when you submit a prompt, before the agent sees it, executing chat-memory.py, bm25-memory.py and memory-keyword-trigger.py with --rich (3 commands). From pluto2060/CTX.
Hook
Runs after a tool call finishes for Grep tool calls, executing g2-fallback.py via python3. From pluto2060/CTX.
Hook
Runs when the agent finishes a response, executing utility-rate.py via python3. From pluto2060/CTX.