Skip to content

StoryCraftr v0.8.0-alpha4

Latest
Compare
Choose a tag to compare
@raestrada raestrada released this 31 Oct 17:06
· 9 commits to main since this release

StoryCraftr v0.8.0 Alpha 4 Release Notes

🌟 Major Feature: Automatic Multi-Prompt Splitting

We're thrilled to introduce Automatic Multi-Prompt Splitting, a significant enhancement in StoryCraftr v0.8.0 Alpha 4! This feature allows StoryCraftr to automatically divide prompts to maximize output length, making it easier for users to generate larger, more detailed content without manual intervention. This improvement means smoother and more efficient generation for your novels or papers.

What's New?

  • Automatic Multi-Prompt Splitting: Prompts are now automatically divided to maximize the output from OpenAI, making StoryCraftr more productive without additional steps from users.
  • PaperCraftr Integration: Refactored the code to introduce PaperCraftr—a CLI for creating academic papers, sharing much of the core functionality of StoryCraftr, but tailored for academic writing.
  • Reload Files Command: The storycraftr reload-files command now allows you to update the retrieval system with the latest content, ensuring changes you make are reflected accurately. Useful for keeping retrieval data up-to-date after edits or deletions.

Improvements

  • Refactor for CLI Flexibility: StoryCraftr can now detect if it's running as storycraftr or papercraftr, enabling different behavior and project structures based on the context.
  • Multiple Prompt Refinements: Improved prompts for outlining, character summaries, plot points, and more, to enhance the generation process for both books and academic papers.

Bug Fixes

  • Fixed issues with API key loading when using different directory names (.storycraftr or .papercraftr).
  • Resolved inconsistencies in CLI command registration for both book and paper modes.

How to Update

To install the latest version:

pipx install git+https://github.com/raestrada/storycraftr.git@v0.8.0-alpha4

Happy writing! 🚀