Skip to content

v0.4.0 — GOD mode runtime tooling

Choose a tag to compare

@alex-jordan547 alex-jordan547 released this 12 Jul 14:01

GOD mode runtime tooling — grouped runtime control, live iteration, and crash diagnostics.

Added

  • Grouped runtime controls through renforge_control: hot script reload, rollback, quicksave/quickload, skip, auto-forward, and menu actions.
  • Named save slots with renforge_saves, and grouped text, key, and scroll input with renforge_send_input.
  • renforge_get_errors for recent bridge exceptions and bounded crash-file diagnostics, plus renforge_wait_until for bounded label, screen, or expression waits.
  • renforge_inspect_screen for active screen scope and argument introspection.

Changed

  • renforge_game_state gains opt-in include=["metrics", "audio"] sections while preserving its default response shape.
  • Expanded README and MCP reference with the complete edit, hot-reload, save, branch, and diagnostics workflow.

PyPI: pip install renforge==0.4.0