We are constantly introducing new features and over the past year we have reliably delivered new and innovative solutions. We are constantly testing what is technically possible.
This release brings a ton of improvements and optimizations, and new SEO features which are the bases for a whole set of new functionalities in the next releases.
We’re taking a massive step forward to make text editing even more effortless and speedy. As per popular request, NEOSidekick can now edit inline editable text without the annoying copy-paste from the chat window.
The new editing UI enables the creation and editing of texts directly in Neos, with a sprinkle of magic. The language model knows which formatting options are allowed in the current property, the entirety of the page content being edited, and of course, your briefing. This allows for the precise tweaking and rephrasing of individual words or sentence parts.
If you're so excited that you're not using the chat window at all, you can also deactivate it:
NEOSidekick: AiAssistant: chatSidebarEnabled: false
YAML NodeType API changed to allow configuring a text generation for edit and create of inline editable properties. For this, module and arguments move directly to the sidekick configuration, and onCreate is now a boolean value. Here's an example:
options: sidekick: onCreate: true module: 'free_conversation' arguments: content: 'Generate a TDLR with 5 bulletpoint [...]'