Details
Use Details to answer:- Did requested work complete?
- When did the run start and finish?
- Which deployment version ran?
- Which entrypoint, region and machine were used?
- Is the workspace saved or updating?
- Did responses complete before later cleanup stopped the run?
- Is a runtime update recommended?
Activity
Use Activity for the important lifecycle:- run admission and start;
- sandbox initialization and readiness;
- response and turn transitions;
- tool and artifact events;
- workspace checkpoint and upgrade events;
- compaction and active-tool changes;
- warnings, errors and cancellation.
Diagnostics
Use Diagnostics for the complete sanitized technical stream. It retains lower-level runtime evidence and stable event names needed for support and automation. Diagnostics never exposes:- credentials or authorization headers;
- provider payload contents by default;
- private storage or encryption metadata;
- platform control credentials or connection details;
- raw tool arguments or results;
- platform-owned runtime files.
Diagnostic workflow
- Read the interpreted outcome in Details.
- Find the last successful lifecycle transition in Activity.
- Open Diagnostics near the same timestamp.
- Identify the failure phase.
- Apply the troubleshooting guide for that phase.