it0/packages/services/agent-service/src
hailin 947a47869e fix(agent-service): use https.request for Whisper STT to bypass self-signed cert
Node 18 native fetch (undici) ignores https.Agent, causing fetch failed
on the self-signed proxy at 67.223.119.33:8443. Switch to https.request
with rejectUnauthorized: false which works reliably.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 07:51:37 -08:00
..
application feat: implement complete commercial monetization loop (Phases 1-4) 2026-03-03 21:09:17 -08:00
domain feat(voice): add per-turn interrupt support to VoiceSessionManager 2026-03-04 04:25:57 -08:00
infrastructure fix(agent-service): use https.request for Whisper STT to bypass self-signed cert 2026-03-06 07:51:37 -08:00
interfaces feat(chat): voice-to-text fills input box instead of auto-sending 2026-03-06 07:01:39 -08:00
agent.module.ts feat(agent-service): add voice message endpoint with Whisper STT and async interrupt 2026-03-06 03:12:03 -08:00
main.ts fix: increase body parser limit to 50mb for large PDF uploads 2026-02-28 05:35:43 -08:00