| commit | 4d54493fe3808ecd0c6a9a4d0bbcc7786e97b094 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed May 07 13:33:53 2025 +0000 |
| committer | Autoformatter <bot@sketch.dev> | Thu May 08 19:25:30 2025 +0000 |
| tree | 9877409fc95aaa32aed882426ea15464b8036e34 | |
| parent | a4ad8af8b08a54326bbbd99d57110a42c459c54e [diff] [blame] |
all: support hiding subconvo output Some of it is systematically noisy.
diff --git a/claudetool/pre-commit.go b/claudetool/pre-commit.go index 306c7b9..f8fe5a0 100644 --- a/claudetool/pre-commit.go +++ b/claudetool/pre-commit.go
@@ -55,6 +55,7 @@ info := conversation.ToolCallInfoFromContext(ctx) sub := info.Convo.SubConvo() + sub.Hidden = true sub.PromptCaching = false sub.SystemPrompt = `Analyze the provided git commit messages to identify consistent patterns, including but not limited to: