Skip to content

Releases: laat/mor

v0.19.0

21 Apr 14:50
d8ba620

Choose a tag to compare

What's new

Features

  • Add mor personal note store skill for Claude Code plugin

Fixes

  • Discourage speculative note searches in MCP tool descriptions
  • Downgrade pnpm/action-setup from v6 to v5 for CI compatibility

Internal

  • Bump dependencies (10 packages updated)

v0.18.8

18 Apr 15:59
ca71220

Choose a tag to compare

What's new

Fixes

  • Fix filtered search pagination returning incorrect totals
  • Fix filtered grep pagination returning incorrect totals
  • Fix updating note content from stdin
  • Clean up derived state (FTS, links, embeddings) when deleting a note

v0.18.7

15 Apr 18:17
995de10

Choose a tag to compare

What's new

Fixes

  • MCP server now returns short IDs consistently (the notes_create tool was still returning full UUIDs, wasting tokens)

v0.18.6

14 Apr 19:14
a80ce13

Choose a tag to compare

What's new

Fixes

  • Prevent LLMs from creating unsolicited notes by strengthening MCP tool descriptions to clarify the note store belongs to the user

v0.18.5

13 Apr 21:57
272c6b2

Choose a tag to compare

What's new

Internal

  • Add npm trusted publishing via GitHub Actions workflow
  • Update release skill for trusted publishing

v0.18.4

13 Apr 20:00
98bb2c4

Choose a tag to compare

What's new

Fixes

  • Move User-Agent to incoming request log line

Internal

  • Disable model invocation for notes-consolidate and notes-review skills

v0.18.3

13 Apr 19:23
aeeeb3b

Choose a tag to compare

What's new

Features

  • Send User-Agent header (mor/<version> cli / mor/<version> mcp-stdio) from CLI and MCP stdio client to remote servers

v0.18.2

13 Apr 19:16
66e3524

Choose a tag to compare

What's new

Features

  • Log User-Agent in HTTP API response lines

Internal

  • Simplify reindex: delete and recreate database instead of migrating
  • Drop FK constraint on embeddings table
  • Remove esbuild bundling, ship tsc output directly

v0.18.1

13 Apr 18:47
2e4fb32

Choose a tag to compare

What's new

Fixes

  • Drop FK constraint on embeddings table that caused embedding failures when background computation raced with note deletion.
  • mor reindex now deletes and recreates the database from scratch, eliminating migration issues and making it a reliable fix-all command.

Internal

  • Remove esbuild bundling, ship tsc output directly.
  • Update lockfile.

v0.18.0

13 Apr 18:32
ac11107

Choose a tag to compare

What's new

Features

  • Index the description frontmatter field in FTS search and grep for better search recall. Description is weighted between tags and content in BM25 ranking.

Fixes

  • Drop foreign key constraint on the links table that caused mor reindex to fail when notes reference deleted or not-yet-indexed notes.