• Joined on 2025-12-07
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 »
Koko210 pushed to master at Koko210/miku-discord 2026-04-15 11:38:29 +03:00
979217e7cc refactor: split api.py monolith into 19 route modules (Phase B)
Koko210 pushed to master at Koko210/miku-discord 2026-04-11 00:22:34 +03:00
8b14160028 refactor: consolidate conversation_history to ConversationHistory class
02686c3b96 fix: PREFER_AMD_GPU now lives in globals so config API changes affect GPU routing
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-10 17:30:42 +03:00
366bee2e43 test: add regression test suite for config/state hardening (steps 1-10)
Koko210 pushed to master at Koko210/miku-discord 2026-04-09 20:34:57 +03:00
5ac1f7fa8c cleanup: remove dead code + deduplicate GPU state reads
834b2ea188 fix: start with zero servers when config is missing or corrupt
Compare 2 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-09 20:11:25 +03:00
7804aa4d76 cleanup: remove dead server_memories code
Koko210 pushed to master at Koko210/miku-discord 2026-04-08 15:48:03 +03:00
5c5c9e2723 cleanup: remove dead server config methods from config_manager
b4e48ce375 fix: /config/set now syncs all runtime-relevant globals
7c9cf0d8b4 fix: /config/reset now resets live globals to defaults
Compare 3 commits »
Koko210 pushed to master at Koko210/miku-discord 2026-04-08 14:53:39 +03:00
9be7c0b1d2 fix: make /config/state return live runtime values from globals
Koko210 pushed to master at Koko210/miku-discord 2026-04-08 14:40:55 +03:00
0831f721e1 cleanup: remove dead backward-compat globals from config.py