Commit Graph

8 Commits

Author SHA1 Message Date
Claude Code 29c43e2d30 Add bug_log intake and sharpen divine voice 2026-03-17 14:53:54 -04:00
Claude Code cc9c1b3ae4 Add online player positions to sudo context 2026-03-16 19:41:52 -04:00
Claude Code b6c8abdeea Add server_type variable with capability sets (vanilla/paper) for command whitelisting 2026-03-16 19:36:11 -04:00
Claude Code fe36ae3739 Add teleport border guard, dimension-aware TP, fully enchanted context, enchantment guidance for god 2026-03-16 19:28:51 -04:00
Seth d7d69d37af Add first-login benevolence + sudo history context
- First-login benevolence hook on player join (once per player, persisted)
- New first-login memory file and config keys
- Benevolence command prompt enforces multi-command blessing behavior
- Limit first-login player-kill commands to at most one
- Add sudo history buffer (last 10 actions) and inject into sudo translator context
- Add effect syntax auto-fix for malformed 'effect <player> ...' outputs
2026-03-15 20:20:33 -04:00
Seth 52d288406a Add sudo translator agent with whitelist and user lock
- New sudo chat trigger: 'sudo <request>'
- Authorized user only (configurable, default slingshooter08)
- Uses command_model to translate natural language to JSON commands
- Executes commands through existing whitelist/validator pipeline
- No God persona or speech call in sudo mode
- Added sudo_enabled/sudo_user/sudo_max_commands config keys
- Added common give-item alias normalization (wood->oak_log, bed->white_bed)
- Updated README with sudo usage and config docs
2026-03-15 19:56:50 -04:00
Seth c94fa1872a Expand world context + two-call LLM split
- Replace time-based log window with line-based (200 lines, 3hr cap)
- Add per-player position and death count to server context
- Add server scoreboards (total deaths, shrink enabled, border parity)
- Add god_lore config key injected into message system prompt
- Two-call split: qwen3-coder:30b (commands) + gemma3:12b (messages)
- interventions_per_day bumped to 48 (avg every 30min)
- cooldown_seconds reduced to 20
2026-03-15 19:42:31 -04:00
Seth 8ee8be9cc0 Initial commit — Minecraft AI God plugin
- mc_aigod.py: main watcher script (log tail, RCON, two-call LLM)
- Two-call LLM split: qwen3-coder:30b for commands, gemma3:12b for messages
- Divine intervention timer (Poisson process, configurable avg/day)
- Prayer memory (persistent, last 10 exchanges)
- Rolling server log context (last 20 min events)
- Live player context (inventory with rarity, health, food, pos, XP)
- /pray and bible chat detection (no slash — vanilla 1.21 compatible)
- Login notice, bible help system
- debug_commands toggle (in-game command display via tellraw)
- Auto-fix for transposed give command syntax
- JSON repair fallback for truncated LLM responses
- Sentence-aware message chunking for long responses
- mc-aigod.service systemd unit
- mc_aigod_shrink.json example config
- README.md full implementation guide
- Minecraft_Ai_God.md full design document
2026-03-15 19:02:16 -04:00