• Joined on 2025-12-07
Koko210 pushed to master at Koko210/miku-discord 2026-06-11 20:37:10 +03:00
cfd5eb16f7 fix: protect server config from truncation and recover from Discord guilds
Koko210 pushed to master at Koko210/miku-discord 2026-06-03 22:51:47 +03:00
486acb5c14 Fix reply-context speaker confusion with structured metadata pipeline
9d2c14fa0b Fix vision pipeline: ffmpeg removal by autoremove, increase vision timeout, reduce frame count, add Discord activity awareness
d333c61c8f fix: set default bedtime end time to 11 PM (was 9 PM)
e1f81e52e5 Fix Miku confusing who said what in conversations
Compare 4 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-05-20 13:56:32 +03:00
201f2e3df5 feat(ui): add model selection UI to LLM Settings tab
b017a0ec04 feat(api): register models_selector routes
6bf9a30c33 feat(routes): sync model globals via config API, fix log message
8e5260561a feat(config): persist model selections via config_manager
b4737c1ae1 fix(cat): use configured models instead of hardcoded strings
Compare 6 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-05-18 21:44:17 +03:00
7cb21a372b feat: make Web UI mood dropdowns Evil Mode-aware
Koko210 pushed to master at Koko210/miku-discord 2026-05-18 11:14:19 +03:00
27f0659cc8 fix: Evil Miku now ignores questions — restore engagement + remove suffix hammer
6b6d705024 fix: Evil Miku wordiness regression from username prompt changes
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-05-17 11:53:25 +03:00
e091fc1417 fix: use discord_consolidation user ID for consolidation WS connection
Koko210 pushed to master at Koko210/miku-discord 2026-05-17 11:33:47 +03:00
a39aca2415 fix: make consolidation API async with background task + increased timeout
46ea4f2c53 fix(memory): prevent stale name facts from overriding Discord display name
5f06758c3e fix: sync llm.py inline fallback with updated preamble.txt
8b3bc02f9e refactor: DRY system prompts into shared preamble files
e7ec82d154 feat(memory): add [User]: prefix to user messages for speaker clarity
Compare 6 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-05-15 13:59:42 +03:00
cb4be35f13 fix: register 'consolidation' component in logger whitelist
f3c4a8fe5a feat(memory): add automated nightly consolidation at 4:00 AM UTC
811bcc0a5d feat: add Miku favicon to Web UI with transparent background
e6e81885b3 feat(memory): tag all memories with source persona (miku/evil_miku)
Compare 4 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-05-05 16:54:31 +03:00
9eb081efb1 llama-swap: use pre-built images (:cuda, :rocm) with GPU-specific flags
4e28236b06 fix: preserve collapsible subsection state across polling re-renders
c5e49c73df fix: add cache-busting to prevent stale JS/CSS from breaking the UI
393921e524 fix: add min-height to #prompt-display and placeholder text in clearPromptDisplay()
2dd32d0ef1 fix: move <pre> outside #prompt-display to prevent innerHTML from destroying it
Compare 9 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-30 15:40:24 +03:00
2d0c80b7ef fix: prevent infinite dialogue loops + make Evil Miku actually engage
Koko210 pushed to master at Koko210/miku-discord 2026-04-30 15:19:41 +03:00
17842f24d4 fix: remove broken personality snippet system — now redundant
4e064ad89b fix: import is_persona_dialogue_active from correct module
97c7133fdc fix: both personas now use full system prompts in arguments and dialogues
Compare 3 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-30 12:58:57 +03:00
7d5881ebe7 fix: inject argument topic into EVERY exchange, not just the first message
e6c818f647 fix: merge context + topic into single field — one clear purpose
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-30 12:17:25 +03:00
846557fa96 feat: add optional custom argument topic override via Web UI
Koko210 pushed to master at Koko210/miku-discord 2026-04-30 11:51:43 +03:00
98fca53066 Phase 3: Polish & immersion — mood-aware arguments, personality snippets, parting shots
a52b36135f Phase 2: Fix triggers & dialogue — per-channel cooldowns, tension rebalance, user-message triggers
7a4122fd02 Phase 1: Argument system overhaul — arbiter, memory, topics, stats
Compare 3 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-29 21:33:00 +03:00
20891179ee fix(twitter): update twscrape monkey patch for JS bundle format change
Koko210 pushed to master at Koko210/miku-discord 2026-04-29 20:59:30 +03:00
694590a620 refactor: Modularize monolithic HTML control panel into organized components
6080fe170f Fix all activity system edge cases
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-27 23:59:42 +03:00
2d7acd7850 Add anime watching entries to all moods in activities.yaml
Koko210 pushed to master at Koko210/miku-discord 2026-04-27 23:43:31 +03:00
9d1ad7f783 Add 'Set as Activity' button to each activity entry in Web UI
d6cdb89e42 Refactor activity system: energy-based probability, manual override, all 5 activity types
9bc618b526 feat: add 'state' field to mood activities for richer Discord presence
4dc24b7da8 fix: copy activities.yaml into Docker image
1908b92ce8 fix: move Mood Activities section above Last Prompt in Status tab
Compare 13 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-15 15:43:30 +03:00
edc9f27925 feat: add proper HTTP status codes to all API error responses
Koko210 pushed to master at Koko210/miku-discord 2026-04-15 12:30:01 +03:00
33b2033cc3 fix: clarify angry_wakeup_timer intent with TODO comment (Phase E Step 20)
fc4674bb13 refactor: extract media processing from bot.py into image_handling.py (Phase D Step 19)
Compare 2 commits »