Skip to content

Releases: aliasunder/vault-cortex

v0.28.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 19:52

⚠ BREAKING CHANGES

  • vault_write_note now rejects with "note already exists" when writing to an existing path. Callers that intend to replace an existing note must pass overwrite: true.

Features

  • vault-crud: Default vault_write_note to create-only with opt-in overwrite (#311)

Documentation

  • Update CHANGELOG.md for v0.28.1

CI / Infrastructure

  • Mirror Docker images to Docker Hub alongside GHCR (#313)

Maintenance

  • Optimize social-preview.png with optipng (351KB → 79KB) (#310)

v0.28.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:20

Documentation

  • Lead memory-recall copy with the current-perspective use (#309)
  • Update CHANGELOG.md for v0.28.0

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:51

Features

  • mcp: Vault_memory_recall — entry-granular hybrid retrieval over the memory layer (#306)
  • memory: Entry-policy convention, Agents template, memory template updates, and memory tool description improvements (#307)

Bug Fixes

  • search: Rescue zero-result memory recall + post-Phase-3 doc sweep (#308)

Documentation

  • Update CHANGELOG.md for v0.27.2

v0.27.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 03:59

Features

  • search: Add created/modified date-range filters to vault_search (#302)

Bug Fixes

  • search: Rescan newly-created directories the watcher scan raced past (#303)

Documentation

  • Update CHANGELOG.md for v0.27.1

CI / Infrastructure

  • dependabot: Ignore TypeScript majors until typescript-eslint supports them (#304)

Maintenance

  • deps-dev: Bump the development group with 6 updates (#305)
  • deps: Bump actions/create-github-app-token from 2.2.2 to 3.2.0 (#300)
  • deps: Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 (#299)
  • deps: Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 (#298)
  • deps: Bump node from b31e7a4 to cb4e8f7 (#297)

cli-v0.4.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 04:30
  • release(cli): v0.4.4
  • chore(deps-dev): bump the development group with 6 updates (#305)

Published to npm: https://www.npmjs.com/package/vault-cortex/v/0.4.4

v0.27.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:16

Documentation

  • docker: Correct stale tool count in image descriptions (25 → 26) (#296)
  • Update CHANGELOG.md for v0.27.0

cli-v0.4.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:13
  • release(cli): v0.4.3
  • docs: document image updates in quickstart READMEs and CLI connect message (#295)
  • feat(docker)!: single OCI image — two-target build, fork absorption, image rename (#291)
  • feat: switch obsidian-sync image to maintained fork (#288)

Published to npm: https://www.npmjs.com/package/vault-cortex/v/0.4.3

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:10

⚠ BREAKING CHANGES

  • the published image is renamed ghcr.io/aliasunder/vault-mcpghcr.io/aliasunder/vault-cortex and now ships two targets (:latest = MCP server only; :remote = server + bundled Obsidian Sync under s6-overlay). The legacy vault-mcp package stops receiving tags at this release; already-published tags remain pullable indefinitely, frozen at the last pre-rename version. To migrate a local setup, point image: at ghcr.io/aliasunder/vault-cortex:latest; for a remote two-service setup, switch to the single-service deploy/remote/docker-compose.yml (:remote bundles sync) — the .env carries over unchanged.

Features

  • docker: Single OCI image — two-target build, fork absorption, image rename (#291)

Documentation

  • Document image updates in quickstart READMEs and CLI connect message (#295)
  • Update CHANGELOG.md for v0.26.9

v0.26.9

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:28

Documentation

  • Order cross-section move as add-at-target before remove-from-source (#294)
  • Update CHANGELOG.md for v0.26.8

CI / Infrastructure

  • Add Test Deploy workflow — deploy any branch to the instance without a release (#293)

v0.26.8

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:11

Features

  • Switch obsidian-sync image to maintained fork (#288)

Bug Fixes

  • Carry sessionId into tool and data-layer logs via lazy child props (#292)
  • Strip MCP tool name from protected-path delete error (#290)
  • Log error name and stack trace in error middleware, enable source maps (#289)
  • docs: Rewrite wiki.json overview to lead with capabilities (#287)
  • cli: Add bookend rules and section dividers to connect output (#283)

Documentation

  • Update CHANGELOG.md for v0.26.7

CI / Infrastructure

  • Guard server.json description length in publish workflow (#286)
  • Enrich umm-actually review instructions from ship-check (#285)
  • Consolidate umm-actually bot to single /improve run (#284)