MythEclipse
  • Joined on 2026-05-13
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 06:15:06 +00:00
ada7a768f8 fix(gateway): bump 0011 voice_transcription journal when above applied max
MythEclipse pushed to main at MythEclipse/TeleUploader 2026-08-01 06:06:51 +00:00
24dfb1c6b1 fix: fail-fast guard TELEGRAM_CHUNK_SIZE_BYTES <= 19MB (Telegram getFile limit 20MB)
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 05:44:35 +00:00
493bca590d fix(infra): build native voice deps (opus, datachannel) in Nix closure
823b484497 chore(gateway): pnpm 11 build-script approvals (allowBuilds) for native voice deps
891c1305f0 feat(gateway): restore Discord GoLive screenshare (dulu pernah ada, hilang saat split microservices)
189ab1c1f6 feat(fe): real mic capture for voice transmit (kirim suara)
9d60f00934 fix(infra): add ffmpeg + yt-dlp to gmw-discord-gateway runtime
Compare 5 commits »
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 04:14:13 +00:00
903e7c4aeb feat(fe): remove Settings page from dashboard
0771e62223 feat(fe): remove Live tab from dashboard
Compare 2 commits »
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 04:02:49 +00:00
8e7ba67248 fix: message detail shows only its own images, not everyone's
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 03:40:57 +00:00
8a4024f619 fix(fe): crash 'reading charAt' on message avatar fallback
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 03:25:42 +00:00
ec89d64dbf fix(fe): crash 'reading channel_id' + recharts width/height warnings
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 02:48:07 +00:00
6f41c22cb5 fix(db): migration 0013 rename mascot_chat_messages to chatbot_messages
MythEclipse pushed to main at MythEclipse/GMW 2026-08-01 02:28:28 +00:00
01c18b2060 refactor(fe): replace TanStack Query with SWR + UI/data cleanup
1f91f99de3 feat(automod): render sticker, role & user names in moderation views
Compare 2 commits »
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 16:17:23 +00:00
6df4f306dd refactor: remove unused text analysis module and integrate Qdrant enhancements
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 14:30:45 +00:00
fc475dfbb7 feat(automod): store semantic cache embeddings in Qdrant
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 14:11:41 +00:00
dc119b5d5a chore(env): switch AI_LLM_BASE_URL to omniroute (imrnes:20128)
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 13:22:23 +00:00
2f298cfe22 fix(db): correct migration 0012 timestamp — drizzle skips when < last applied
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 13:14:19 +00:00
7ab9a7fd2d fix(automod): force float encoding for embeddings — Nvidia models reject base64
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 13:08:48 +00:00
67e432564d ci(deploy): declarative env — CI writes service env from Gitea secrets
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 12:46:36 +00:00
f2b797e6ce refactor(deploy): remove max-parallel setting from job strategy
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 12:46:09 +00:00
8480407167 fix(automod): parenthesize ?? chain in autoDeleteNotify — Node runtime SyntaxError
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 12:40:34 +00:00
1249ae81d8 perf(automod): compress prompts ~40% + semantic cache via AI_LLM_EMBEDDING_MODEL
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 12:13:38 +00:00
60084b3cc3 fix(automod): flow real LLM analysis + descriptive fallback
MythEclipse pushed to main at MythEclipse/GMW 2026-07-31 10:55:07 +00:00
0bd4369ae9 refactor(automod): remove regex classifier — LLM is the sole judge