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
feat(log): support custom attributes in log view via --fields
getLogs and getLogsBatch now accept extraFields, which are merged with
the default DETAILED_LOG_FIELDS before the API request — same pattern
as listLogs. formatLogDetails renders a Custom Attributes section for
any fields that were explicitly requested. The KNOWN_DETAIL_FIELDS
blocklist approach was avoided; instead extraFields flows through
LogViewData so the formatter only shows what was asked for.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments