Skip to content

Commit fa01b85

Browse files
committed
chore(release): 0.19.0
Minor release: index + blob schema bump (RELEASE_MINOR 18 → 19), so .basemind/ is wiped and rebuilt on the next scan. Ships the Hermes Agent plugin, the version-independent status line, the architecture_map docs, and the unreleased hot-path performance sweep.
1 parent fe45609 commit fa01b85

18 files changed

Lines changed: 38 additions & 18 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plugins": [
77
{
88
"name": "basemind",
9-
"version": "0.18.1",
9+
"version": "0.19.0",
1010
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
1111
"source": {
1212
"source": "url",

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"name": "basemind",
1212
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
13-
"version": "0.18.1",
13+
"version": "0.19.0",
1414
"source": "./",
1515
"category": "developer-tools",
1616
"license": "MIT",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basemind",
33
"displayName": "Basemind",
44
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
5-
"version": "0.18.1",
5+
"version": "0.19.0",
66
"author": {
77
"name": "Na'aman Hirschfeld",
88
"email": "nhirschfeld@gmail.com"

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basemind",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
55
"author": {
66
"name": "Na'aman Hirschfeld",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basemind",
33
"displayName": "basemind",
44
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
5-
"version": "0.18.1",
5+
"version": "0.19.0",
66
"author": {
77
"name": "Na'aman Hirschfeld",
88
"email": "nhirschfeld@gmail.com"

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13+
## [0.19.0] — 2026-07-07
14+
15+
> Minor release — the index + blob schema version bumps (`RELEASE_MINOR` 18 → 19), so `.basemind/`
16+
> is wiped and rebuilt on the next scan.
17+
18+
### Added
19+
20+
- **Hermes Agent plugin.** basemind now integrates with [Hermes Agent](https://hermes-agent.nousresearch.com):
21+
`pip install basemind` exposes a Hermes plugin (discovered via the `hermes_agent.plugins` entry
22+
point) that bundles the helper skills, slash commands, and agent-comms notifications. Tools are
23+
wired through Hermes's MCP config (`mcp_servers.basemind` in `~/.hermes/config.yaml`) — a Hermes
24+
plugin cannot declare an MCP server. See the README "Hermes" install section. Closes #36.
25+
26+
### Changed
27+
28+
- **Claude status line survives version bumps.** `/bm-statusline` now writes a version-independent
29+
resolver as the `statusLine` command (re-resolving the newest installed `statusline.sh` at each
30+
render) instead of a version-pinned path that broke on update. The bar also shows the running
31+
basemind version (`v<version>`, full/compact tiers; opt out with `BASEMIND_STATUSLINE_VERSION=0`).
32+
1333
### Performance
1434

1535
Wide hot-path allocation + algorithmic sweep across the scanner, extraction, git, and MCP query

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "basemind"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
55
edition = "2024"
66
description = "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB."

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basemind",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
55
"contextFileName": "GEMINI.md",
66
"mcpServers": {

kimi.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basemind",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.",
55
"author": {
66
"name": "Na'aman Hirschfeld",

0 commit comments

Comments
 (0)