[Dev]: kargone-node-dev queue/kargone-node-dev
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: fix: close IDOR and admin empty-permission bypasses\n\nEnforce seller ownership on still-available, gate vehicle listing APIs by owner/dealer access, and deny empty admin accessPermissions (SUPER_ADMIN only for break-glass). - d98b3376ce1a59bd6b1125178f1cc0612eaa13e8", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Removed logs after debug. - 4ea5968c7b73f316f2a050b6d07bc07a2217196b", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: fix: use last reported odometer from history instead of estimated mileage\n\nResolve recorded mileage by matching basic_specs.last_odometer_date in mileage_records / detailed_vehicle_history, persist it on VehicleDatabaseApiHistory.mileage, and return it from the dealer vehicle history preview. - 4a7bd2ceb4cc9a64cb7af3fcf1045430f0751eb4", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Fix kpi's count - 095b905b8bbd064ffd97e399814710766f4fed78", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "mramar1657(mramar1657) pushed a commit to null at branch main Commit: Fix RangeError crash on ElevenLabs mulaw audio (ulaw_8000 output format)\n\nTwilio media bridge assumed every ElevenLabs audio chunk was raw PCM16\n(2 bytes/sample) and ran it through fade/resample helpers built for that\nformat. Once the agent's TTS output format was switched to ulaw_8000\n(1 byte/sample), an odd-length mulaw chunk read as PCM16 walked one\nsample past the buffer end, throwing RangeError [ERR_OUT_OF_RANGE] in\npeakAmplitudePcm16 and crashing the whole backend process mid-call.\n\nDetect mulaw output via the agent_output_audio_format hint and pass\nthose chunks straight through to Twilio unmodified, skipping the\nPCM16-only fade/resample path entirely.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> - 6ca13f8023bf0cd2e2b7f8fc5fa1e069f85e41ef", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: feat(admin): expose planBadge/planLabel on campaign dealers API\n\nSo the dealer list can show Free Trial, Auto Pay, or Pay As You Go from dealerlead packageSelection. - 1a78340a2af6e5a036d04743a9d5fc6c1d2b81d7", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "sirajy(sirajy) pushed a commit to null at branch main Commit: FIXED: interested dealers issue - d3890eaaaaea71df5ca51264285a4080be3d20cc", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: fix: defer invalid mileage save and accept override via market-value\n\nStop persist out-of-range mileage on validate-mileage; market-value writes mileage and sets isMileageValidated. Prevent market_value queue jobs from undoing that accept. - 89f4804af1bb716968b712d22c984270f37e4168", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Edit sudo login redirect url - cc2450e61dd3700f7db20697b036328d1f35653d", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "sirajy(sirajy) pushed a commit to null at branch main Commit: CHANGED: timout back - f52b5b918e6fd356052f31bc4806cec9d8f40653", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "sirajy(sirajy) pushed a commit to null at branch main Commit: CHANGED; validate-mileage and validate-marketvalue timeout - 3aeb0eb924a0c6b802f074610ead791e01f5f67d", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: fix: preserve VIN on history-report lookup so isAlreadyExists works\n\nNHTSA decode omitted vin, so the same-dealer prior-report check was skipped and FE always got isAlreadyExists false. - 60fb93270e75d6416aeba41a630b8402d8a9f746", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "mramar1657(mramar1657) pushed a commit to null at branch main Commit: Rebuild dealer FAQ knowledge base and fix voice agent pricing, naming, and flow bugs\n\n- Rebuild knowledge/*.json from the Updated Knowledgebase source only, removing\n duplicate/stale entries; add seller_faq category\n- Fix Auto Pay pricing: remove obsolete $10 intro tier, flat $25/lead driven from\n a single constants file (helpers/constants.js), with flat-safe phrase rendering\n- Rename agent from "Treesy" to "Tracy" across prompts, greetings, and the agent\n registry\n- Fix knowledge-router.service.js referencing deleted KB entry IDs after the\n rebuild (dead lookups from the old dealer_faq_49/74 entries)\n- Add explicit-ask rule to COMPLIANCE & DISCLOSURE so the agent stops volunteering\n AI/bot disclosure on unrelated questions (e.g. a caller asking to spell the\n agent's name)\n- Add natural-phrasing rule so spoken answers read like conversation, not clipped\n ad copy with dropped articles/modals\n- Add "answer directly, stay in scope" rule so FAQ answers lead with the actual\n answer instead of drifting into generic description or an unrelated pitch\n- Fix the Cars.com comparison FAQ answer_expand to actually contrast against\n Cars.com instead of just describing Kargone in isolation\n- Make the onboarding VALUE step required (was optional) and have it explain the\n actual matching mechanism instead of a vague one-line value prop, so dealers\n hear how the platform works before being pitched the trial\n- Ban bare backchannel filler ("mm-hmm", "uh") as a standalone turn opener\n- Improve contact-capture email correction/re-confirmation flow and wire it into\n voice-capture.service.js\n- Add ai-evaluation harness (scenarios + test runner) and npm scripts to run it\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> - bf528e772bcbb0d526ebf11e5adb94eab34e6263", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "nomaan-appening(nomaan-appening) pushed a commit to null at branch main Commit: Add condition for identityVerificationStatus - 7ddbaa51794ba7ee8fa933b280b8f4303965b4ef", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Fix bugs. - 9b0c7287fea4dba4a7fa5506e4cab8128ec50e62", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Fix internal server error in appraisal download and send api. - 723a2470d2429af1de51f101a3768500fb8fc8e5", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "nomaan-appening(nomaan-appening) pushed a commit to null at branch main Commit: Changes in agent name - 8b2d023b75cab9e25a175a3549fcd6c7a27515f2", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "sirajy(sirajy) pushed a commit to null at branch main Commit: FIXED: bugs on seller - 94ffd78c198850ca26068bf17abd485979003a98", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Disabled cars should appear without selecting Disabled in the Status filter. Selecting a single status still filters to that one only. - 2e8440cd3f375971de2b02fa81436e762fd7d6e9", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
{ "message": "aniketAppening(aniketAppening) pushed a commit to null at branch main Commit: Fix sort in image discrepancies and milage discrepancies api - 91deb8606480c4b1212768133bc374f14d8e953d", "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh" }
Hint: ⇧ + Click to select a range of jobs.