docs: add coding-agent client-hooks instrumentation blog post - #2749
Open
sfc-gh-jreini wants to merge 8 commits into
Open
docs: add coding-agent client-hooks instrumentation blog post#2749sfc-gh-jreini wants to merge 8 commits into
sfc-gh-jreini wants to merge 8 commits into
Conversation
Announces the upcoming release feature that traces Cursor, Claude Code, and OpenCode sessions via native lifecycle hooks with no app code changes. Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
Shows scoring hook-captured Cursor/Claude/OpenCode traces offline with Metric + Selector + compute_feedbacks_on_events, using real APIs already on main (tool_selection, execution_efficiency, coherence_across_turns). Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
TRULENS_CAPTURE_CONTENT only restores RECORD_ROOT input/output; tool call arguments and results need TRULENS_CAPTURE_TOOL_PAYLOADS independently, per CapturePolicy.apply in client_hooks/privacy.py. Without it, trace-level judges like Tool Selection score an emptied-out trace. Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
Tell readers to turn on all three content flags for useful evals instead of just warning about what breaks when they're off. Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
Avoid implying client-hooks.sqlite is a fixed or special path; reuse the same postgres connection example already shown in the destination section. Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code) Co-Authored-By: Cortex Code <noreply@snowflake.com>
A5Wagyu32
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
mkdocs serve(frontmatter,<!-- more -->cut, image path)Generated with Cortex Code