Next Release¶
Contributors: Every pull request MUST include an entry in this file describing the change. When a new version is released, this file will be archived as
vX.Y.Z.mdand a fresh copy will take its place.
How to add an entry¶
Append your change under the appropriate category below. Use this format:
If no category fits, add a new one following Keep a Changelog conventions.
Added¶
- (WIP) Diagnostic log at
.godotmaker/log_agent_tool_debug.logthat records every phase oflog_agent_tool.pyso the next failure mode is localizable from artifacts.
Changed¶
- Clarified README preview-feature scope and roadmap priorities for art production, Codex runner fallback, 3D support, and audio generation.
/gm-assetnow runs a lightweight user-asset preflight before generation so CLI-driven runs can notice files already placed underassets/.
Fixed¶
- (WIP) Rewire Agent prompt/output trace capture to
PreToolUse/PostToolUsebecause theSubagentStartpayload has nopromptfield and silently wrote 0-byte traces.