• Joined on 2025-12-07
Koko210 pushed to master at Koko210/miku-discord 2026-04-08 14:15:48 +03:00
4b5be3bf97 fix: align config.yaml structure with Pydantic AppConfig schema
742b7b6b64 fix: persist config_runtime.yaml inside volume-mounted memory dir
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-03-31 15:16:49 +03:00
f50c677baf ui: move Re-crop Current button under cropped avatar preview in tab11
56a70705b2 feat: add PFP album/gallery system with batch upload, cropping, and disk management
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-03-30 15:10:24 +03:00
f092cadb9d feat: add Profile Picture Management tab with manual crop, description editor
Koko210 pushed to master at Koko210/miku-discord 2026-03-30 14:30:46 +03:00
08fb465c67 Fix: Cache regular Miku avatar URL to prevent pfp bleed in bipolar arguments
Koko210 pushed to master at Koko210/miku-discord 2026-03-30 12:50:39 +03:00
e6529f1bc3 added check to only crop pfp if > minimum Discord pfp resolution
Koko210 pushed to master at Koko210/miku-discord 2026-03-05 22:16:17 +02:00
54d9a80089 fixed webhook pfp for regular miku being wrong when evil mode active
Koko210 pushed to master at Koko210/miku-discord 2026-03-05 22:04:29 +02:00
832fc0d039 added test log with multiple various test scenarios between models and evil/regular miku
Koko210 pushed to master at Koko210/miku-discord 2026-03-05 22:03:50 +02:00
d5b9964ce7 Fix vision pipeline: route images through Cat, pass user question to vision model
Koko210 pushed to master at Koko210/miku-discord 2026-03-04 00:52:28 +02:00
ae1e0aa144 add: cheshire-cat configuration, tooling, tests, and documentation
eafab336b4 feat: add Traefik proxy, custom chat template, improve Cheshire Cat memory
335b58a867 feat: fix evil mode race conditions, expand moods and PFP detection
5898b0eb3b fix: update .gitignore to cover all bot/memory subdirs, untrack runtime data
8ca716029e add: absorb soprano_to_rvc as regular subdirectory
Compare 9 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-03-03 12:43:02 +02:00
a226bc41df Rewrite is_miku_addressed() to only trigger when addressed, not mentioned
Koko210 pushed to master at Koko210/miku-discord 2026-03-01 01:17:13 +02:00
892edf5564 feat: Last Prompt shows full prompt with evil mode awareness
Koko210 pushed to master at Koko210/miku-discord 2026-03-01 00:57:24 +02:00
a0a16e6784 fix: resolve Cat personality startup race condition
Koko210 pushed to master at Koko210/miku-discord 2026-03-01 00:34:02 +02:00
f0b5d71097 feat: add loading spinners on tab switch for data-driven tabs
0cdf26dc34 feat: populate all mood dropdowns dynamically from API
1037d13b0a feat: reorganize tabs + add Last Prompt CC/Fallback toggle
5bdd907730 refactor: standardize raw fetch() calls to use apiCall() wrapper
820a226dd9 refactor: consolidate 3 DOMContentLoaded listeners into single init block
Compare 6 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-02-28 23:32:56 +02:00
191a368258 fix: prevent XSS in addChatMessage by using textContent for user input
7a10206617 feat: modal UX - close on Escape key and backdrop click, add ARIA attributes
8b96f4dc8a cleanup: remove duplicate escapeHtml function, add null check to remaining one
4666986f78 cleanup: remove ~70 lines of duplicate CSS for conversation view styles
5e002004cc fix: notification system - timer race condition, success color, z-index above modals
Compare 7 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-02-28 23:17:00 +02:00
a434f11561 fix: add viewport meta tag for responsive support
a217f18649 fix: add missing create-memory-collection hidden input to Create Memory modal
ed9df5ff81 fix: resetServerMood variable scoping - originalText accessible in finally block
6a35718a7c feat: enable mouse wheel horizontal scrolling on tab bar
e2077705de fix: improve log panel with auto-scroll and color-coded lines
Compare 6 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-02-27 13:14:41 +02:00
66881f4c88 refactor: deduplicate prompts, reorganize persona files, update paths
9038f442a3 feat(evil-miku): add 10-mood system and Evil Miku Cat plugin
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-02-26 12:08:43 +02:00
7aafd06da1 added new evil mood emoji map to web UI and minor fixes
Koko210 pushed to master at Koko210/miku-discord 2026-02-25 14:41:13 +02:00
9e5511da21 perf: reduce container sizes and build times
Koko210 pushed to master at Koko210/miku-discord 2026-02-25 13:20:44 +02:00
0edf1ef1c0 Fix webhook avatar mismatch: pass avatar_url at send time
Koko210 pushed to master at Koko210/miku-discord 2026-02-23 14:32:51 +02:00
9b74acd03b Fix missing sklearn module in miku-bot; upgrade miku-stt to CUDA 12.8.1 + PyTorch 2.7.1