Skip to content

Commit 07cc1d2

Browse files
committed
chore(release): v0.5.0
Finalize the 0.5.0 changelog (agent comms, split memory, cross-harness delivery, statusline segment) and refresh the npm + PyPI package READMEs to the context-and- communication-layer framing. All version surfaces are already at 0.5.0 / RELEASE_MINOR 5.
1 parent 6a36425 commit 07cc1d2

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- Keep a Changelog repeats Added/Changed/Fixed headings per version. -->
99
<!-- markdownlint-disable MD024 -->
1010

11-
## [Unreleased]
11+
## [0.5.0] — 2026-06-20
12+
13+
Minor release: `RELEASE_MINOR` bumps 4 → 5, so the blob, Fjall-index, and LanceDB schema versions
14+
advance — the first `basemind scan` / `serve` after upgrading **wipes and rebuilds the `.basemind/`
15+
cache and the LanceDB store in place**. Headline: basemind becomes a multi-agent **communication
16+
substrate** (scoped rooms + per-agent inbox) on top of its context layer, with split memory and
17+
cross-harness delivery.
1218

1319
### Added
1420

@@ -445,7 +451,7 @@ crates.io.
445451
- `search_documents` post-processing releases the store read-lock before
446452
blob I/O; `ahash::AHashMap` / `AHashSet` on the post-filter path.
447453

448-
[Unreleased]: https://github.com/Goldziher/basemind/compare/v0.4.0...HEAD
454+
[0.5.0]: https://github.com/Goldziher/basemind/compare/v0.4.0...v0.5.0
449455
[0.4.0]: https://github.com/Goldziher/basemind/compare/v0.3.0...v0.4.0
450456
[0.3.0]: https://github.com/Goldziher/basemind/compare/v0.2.6...v0.3.0
451457
[0.2.6]: https://github.com/Goldziher/basemind/compare/v0.2.5...v0.2.6

npm-package/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# basemind
22

3-
Full AI context layer for coding agents — code-map, document RAG, shared memory, web crawl,
4-
git history. 300+ languages, one MCP server.
3+
The context and communication layer for coding agents — a shared code-map, document RAG, memory,
4+
web crawl, git history, and agent-to-agent comms so multiple agents coordinate while they work.
5+
300+ languages, one MCP server.
56

67
<!-- markdownlint-disable-next-line MD013 -->
78
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Goldziher/basemind/blob/main/LICENSE)

pip-package/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# basemind
22

3-
Full AI context layer for coding agents — code-map, document RAG, shared memory, web crawl,
4-
git history. 300+ languages, one MCP server.
3+
The context and communication layer for coding agents — a shared code-map, document RAG, memory,
4+
web crawl, git history, and agent-to-agent comms so multiple agents coordinate while they work.
5+
300+ languages, one MCP server.
56

67
<!-- markdownlint-disable-next-line MD013 -->
78
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Goldziher/basemind/blob/main/LICENSE)

0 commit comments

Comments
 (0)