• v0.39.0 859432e60a

    neph1 released this 2025-10-27 16:01:50 -04:00 | 69 commits to master since this release

    After a motivational talk with chatgpt, I got a few ideas for how to go forward with the project.
    I decided to try out some copilot agentic coding to get started with a few maintenance chores. It didn't quite get there, but made a lot of ground work.

    Summary:

    • Better JSON sanitizing.
    • Chunked generation of items and creatures. To get less fails due to long running outputs in Anything stories. Now it generates one item/creature per call.
    • Fixed a long running issue with directions not being generated for the starting location in Anything stories.
    • Fixed duplicate exits sometimes being saved for stories.
    • Fixed that The Prancing Llama story was apparently broken.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.38.0...v0.39.0