So I have to rewrite this again because it was not saved the first time. Feels great!!
I use Aiomatic only for: “AI Content Editor -> Existing Content Editor” normally the executions are: excerptCEditor, contentCompletion, editFeaturedImage. And it just repeats that over and over, BUT sometimes it seems to do only: excerptCEditor, excerptCEditor, excerptCEditor.
I then go to Activity Logs and I see that for some reason it repeats the Excerpt prompt for same Post ID but it doesn’t say why it didn’t execute the other two steps: contentCompletion and editFeaturedImage.
Detailed logging is already enabled, but like all other problems with plugin, there is no valuable information. And PHP logs only show warning, and deprecated messages (maybe fix them):
PHP Warning: Undefined array key “ip” in /
PHP Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated;
Obviously this wastes tokens in OpenAI, and considering other problems present AI Content Editor, this just adds up to the general wasting of tokens.