Skip to content

Haydi 1.1.0

Choose a tag to compare

@raicem raicem released this 06 Aug 22:47
· 9 commits to trunk since this release
9e2620b

Haydi 1.1.0 makes the full site-management toolset part of one plugin and improves consistency across chat, MCP, OpenAI, Anthropic, and Google.

Highlights

  • Complete built-in toolset: file writes and edits, SQL queries, and PHP execution no longer require separate extension files.
  • One Tool Catalog: chat and MCP share canonical schemas, aliases, approval policy, and implementations.
  • One approval pipeline: every browser mutation uses the same authenticated execution path and approval card.
  • Structured results: native JSON-compatible results stay structured until an adapter requires text, avoiding provider double-encoding.
  • Updated local test connectors for Anthropic 1.0.3, Google 1.1.0, and OpenAI 1.0.3.

Upgrade note

The separate haydi-full-extensions.zip package is retired because all supported tools are now built into haydi.zip. Custom integrations should register through the haydi_register_tools action; legacy additive chat and MCP filter hooks remain supported.