Skip to content

feat: add unified node diagnostics and error normalization#73

Merged
thymikee merged 4 commits into
mainfrom
codex/unified-node-diagnostics
Feb 18, 2026
Merged

feat: add unified node diagnostics and error normalization#73
thymikee merged 4 commits into
mainfrom
codex/unified-node-diagnostics

Conversation

@thymikee
Copy link
Copy Markdown
Member

Summary

Add a unified Node.js diagnostics layer and normalized error envelope across CLI, daemon, handlers, and dispatch.

Includes:

  • request-scoped diagnostics events with timing + correlation IDs
  • per-session diagnostics files on failure/debug
  • normalized errors with hint, diagnosticId, and logPath
  • --debug flag with --verbose alias compatibility
  • retry telemetry routed through diagnostics
  • targeted simplifications from review:
    • preserve diagnostics metadata through batch/replay wrappers
    • narrower redaction policy for better debuggability
    • async debug log appends
    • shared daemon request/response types

Validation

  • pnpm typecheck
  • pnpm test:unit
  • pnpm test:smoke

@thymikee thymikee force-pushed the codex/unified-node-diagnostics branch from 85babe4 to 774d5b2 Compare February 18, 2026 18:31
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 18, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-02-18 18:40 UTC

@thymikee thymikee force-pushed the codex/unified-node-diagnostics branch from 774d5b2 to 4042a49 Compare February 18, 2026 18:36
@thymikee thymikee merged commit feeee5e into main Feb 18, 2026
5 of 6 checks passed
@thymikee thymikee deleted the codex/unified-node-diagnostics branch February 18, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant