new
improved
fixed
Prompts
AI
December 18, 2024
New: Last used prompts now get remembered 🧠
When picking a scene beat, chat or summarization prompt, Novelcrafter will now
remember the selection for the current session
. This should speed your workflow up quite a bit!New: Prompt components! 🧩
You can now split out instructions that you want to reuse all over the place. No more copy-pasting of things you want to have in all of your copy-editing/critique/... prompts!
Then, to include a component in your prompt, just call them by name!
{include("My global style guide")}
To make things easier, there's a handy-dandy
"Copy"
button for this specific instruction below each component.With components, it makes it easier for us to add additional features to prompts, since previously you'd have to manually update your own variations when the system prompts changed.
As such,
all the system prompts have been updated
with new calls to components.New: Improved copy-pasting of prompts 📋
Since prompts can now be more modular, we had to update how sharing works. When you copy a prompt, you will now get different options to choose from. Similarly, when pasting a prompt, you can now see a fancy preview, before adding the prompts immediately to your library!
Some more prompting updates
- When pasting prompts, the "(Copy)" suffix will no longer be added
- You can now add a formatted descriptionto a prompt, either for notes to yourself - or as a guide for when you share it with others.
- When your prompt instructions have a syntax error, the message will now show you a location (line and column) where it happened, and also offer to open the prompt right away.
Other Changes
- Added the ability to cancel a scene summarization(in case you mis-clicked or something)
- Added links to the last 3 changelog entries to the help menu (in case you missed one!)
- Some AIs like to use a "bullet point" character in chat, so we're now converting those into a proper list on the fly
- Fixed some empty error message issues surrounding the Google AI Studio integration
- Other fixes and improvements