undef-engine 2026-01-09
IRC-style chat TUI, admin storage commands, and provide module removal
302 files · 8,983+ · 4,898-

IRC-style chat TUI

6 files changed
  • __init__.py Updated TUI module initialization
  • chat_tui.py Added IRC-style scrolling chat interface
  • app.py Updated TUI app
  • live_session.py Added live session TUI
  • log_entry.py Added log entry display
  • slash_commands.py Added slash command handling
  • Added IRC-style scrolling chat TUI for CLI gameplay with slash commands and live session support instantiate behavioral
    3 files
    • chat_tui.py
    • slash_commands.py
    • live_session.py

Admin storage commands

2 files changed
  • storage.py Created storage management CLI commands
  • __init__.py Updated admin commands init
  • Created admin storage CLI commands for storage management and inspection instantiate behavioral
    2 files
    • storage.py
    • __init__.py

Provide module removal and consolidation

5 files changed
  • __init__.py Removed provide package
  • __init__.py Removed foundation module
  • metrics.py Removed metrics module
  • resilience.py Removed resilience module
  • transport.py Removed transport module
  • Removed provide/foundation module, consolidating metrics, resilience, and transport into main codebase deprecate internal
    5 files
    • __init__.py
    • __init__.py
    • metrics.py
    • resilience.py
    • transport.py

Bugfixes and backend improvements

8 files changed
  • durable_objects.py Fixed storage backend
  • kv.py Updated KV storage
  • composite.py Updated composite storage
  • memory.py Updated memory storage
  • storage.py Updated Redis storage
  • store.py Updated invite store
  • routes.py Updated auth routes
  • handler.py Updated chat handler
  • Fixed CAW game registration and WebSocket session retrieval remediate internal
    1 file
    • durable_objects.py
  • Updated auth invite models, routes, and storage backends harden internal
    2 files
    • store.py
    • routes.py