Skip to content

v0.39.0 Housekeeping

Choose a tag to compare

@neph1 neph1 released this 27 Oct 20:17
· 69 commits to master since this release
859432e

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

  • handle none in mood_to_string_from_int by @neph1 in #101
  • Generate world items and creatures in chunks to avoid JSON parsing failures by @Copilot in #105
  • Fix None directions and duplicate exits in start location generation by @Copilot in #109
  • missing commit + test fix by @neph1 in #110
  • Json sanitizing by @neph1 in #102
  • Update v0.39 by @neph1 in #106

New Contributors

  • @Copilot made their first contribution in #105

Full Changelog: v0.38.0...v0.39.0