@patcherly/nodejs-connector
v2.3.12
Published
Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it bac
Downloads
1,750
Readme
Patcherly Node.js connector
Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it back in a click.
patcherly.com · Node.js connector docs ·
Recommended install
Use the universal installer (one command, auto-pairs).
Package install
npm install @patcherly/nodejs-connector
npx patcherly loginPairing
patcherly loginTest mode (sample error detection)
After pairing, verify the pipeline without waiting for a real exception. In your Patcherly dashboard, open Targets → your target → Test Mode (30-minute window per target), then run:
npx patcherly send-testThe sample is tagged is_test_sample — it does not affect metrics or notifications. See Verify ingest with send-test in the help center.
Security
OAuth pairing and per-token HMAC signing; fix payloads verified before apply. See Connectors overview, Prompt injection protection, and Custom sanitiser patterns. Node.js-specific detail: Node.js connector — security.
