• Joined on 2026-01-06
veikab pushed to main at dsrptlab/clientsflow 2026-02-26 04:43:56 +00:00
a0ff1d00f6 Hydrate Telegram avatars on demand in frontend API
veikab pushed to main at dsrptlab/clientsflow 2026-02-26 04:23:10 +00:00
97fb67f68c Fetch Telegram avatars via API when webhook has no photo
veikab pushed to main at dsrptlab/clientsflow 2026-02-26 03:59:56 +00:00
6bae0300c8 Cache Telegram avatars locally and refresh avatar file ids
veikab pushed to main at dsrptlab/clientsflow 2026-02-26 03:41:37 +00:00
ba3e5f7cac Fix Telegram contact avatars in CRM list
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 07:54:04 +00:00
0f87586e81 fix: OUT messages no longer create unread status + handle Telegram read receipts
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 02:27:37 +00:00
6291797bb6 chore: upgrade Prisma 7, LangChain 1.x, Tailwind 4.2, Vue 3.5.29 and other deps
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 02:08:27 +00:00
f4891e6932 fix: replace prisma.$use with $extends for Prisma 6 compatibility
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 02:04:09 +00:00
5c29cde13d refactor: remove manual upsertClientTimelineEntry from GraphQL resolvers
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 02:01:36 +00:00
693a96cffd feat: auto-create ClientTimelineEntry via Prisma middleware
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 01:45:37 +00:00
bf7f4ae933 feat: broadcast pilot agent traces via WebSocket for live status on reconnect
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 01:28:57 +00:00
b830f3728c fix: show action label (Показать/Скрыть) instead of status in inbox settings
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 01:21:10 +00:00
5ff7dc8d65 chore: update instructions submodule to latest
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 01:18:51 +00:00
7d647bef25 fix: disable context picker mode after selecting a scope
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 01:17:23 +00:00
9b6e8291fe fix: waveform not rendering on voice messages after thread switch
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 00:56:16 +00:00
6e3763a5fd fix: refetch contacts after hiding inbox, redirect to most recent chat
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 00:32:40 +00:00
292d587fe1 debug(calendar): add console.warn to GSAP zoom animation functions
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 00:15:01 +00:00
1a6840cdc6 fix: optimistic message send — no full timeline reload
veikab pushed to main at dsrptlab/clientsflow 2026-02-25 00:07:12 +00:00
898f0dc0c5 feat: auto-scroll chat to bottom on thread switch and new messages
veikab pushed to main at dsrptlab/clientsflow 2026-02-24 14:45:07 +00:00
cb685446a5 fix: show loading spinner when switching between contact threads
veikab pushed to main at dsrptlab/clientsflow 2026-02-24 14:09:45 +00:00
3ff9120070 fix: export isCommCallPlaying from useCallAudio composable