v0.2.14
Hello everyone, codeplain v0.2.14 is out!
This release focuses on improvements to our code generation pipeline, user experience, and several TUI enhancements. Here's what's new:
- Unit test generation - Unit tests are now generated more consistently improving the production readiness of the code generation
- Memory file handling - Fixed a bug when deleting unresolved memory files, which also makes the conformance testing phase a bit faster.
- TUI enhancements - The functional requirement index is now displayed in the TUI, along with more detailed information about what the conformance testing phase is doing for each individual module.
- Config file resolution - Improved how config files are resolved during rendering. Previously, only the config file at the root location was used; now the config file at the destination of the *.plain file is also taken into account.
- tiktoken fix - Several users reported that tiktoken was preventing them from running the code generation process. This has been resolved.