daftari 1.12.5 → 1.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.12.6] - 2026-05-27
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **`manifest.json` `description` and `long_description` rewritten to
|
|
15
|
+
lead with the cortex framing.** Brings the `.mcpb` install UI (which
|
|
16
|
+
Claude Desktop shows when a user installs the extension) into sync
|
|
17
|
+
with the Anthropic Connectors Directory listing copy. Previously,
|
|
18
|
+
the listing leads with "an external cortex for AI agents…" while the
|
|
19
|
+
install UI led with "an MCP server that exposes a curated markdown
|
|
20
|
+
vault" — same facts, different framing. Same product describing
|
|
21
|
+
itself two ways was a coherence cost worth paying down.
|
|
22
|
+
|
|
23
|
+
- `description` is now the tagline ("A persistent cortex Claude
|
|
24
|
+
reads, writes, and curates over time.") instead of the older
|
|
25
|
+
knowledge-vault opener.
|
|
26
|
+
- `long_description` is the 47-word cortex-led version used in the
|
|
27
|
+
directory listing form (which caps at 50 words). Trims the
|
|
28
|
+
`OPENAI_API_KEY` env-var hint and the `embeddings.provider:
|
|
29
|
+
openai-3-small` config path from the long copy — both still live
|
|
30
|
+
in `PRIVACY.md` and the README for anyone wiring up the OpenAI
|
|
31
|
+
embedding provider.
|
|
32
|
+
|
|
33
|
+
No functional change. The `.mcpb` artifact is repacked from this
|
|
34
|
+
commit so the bundled manifest matches what's submitted to the
|
|
35
|
+
directory.
|
|
36
|
+
|
|
10
37
|
## [1.12.5] - 2026-05-26
|
|
11
38
|
|
|
12
39
|
### Changed
|