Skip to content

Releases: DeveloperBatuhanALGUL/wp-context-engine

v0.1.0 "Anadolu"

28 Apr 13:56

Choose a tag to compare

First public release of WP Context Engine.

What is this?

A native WordPress plugin that builds a semantic memory layer directly inside your installation. No external vector databases, no third-party services. Content is indexed, embedded, and searched entirely within your own WordPress database.

Who is it for?

  • Content creators who want AI suggestions based on their own past writing
  • Site visitors who want semantic search over site content

What is included?

  • Native chunking and async indexing via WordPress cron
  • Cosine similarity search with SplMinHeap (bounded at 2000 chunks)
  • OpenAI embedding provider — model-agnostic via filter hooks
  • Gutenberg sidebar panel with debounced context suggestions
  • Frontend visitor search widget
  • Admin settings page — API key stored in wp-config.php, never in the database
  • IP spoofing protection with optional Cloudflare validation
  • Rate limiting on the public endpoint
  • PHPUnit test suite — PHP 8.1, 8.2, 8.3

Requirements

  • WordPress 6.4+
  • PHP 8.1+
  • OpenAI API key defined in wp-config.php

Codename

Anadolu — for the land that teaches you that things built to last are built slowly, on solid ground.