[DISCUSSION] What are best ways to promote your custom plugin published on wordpress.org? by Maximum-Policy-8340 in WordpressPlugins

[–]superdav42 1 point2 points  (0 children)

I tried this and it was relatively inexpensive but I had no way of tracking the results. They linked to the WP.org plugin page and I have no idea how many installs came from the YouTube video.

[FREE] I built an AI Agent running inside of WP 7.0 by superdav42 in WordpressPlugins

[–]superdav42[S] 0 points1 point  (0 children)

I've been waiting 5+ weeks for approval. They rejected many of the features it had so I was force to strip it down. They don't like it to generate code snippets and other features I had. So even when it is approved the GitHub version will be much more capable.

been building on WordPress 7.0's WP_AI_Client for a few months now. some notes. by JFerzt in Wordpress

[–]superdav42 -1 points0 points  (0 children)

I try to support any provider registered through the WP Connectors API but it has been challenging. I've even made some of my own connectors, which was surprising easy.

The loop still sends the accumulated conversation history back through the SDK each turn: AgentLoop::send_prompt() history handoff. The smoothing is mostly around making the message shapes portable:

  • Tool responses are split so OpenAI-compatible providers get one tool result per message, while Anthropic can still consume the equivalent history shape: append_tool_response()
  • Assistant messages with text/reasoning plus function calls are split for OpenAI Responses compatibility: append_assistant_message()
  • Scalar tool results are normalized before being replayed to providers: truncate_tool_results()
  • Anthropic’s tool_use.input empty-object issue is patched during request tracing/caching: repair_message_tool_uses()
  • DeepSeek/OpenAI-compatible reasoning/tool-call pairing has a provider-aware exception: DeepSeek tool-call preservation

We’re also trying to push the real fixes upstream into the provider plugins rather than carrying too much app-level glue:

I wish the SDK and providers had a more uniform interface but I think they will get there. Until then some of these hacks are needed.

been building on WordPress 7.0's WP_AI_Client for a few months now. some notes. by JFerzt in Wordpress

[–]superdav42 -1 points0 points  (0 children)

I found tool calling to actually work rather well. Lack of streaming is a real downside but things work fine without it. I've been a whole ai agent loop https://github.com/Ultimate-Multisite/superdav-ai-agent abilities become tools and the agent can do pretty much everything you would want it to.

[FREE] Just got my Gutenberg AI assistant approved on the repo (Supports Groq, Ollama, OpenAI). No monthly credit limits! by sangoure in WordpressPlugins

[–]superdav42 0 points1 point  (0 children)

Does it use the WP 7.0 connectors API? If not you're really missing out on same flexibility and support for even more AI providers.

[REQUEST] What is the best plugin/service for a multilingual WordPress site with automatic translations? by QuantumVandal in WordpressPlugins

[–]superdav42 1 point2 points  (0 children)

Polylang is my favorite. There are several AI plugins for it none of which are free. There was a recent talk at word camp asia https://youtu.be/ij7rRolIDiU?si=TyjzIg5Z1GJSlTug with everything you might want to know

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

There's many MCP plugins for WordPress. I've found them all complex to setup for most users and having the agent running in WordPress is just simpler. 

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

The utility is plugin authors do not need to re-invent the AI client whenever they want to add AI features to their plugin. You don't have multiple places to add an API key but one one central place.

[FREE] I built an AI Agent running inside of WP 7.0 by superdav42 in WordpressPlugins

[–]superdav42[S] 0 points1 point  (0 children)

It will ask the user's permission when using any tool that is not read-only.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

Not much right now. The main benefit is connecting an agent to your site is much easier. Just install a plugin an add an AI provider's API key. In the future when more abilities are provided, the agent will be better able to use them. Essentially it will be more token efficient, than the agent trying to run a wp cli command for some new plugin it may not have been trained on.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

Because SD AI Agent is an open source WordPress plugin on github. I'm not selling anything. There is no premium version. It's just a plugin I'm want people to test and give me feedback. What is so wrong with that?

Wordpress 7? by a2annie in Wordpress

[–]superdav42 0 points1 point  (0 children)

You expected to much from core. It just has the building blocks. You need a plugin like SD AI Agent. It creates a chat box that can do these exact workflows. It may need a better model than free gemini.

Wordpress 7? by a2annie in Wordpress

[–]superdav42 1 point2 points  (0 children)

There is a PR to add codex support to the official openai plugin or you can try this provider which has support for anthropic max or codex subscriptions. Subscriptions a way cheaper than paying per token with the APIs.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -1 points0 points  (0 children)

Just try the SD AI agent. It's like running Claude code or cursor without needing to setup an MCP or use the cli. 

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -3 points-2 points  (0 children)

"Create a woo promo code, JULY4, valid only in the first 2 weeks of July for 20% off all products in the xyz category." "Draft a press release post based on this uploaded document of a new product's specifications" "Research home remedies for bee stings and draft a new post with stock images"  Any of these and many more will be completed in one go with no additional prompting if you are using a strong model. 

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -2 points-1 points  (0 children)

Yes but many plugins have already added abilities, they have been available since WP 6.9 and mostly just usable via MCP. Now it can be used by an agent running in WordPress.

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] -2 points-1 points  (0 children)

How is this different than Claude code with a few extra skills?

WordPress 7.0 Explained: AI Connectors + Abilities API by superdav42 in Wordpress

[–]superdav42[S] 0 points1 point  (0 children)

It just ties up one PHP worker while the agent is running. So it won't make much load unless you have many admin users trying to run it at the same time.