Skip to content

feat(core)!: add portable knowledge bases and compact MCP defaults - #155

Merged
jb-thery merged 1 commit into
developfrom
feature/portable-knowledge-base
Jul 20, 2026
Merged

feat(core)!: add portable knowledge bases and compact MCP defaults#155
jb-thery merged 1 commit into
developfrom
feature/portable-knowledge-base

Conversation

@jb-thery

Copy link
Copy Markdown
Member

Summary

  • export verified, relocatable knowledge-base folders for OpenClaw, MCP, CLI, and custom hosts
  • return compact MCP evidence by default, then expand only the citation an agent needs
  • simplify guided setup, team synchronization, API documentation, and the bundled agent skill
  • defer automatic LanceDB compaction for ordinary indexes while preserving manual optimization
  • align the English and French landing pages with the new public behavior

Compatibility

This changes the default MCP response shape for search, ask, and research from full text to compact snippets. Existing clients that require the previous payload can pass compact: false.

Verification

  • pnpm validate
  • 604 tests across Core, Chat, TTS, and the landing
  • TypeScript public API consumer and all three package checks
  • semantic-release and release-artifact smoke tests
  • English desktop and French mobile landing checks with no page or network errors

Release highlights:
- export verified, relocatable knowledge-base folders for agents and automations
- return compact MCP evidence by default to reduce agent context use

Release details:
- **Portable bundles:** add export, verify, native, MCP, OpenClaw, and generic adapters
- **Agent UX:** guide three compact citations followed by targeted citation expansion
- **Reliability:** defer automatic LanceDB compaction while preserving manual optimization
- **Documentation:** synchronize Core API, setup, team workflow, and the bilingual landing

Verification:
- pass pnpm validate with tests, builds, package checks, smoke tests, and release gates
- verify English desktop and French mobile pages without browser or network errors

BREAKING CHANGE: MCP search, ask, and research now return compact snippets by default.
Set compact: false when a client needs the previous full-text payload.
@jb-thery
jb-thery merged commit 1c27982 into develop Jul 20, 2026
11 checks passed
@jb-thery
jb-thery deleted the feature/portable-knowledge-base branch July 20, 2026 09:48
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