Skip to content

scope-recall v1.0.8

Choose a tag to compare

@github-actions github-actions released this 03 Jun 04:59
· 26 commits to main since this release

[1.0.8] - 2026-06-03

Added

  • Added deterministic Chinese entity fallback hints so compound input-method terms such as 自然码 and 双拼 are extracted even when Jieba is unavailable or segments differently in CI/runtime environments.
  • Added docs/external-shared-memory.md with deployment guidance for connecting a local scope-recall instance to an existing central shared backend such as PostgreSQL.

Changed

  • Bumped package, plugin, release-check metadata, README, and stability docs to 1.0.8.
  • Reworded the V1 scope documentation around the positive architecture: local-first recall, SQLite truth storage, LanceDB companion retrieval, explicit bridge boundaries for external shared backends, Hermes-native skill ownership for procedural knowledge, and deployment-driven observability.
  • Included the external shared-memory integration document in release-gate source and wheel checks.

Fixed

  • Fixed the GitHub Actions regression where the Chinese entity test could fail because 自然码 was not extracted when Jieba was not installed or did not split the compound phrase as expected.