Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 10:27

[0.6.1] - 2026-06-13

Removed

  • Dead llm module and --no-llm flag — the unused local LLM refinement
    scaffolding (src/llm.rs), its pub mod llm; export, the empty llm Cargo
    feature, and the palace init --no-llm flag have been removed. Nothing in the
    default path used them.

Fixed

  • No more panic on an invalid built-in entity patterncompile_regex in
    the entity detector no longer panic!s if a built-in regex fails to compile;
    it logs to stderr and falls back to a never-matching pattern so detection
    degrades gracefully instead of crashing. Covered by new tests that verify the
    built-in patterns compile and the fallback behaves.

Changed

  • Crate metadata — removed the broken docs.rs/palace-rs documentation link
    (the crate is not published there) and pointed homepage at
    https://palacememory.com.
  • Docs — corrected stale MEMPALACE_* / mempalace.yaml migration claims in
    the README (those names were removed in 0.3.0) and linked palacememory.com
    for remote mode.
  • CI/release — the install smoke matrix now targets aarch64-apple-darwin
    to match the actual macOS runner architecture, and the release workflow runs an
    install-smoke job that downloads the freshly published asset on macOS and
    Linux and verifies an end-to-end install.