Skip to content

v2.14.2 - Bug Fixes + README Update

Choose a tag to compare

@ATboy-web ATboy-web released this 21 Jun 17:23
· 11 commits to main since this release

Bug Fixes

WorldBuilder output being discarded (Critical)

  • WorldBuilder scene description was never passed to Writer Agent
  • Now injected into context before Writer generation

finalize_chapter crash when AI returns None

  • kw.split() would crash with AttributeError
  • Added None guard: (kw or "").split()

_parse_json_response Strategy 5 type error

  • When is_list=True, Strategy 5 incorrectly returned dict instead of list
  • Now returns list(chars.values()) when is_list is True

Documentation

  • README.md fully rewritten for v2.14.2 (was outdated since v2.8.0)
  • CHANGELOG.md updated with v2.12.2 - v2.14.2 entries
  • pyproject.toml version updated to 2.14.2

Code Quality

  • Full codebase audit performed
  • 10 logic bugs, 2 resource leaks, 5 dead code issues identified