improved
June 1st 2024
New custom prompt functions
- Added snippets.hasto check if a snippet with that name exists
- Added codex.hasto check if a codex entry with that name exists
- Added codex.getNotesto get the notes for a specific codex entry
- Added codex.getDescription(andcontext.codex.getDescription) to only get the description for a specific entry
- Added context.previousBeatandcontext.nextBeatfunctions for more control over prose generation
- Added subtitlefunction to all scene calls (e.g.context.previousScene.subtitle)
- Added context.previousSceneSamePOVandcontext.nextSceneSamePOVto get the previous/next scene that matches the current POV. Helpful for his-and-her stories.
Other changes
- Added support for filtering your codex by a specific tag
- Added GPT-4o and the Claude 3 models as supported models for character extraction
- The nested entries section now checks how many deeply nested entries there are, and will inform you if it's more than 3. This helps pinning down entries that accidentally pull in the whole jungle, even though you only wanted a single banana.
- Added line-wrapping to codex addition lists (applies to codex entries and matrix views)
- Added support for Open AI Project IDs via APIs (they're a legacy feature but ...)
- When discarding an AI text replacement, the original text will be highlighted again
- The "Apply/Retry/Discard" bar will now stay in view just like the bubble menu
- Make scene dividers optional during export
- Fixed some issues around handling subscribers when still in trial mode
- Your exact subscription plan name will now show up under billing settings (previously it only showed the tier/level)
- Various other fixes and improvements