Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
fullsend-ai
/
fullsend
Public
Notifications
You must be signed in to change notification settings
Fork
95
Star
128
Code
Issues
2k
Pull requests
112
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(telemetry): capture tool results in Level 3 content and emit execute_tool spans
- #6603
#6603
Open
dhshah13
wants to merge 22 commits into
fullsend-ai:main
fullsend-ai/fullsend:main
from
dhshah13:feat/l3-tool-results
dhshah13/fullsend:feat/l3-tool-results
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
feat(telemetry): capture tool results in Level 3 content and emit execute_tool spans
#6603
dhshah13
wants to merge 22 commits into
fullsend-ai:main
fullsend-ai/fullsend:main
from
dhshah13:feat/l3-tool-results
dhshah13/fullsend:feat/l3-tool-results
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
feat(telemetry): emit ToolResultEvent from the Claude stream parser
Show description for fb254ac
dhshah13
committed
fb254ac
View commit details
Copy full SHA for fb254ac
Browse repository at this point
feat(telemetry): map tool results to tool_call_response content parts
Show description for 75b62db
dhshah13
committed
75b62db
View commit details
Copy full SHA for 75b62db
Browse repository at this point
feat(telemetry): bound each captured tool result at 8KiB
Show description for 570c25c
dhshah13
committed
570c25c
View commit details
Copy full SHA for 570c25c
Browse repository at this point
docs(telemetry): tool results are now captured at Level 3
Show description for 3c5333d
dhshah13
committed
3c5333d
View commit details
Copy full SHA for 3c5333d
Browse repository at this point
test(telemetry): pin parser defensive branches for malformed user lines
Show description for aca9983
dhshah13
committed
aca9983
View commit details
Copy full SHA for aca9983
Browse repository at this point
fix(telemetry): drop malformed oversized tool ids from content parts
Show description for c6adc28
dhshah13
committed
c6adc28
View commit details
Copy full SHA for c6adc28
Browse repository at this point
fix(telemetry): count, scan, and bound part ids in the content budget
Show description for 121d0d3
dhshah13
committed
121d0d3
View commit details
Copy full SHA for 121d0d3
Browse repository at this point
fix(telemetry): surface tool errors and per-part truncation; document role shaping
Show description for cdbb1e2
dhshah13
committed
cdbb1e2
View commit details
Copy full SHA for cdbb1e2
Browse repository at this point
fix(telemetry): charge a whole-dropped boundary part in full
Show description for 139d06d
dhshah13
committed
139d06d
View commit details
Copy full SHA for 139d06d
Browse repository at this point
fix(security): redact bare Google OAuth tokens and JWTs
Show description for 833e73c
dhshah13
committed
833e73c
View commit details
Copy full SHA for 833e73c
Browse repository at this point
fix(telemetry): close the round-2 review findings on tool-result capture
Show description for 54a4fcc
dhshah13
committed
54a4fcc
View commit details
Copy full SHA for 54a4fcc
Browse repository at this point
fix(security): cover service-account tokens; stop ya29 prose over-match
Show description for 1890571
dhshah13
committed
1890571
View commit details
Copy full SHA for 1890571
Browse repository at this point
fix(telemetry): mark partially flattened tool results as truncated
Show description for 2689b39
dhshah13
committed
2689b39
View commit details
Copy full SHA for 2689b39
Browse repository at this point
docs(telemetry): name both convention deviations at the message shaping
Show description for 3d087ce
dhshah13
committed
3d087ce
View commit details
Copy full SHA for 3d087ce
Browse repository at this point
feat(telemetry): emit one execute_tool child span per tool call
Show description for f14e25e
dhshah13
committed
f14e25e
View commit details
Copy full SHA for f14e25e
Browse repository at this point
fix(telemetry): scan the tool call id before it becomes a span attribute
Show description for 1b00ba7
dhshah13
committed
1b00ba7
View commit details
Copy full SHA for 1b00ba7
Browse repository at this point
docs(adr): place the tool-call content attributes at semconv v1.38.0
Show description for 127f1da
dhshah13
committed
127f1da
View commit details
Copy full SHA for 127f1da
Browse repository at this point
docs(adr): state full per-call span volume as the intended design
Show description for 3cb6df5
dhshah13
committed
3cb6df5
View commit details
Copy full SHA for 3cb6df5
Browse repository at this point
docs(adr): renumber the tool-call span topology ADR to 0108
Show description for c1699c3
dhshah13
committed
c1699c3
View commit details
Copy full SHA for c1699c3
Browse repository at this point
fix(telemetry): count a tool call dropped past the span cap once
Show description for 7ceef92
dhshah13
committed
7ceef92
View commit details
Copy full SHA for 7ceef92
Browse repository at this point
fix(telemetry): finish open tool spans on the cancellation path, and correct the timing premise
Show description for dff552d
dhshah13
committed
dff552d
View commit details
Copy full SHA for dff552d
Browse repository at this point
fix(telemetry): widen the ya29 type segment, pin two parser edges, and tighten the span docs
Show description for 45d8455
dhshah13
committed
45d8455
View commit details
Copy full SHA for 45d8455
Browse repository at this point
You can’t perform that action at this time.