Changelog: v2.1.0 & Blawx-MCP v0.2.0b

A lot of changes in support of Agentic AI Code Generation

April 13, 2026

With thanks for your patience, we finally have a version of Blawx that will demonstrate the power of combining symbolic and generative AI!

Most of the changes were implemented to facilitate agentic AI code generation:

  • The Blawx Web API has been dramatically expanded to cover all read-write capabilities for all features except chats, interviews, and rules
  • Code generation has been taken out of the front end in order to make it consistent between the web UI and over the API
  • API security has been tightened up, and error messages provide a lot more information that is useful for agents to correct their errors

The only behavioural change you should notice is that the "Shared" parameter on Questions behaves slightly differently. There was previously a way to publicly access "shared" questions without authentication to the web API. Now, an API Key is required for all web access to run questions, and only shared questions are visible over the API, even to your agents. This is probably going to change again in the near future.

The existing AI Code Suggestion button and associated documentation has been removed.

I have also updated the help page for the Web API, and created a new help page for the Blawx MCP server.

Version 0.2.0b of the MCP server basically takes advantage of all of the capabilities of the new web API, and provides your AI agent with much improved documentation on how to properly use Blawx's features.

You can look forward to lots of incremental improvements in the main application and the MCP server going forward.