4x time performance improvement for Auto-Cards, in cases where formatTitle may be called upwards of tens of thousands of times. You know things are bad when implementing memoization proves to be easier than fixing the call stack 💀
Made %{title}, %{entry}, and %{memories} the new default prompt placeholders, to allow scenario creators to use AI Dungeon's built-in ${placeholders} within the config card. Which may be useful for various things, such as adding the player character's name to the banned titles list during startup.
${title}, ${entry}, and ${memories} will still work for backwards compatibility.