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.pyCreated admin reset operations for data management
- Created admin reset CLI commands for data management operations
instantiate
behavioral
1 file
reset.py
Cloudflare Workers improvements
3 files changed
core.pyUpdated Durable Object storage handlingasgi.pyUpdated CF ASGI adapterai_provider.pyEnhanced CF AI provider
Authentication hardening
3 files changed
config.pyAdded auth configurationUserMenu.tsxUpdated user menu componentapi.tsUpdated 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.tsxapi.ts
NPC system and CLI updates
4 files changed
personas.pyUpdated NPC persona managementnpc_actions.pyUpdated CAW NPC actionscommands.pyUpdated CLI play commandsgame_helpers.pyUpdated game helper utilities
- Updated NPC personas with improved management
decouple
internal
2 files
personas.pynpc_actions.py
- Updated CLI server commands and initialization
decouple
behavioral
2 files
commands.pygame_helpers.py