Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,26 @@ Claude Code also uses it for update detection. Bump it with
`python3 scripts/plugin_manifests.py set <version>` from the repo root; see
[Releasing](README.md#releasing).

## Unreleased

### Changed

- Rewrite the plugin Legal section as formal Terms of Service and Privacy
Policy copy (Apache-2.0 still governs the plugin files; product terms still
apply only if you later use the Zep Service).
- Move those terms and the privacy policy into `legal/TERMS.md` and
`legal/PRIVACY.md`, linked from the README. Remove the statement that Zep
does not use Plugin information to train models.

## 0.4.2 — 2026-08-18

### Added

- Document plugin-specific terms (Apache-2.0) and privacy (docs MCP only;
not Zep Memory) in `README.md`. Product privacy/terms apply only if you
later use Zep’s APIs.
not Zep Memory) in `legal/TERMS.md` and `legal/PRIVACY.md`, linked from
the README. Product privacy/terms apply only if you later use Zep’s APIs.
- Point plugin support to `support@getzep.com` in the README.

### Changed

- Drop the Cursor vendor plugin wrapper (`.cursor-plugin/plugin.json` and
`.cursor-plugin/mcp.json`). Cursor loads the Agent Plugins package. The
Cursor marketplace catalog stays and still points at this repo root.
- Rewrite the plugin Legal section as formal Terms of Service and Privacy
Policy copy (Apache-2.0 still governs the plugin files; product terms still
apply only if you later use the Zep Service).
- Move those terms and the privacy policy into `legal/TERMS.md` and
`legal/PRIVACY.md`. Remove the statement that Zep does not use Plugin
information to train models.

## 0.4.1 — 2026-08-17

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ If you later access or use the Zep Service, including Zep's APIs, that use is
governed by Zep's [Terms of Service](https://www.getzep.com/legal/terms/) and
[Privacy Policy](https://www.getzep.com/legal/privacy/).

For technical support, email [support@getzep.com](mailto:support@getzep.com)
or open an issue on this repository.

## Portable core plus vendor compatibility

The repository root conforms to
Expand Down
Loading