PostToolUse
PulseAugur coverage of PostToolUse — every cluster mentioning PostToolUse across labs, papers, and developer communities, ranked by signal.
2 day(s) with sentiment data
-
Developer shares method to measure Claude Code hook latency
A developer has detailed a method for measuring the latency of custom scripts, known as "hooks," integrated into Claude Code. These hooks, used for tasks like automatic git commits or project categorization, can signifi…
-
Claude Code hooks: troubleshooting guide for custom script execution
This guide explains how to troubleshoot issues with Claude Code hooks, which are custom scripts designed to automate actions or enforce policies within the Claude Code environment. It details steps to verify if a hook i…
-
Developer cuts Anthropic Claude Code costs with custom bash hooks
A developer significantly reduced their AI costs by implementing custom hooks for Anthropic's Claude Code. By adding a PostToolUse bash hook, they prevented Claude Code from entering costly retry loops after migration f…
-
Anthropic Claude Code hooks automate workflows and enhance safety
Anthropic's Claude Code offers developers powerful hooks to automate workflows and enhance safety. The `PreToolUse` hook acts as a guard against destructive commands like `rm -rf` or `git push --force`, preventing unint…
-
Claude Code production audit logs use PostToolUse hook
This article details how to implement audit logs for Claude Code using the PostToolUse hook, a crucial component for production environments. It explains that this hook runs after a tool call has completed, allowing dev…