Glamourous agentic coding for all
Crush v0.77.0 adds user-level global context files and named hooks for easier hook management.
$ git clone --branch v0.77.0 https://github.com/charmbracelet/crush.git # already have the repo? check out this version: $ git checkout v0.77.0
# In your Crush config (e.g. crush.jsonc):
{
"hooks": {
"PreToolUse": [
{
"name": "Mr. Hot Hook",
"matcher": "bash",
"command": "./hooks/my-hot-hook.sh"
}
]
}
} - ›Supports user-level global context files (
~/.config/AGENTS.mdor~/.config/crush/CRUSH.md) loaded automatically on session start. - ›Adds a
namefield to hook definitions, making individual hooks identifiable in the CLI.