• Joined on 2025-12-07
Koko210 opened issue Koko210/miku-discord#43 2026-02-20 14:52:17 +02:00
MEDIUM: Add input validation and allowlist to /config/set API endpoint
Koko210 opened issue Koko210/miku-discord#42 2026-02-20 14:51:35 +02:00
LOW: Fix logger.error() misuse for non-error messages in bot.py
Koko210 opened issue Koko210/miku-discord#41 2026-02-20 14:50:24 +02:00
LOW: Add timeouts to subprocess.run() calls in container_manager.py
Koko210 opened issue Koko210/miku-discord#40 2026-02-20 14:49:48 +02:00
MEDIUM: Fix mixed async/sync API endpoints with fire-and-forget patterns
Koko210 opened issue Koko210/miku-discord#39 2026-02-20 14:48:55 +02:00
LOW: Add eviction policy for conversation history to prevent memory leak
Koko210 opened issue Koko210/miku-discord#38 2026-02-20 14:48:21 +02:00
LOW: Move hardcoded user IDs and IP addresses to configuration
Koko210 opened issue Koko210/miku-discord#37 2026-02-20 14:47:47 +02:00
MEDIUM: Add file locking for concurrent JSON persistence
Koko210 opened issue Koko210/miku-discord#36 2026-02-20 14:46:56 +02:00
MEDIUM: Remove dead/vestigial code modules
Koko210 opened issue Koko210/miku-discord#35 2026-02-20 14:46:05 +02:00
BUG: Duplicate record_action() call in autonomous.py double-counts actions
Koko210 opened issue Koko210/miku-discord#34 2026-02-20 14:45:02 +02:00
MEDIUM: Extract system prompt to a single shared source (eliminate triple duplication)
Koko210 opened issue Koko210/miku-discord#33 2026-02-20 14:44:27 +02:00
HIGH: Unify the triple configuration system into a single source of truth
Koko210 opened issue Koko210/miku-discord#32 2026-02-20 14:43:16 +02:00
HIGH: Split api.py (3,219 lines) into FastAPI domain routers
Koko210 pushed to master at Koko210/miku-discord 2026-02-20 01:02:37 +02:00
2f0d430c35 feat: Add manual trigger bypass for web UI autonomous engagement
Koko210 pushed to master at Koko210/miku-discord 2026-02-19 11:03:00 +02:00
9972edb06d fix(docker): add config_manager.py to Dockerfile and logger components
Koko210 commented on issue Koko210/miku-discord#18 2026-02-18 12:41:41 +02:00
LOW: No Documentation for Commands

Fixed in commit 305605f. Created comprehensive COMMANDS.md (661 lines) documenting all Discord commands (voice, UNO, inline), conversational features, mood system, personality modes, voice…

Koko210 pushed to master at Koko210/miku-discord 2026-02-18 12:39:10 +02:00
305605fde5 docs: add comprehensive COMMANDS.md reference
Koko210 closed issue Koko210/miku-discord#18 2026-02-18 12:39:10 +02:00
LOW: No Documentation for Commands
Koko210 commented on issue Koko210/miku-discord#22 2026-02-18 12:20:52 +02:00
MEDIUM: Runtime Settings Not Persisted - Globals Need Migration

Fixed in commit d44f08a. Added restore_runtime_settings() to ConfigManager that reads config_runtime.yaml on startup and restores persisted values into globals (LANGUAGE_MODE, AUTONOMOUS_DEBUG,…

Koko210 pushed to master at Koko210/miku-discord 2026-02-18 12:18:57 +02:00
d44f08af18 fix(config): persist runtime settings across bot restarts
Koko210 closed issue Koko210/miku-discord#22 2026-02-18 12:18:57 +02:00
MEDIUM: Runtime Settings Not Persisted - Globals Need Migration