undef-engine 2026-01-05
Admin reset commands, Cloudflare Durable Object fixes, and password hardening
799 files · 28,928+ · 21,634-

Admin reset CLI commands

1 file changed
  • reset.py Created admin reset operations for data management

Cloudflare Workers improvements

3 files changed
  • core.py Updated Durable Object storage handling
  • asgi.py Updated CF ASGI adapter
  • ai_provider.py Enhanced CF AI provider
  • Updated Durable Object storage handling for improved data persistence decouple internal
    1 file
    • core.py
  • Updated CF ASGI adapter and enhanced AI provider decouple internal
    2 files
    • asgi.py
    • ai_provider.py

Authentication hardening

3 files changed
  • config.py Added auth configuration
  • UserMenu.tsx Updated user menu component
  • api.ts Updated API library
  • Improved password validation with stronger requirements harden internal
    1 file
    • config.py
  • Updated UserMenu and API library for auth improvements interface behavioral
    2 files
    • UserMenu.tsx
    • api.ts

NPC system and CLI updates

4 files changed
  • personas.py Updated NPC persona management
  • npc_actions.py Updated CAW NPC actions
  • commands.py Updated CLI play commands
  • game_helpers.py Updated game helper utilities
  • Updated NPC personas with improved management decouple internal
    2 files
    • personas.py
    • npc_actions.py
  • Updated CLI server commands and initialization decouple behavioral
    2 files
    • commands.py
    • game_helpers.py