-
v0.39.0 Housekeeping Stable
released this
2025-10-27 16:01:50 -04:00 | 69 commits to master since this releaseAfter 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
- handle none in mood_to_string_from_int by @neph1 in https://github.com/neph1/LlamaTale/pull/101
- Generate world items and creatures in chunks to avoid JSON parsing failures by @Copilot in https://github.com/neph1/LlamaTale/pull/105
- Fix None directions and duplicate exits in start location generation by @Copilot in https://github.com/neph1/LlamaTale/pull/109
- missing commit + test fix by @neph1 in https://github.com/neph1/LlamaTale/pull/110
- Json sanitizing by @neph1 in https://github.com/neph1/LlamaTale/pull/102
- Update v0.39 by @neph1 in https://github.com/neph1/LlamaTale/pull/106
New Contributors
- @Copilot made their first contribution in https://github.com/neph1/LlamaTale/pull/105
Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.38.0...v0.39.0