Skip to content

feat(golemcore/brain): support brain 1.0.3 api#45

Merged
alexk-dev merged 3 commits intomainfrom
codex/brain-38-search-compat
Apr 19, 2026
Merged

feat(golemcore/brain): support brain 1.0.3 api#45
alexk-dev merged 3 commits intomainfrom
codex/brain-38-search-compat

Conversation

@alexk-dev
Copy link
Copy Markdown
Owner

@alexk-dev alexk-dev commented Apr 19, 2026

Summary

  • Bump golemcore/brain plugin metadata to version 1.0.3, including registry latest and versions/1.0.3.yaml.
  • Align the plugin with golemcore-brain origin/main at 51767e0ca9713e9419deb21acf991b0039ac8794 (feat(brain): harden RAG index for bot consumption).
  • Switch search_pages to the unified POST /api/spaces/{space}/search API and support the current modes: auto, fts, and hybrid.
  • Default omitted search_mode to auto, matching the Brain API behavior.
  • Add get_search_status for GET /api/spaces/{space}/search/status so integrations can inspect index readiness, stale documents, and embedding readiness.
  • Add operations for space/full reindex, section patching, wiki graph, top accessed pages, and atomic wiki transactions.
  • Extend create/update page payloads with optional tags and summary frontmatter fields.
  • Update intellisearch fallback to consume unified search hits and then hydrate matched pages.
  • Cover the new search/status/reindex behavior and schema surface in tests.

@alexk-dev alexk-dev changed the title [codex] feat(golemcore/brain): support brain 1.0.3 API feat(golemcore/brain): support brain 1.0.3 api Apr 19, 2026
@alexk-dev alexk-dev marked this pull request as ready for review April 19, 2026 15:52
@alexk-dev alexk-dev merged commit 2fac551 into main Apr 19, 2026
4 checks passed
@alexk-dev alexk-dev deleted the codex/brain-38-search-compat branch April 19, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant