SessionStart
01Hook
Runs when a session starts, executing session-init.sh. From JaredStewart/coderlm.
Tree-sitter-powered code indexing server that gives LLM agents precise, on-demand access to symbols, implementations, callers, tests, and grep across multi-language projects - so they explore codebases through targeted queries instead of loading everything into context.
Hook
Runs when a session starts, executing session-init.sh. From JaredStewart/coderlm.
Hook
Runs when you submit a prompt, before the agent sees it, executing coderlm_cli.py with --commands and --code. From JaredStewart/coderlm.
Hook
Runs when a subagent starts, executing coderlm_cli.py with --commands and --code. From JaredStewart/coderlm.
Hook
Runs when the agent finishes a response, executing session-stop.sh. From JaredStewart/coderlm.