Skip to content

v0.0.12: Agentic Search & Wiki, standalone MCP server, live token streaming

Latest

Choose a tag to compare

@bearlike bearlike released this 21 Jun 00:21

A quick tour

Agentic Wiki β€” Overview
Agentic Wiki overview
Agentic Search β€” Results
Agentic Search results
MCP Server β€” Claude Code
MCP server in Claude Code
Agentic Wiki β€” Knowledge Graph
Agentic Wiki graph
Agentic Search β€” Capability Graph
Agentic Search capability graph
Console Settings β€” schema-driven
Schema-driven console settings (Security)

Highlights

  • Agentic Search β€” graph-first, cited answers over saved multi-source workspaces, with shareable runs, live token streaming for true TTFT, and a sturdier, faster engine. Self-facing agentic_search tool lets task-spawned agents search too; every tier's "Auto" model defaults to GPT OSS 120B.
  • Agentic Wiki β€” cited-source Q&A engine with an abstract-entity multiplex over the tree-sitter code graph, worktree create-from-base, and resilient checkpoint-aware indexing/recovery.
  • Standalone MCP server β€” the wiki/search substrate extracted into the mewbo_graph capability library; structured-outputs endpoint and 7 new MCP tools.
  • Console & engine β€” rich attachments, worktree-aware sessions, DeepWiki-backed Ask AI modal, Iconify icon system, and a schema-driven Settings page (faceted UI generated from the config schema, not a bespoke form).
  • Build & CI hardening β€” pinned @playwright/cli in the base image (killing latest drift that broke the build), deterministic wiki-job recovery ordering, and a host-guarded agent-pickup workflow.

Container images (multi-arch: linux/amd64 and linux/arm64)

  • ghcr.io/bearlike/mewbo-base:0.0.12
  • ghcr.io/bearlike/mewbo-console:0.0.12
  • ghcr.io/bearlike/mewbo-api:0.0.12

Full Changelog: v0.0.11...v0.0.12