Current Releases

Updated July 27, 2026

The latest published version of each public ParkviewLab open-source project, where it ships, and a summary of what each current version provides.

ProjectLatestReleasedPublished to
conception-space0.8.62026-07-20GitHub Releases
jonobones0.1.52026-06-25npm · GHCR
deco-assaying0.3.52026-07-17PyPI · GHCR
flint-slating0.1.62026-06-25PyPI · GHCR
smalt-mcp1.3.32026-06-25PyPI · GHCR
ebony-enriching0.1.102026-06-25PyPI · GHCR
pensa-grex3.3.02026-07-27GitHub Releases
cobalt-grinding0.1.02026-07-02PyPI
cogrind-workshop0.1.02026-07-02PyPI

conception-space v0.8.6

Build and navigate 3D spaces for thinking. Hand-place and sculpt ideas. See unplanned connections.

Released 2026-07-20 AGPL-3.0-or-later GitHub: Releases release notes changelog
Highlights

This is a maintenance release with no user-visible changes: the workflow and script comments describing macOS signing status and the electron 43 extraction mechanism have been corrected, and an inert yauzl dependency override was removed without affecting lockfile resolution.

Docs
  • V0.8.5 [skip ci] (68fe52b)
  • Correct stale "unsigned" comment headers (macOS is signed + notarized) (#25) (2fb74c3)

The macOS build is signed and notarized; the Windows and Linux builds are unsigned, so those may warn on first launch. See the install notes.

jonobones v0.1.5

A headless, Joplin-sync-compatible knowledge daemon.

Released 2026-06-25 AGPL-3.0-or-later npm: jonobones · @parkviewlab/jonobones container image release notes changelog
Highlights

This is a maintenance release with no user-facing code changes: the REST API reference in docs/api.md has been corrected and expanded to cover all nine error codes, success status conventions, pagination flags, relationship-list parameters, the 512 MB resource upload limit, and several endpoint-specific quirks, and a stale hardcoded version in the /health example was removed. The remaining work is internal — REUSE/AGPL formalization, handbook onboarding, changelog automation, and a CI pin bump to Node 24.

Docs
  • Close REST API reference gaps (error codes, status codes, limits) (#2) (97f3ae9)
npm install -g jonobones
# or
docker pull ghcr.io/parkviewlab/jonobones:latest

deco-assaying v0.3.5

MCP server for source-code analysis via tree-sitter (Python/C/C++ initially, broader coverage planned).

Released 2026-07-17 MIT OR Apache-2.0 PyPI: deco-assaying container image release notes changelog
Highlights

This is a maintenance release that bumps the indirect mcp dependency from 1.27.0 to 1.28.1.

Docs
  • V0.3.4 [skip ci] (4444f97)
uvx deco-assaying
# or
docker pull ghcr.io/parkviewlab/deco-assaying:latest

flint-slating v0.1.6

MCP server that reads PDFs and exposes them as structured Markdown.

Released 2026-06-25 MIT OR Apache-2.0 PyPI: flint-slating container image release notes changelog
Highlights

This is a maintenance release that bumps lagging GitHub Actions pins to their Node 24 floors, with no user-facing behavior changes.

Docs
  • V0.1.5 [skip ci] (e37d96f)
uvx flint-slating
# or
docker pull ghcr.io/parkviewlab/flint-slating:latest

smalt-mcp v1.3.3

MCP wrapper around Smalt's storage surface (read / write / link / claim / search).

Released 2026-06-25 MIT OR Apache-2.0 PyPI: smalt-mcp container image release notes changelog
Highlights

This is a maintenance release that bumps lagging GitHub Actions pins to their Node 24 floors, with no user-facing behavior changes.

Docs
  • V1.3.2 [skip ci] (3dee2ea)
uvx smalt-mcp
# or
docker pull ghcr.io/parkviewlab/smalt-mcp:latest

ebony-enriching v0.1.10

An MCP lab notebook — proposal / experiment / gap lifecycle.

Released 2026-06-25 MIT OR Apache-2.0 PyPI: ebony-enriching container image release notes changelog
Highlights

This release is maintenance-only, bumping GitHub Actions pins to their verified Node 24 floors ahead of GitHub's removal of Node 20 from runners. There are no user-visible behaviour changes.

Docs
  • V0.1.9 [skip ci] (d571ad6)
uvx ebony-enriching
# or
docker pull ghcr.io/parkviewlab/ebony-enriching:latest

pensa-grex v3.3.0

Track what you're doing as project plans, drawn as an interactive map. Parallel work branches and rejoins. A local agent can edit the map with you.

Released 2026-07-27 AGPL-3.0-or-later GitHub: Releases release notes changelog
Highlights

This release reworks the MCP tool surface around the model's own vocabulary: reads are now strict about node kind (read_domain, read_project, read_task), writes use one id parameter name (node_id) across a shared id namespace, and several tools are renamed to match what they actually act on (delete_node, move_task, move_project, detach_project, reorder_project, open_branch below a node). The app gains two actions the tools already had, wrapping a run as a sub-project and deleting a note, and the note interface (glyph, menu items, editor, collapse/expand) is now the same on a project's close as on its opening. Two writes that could silently misshape a plan are now refused — moving a close, and splice-deleting a plan's base — and every write reports the title it ended with, so a collision-driven rename is visible to the caller.

Bug fixes
  • Close two writes an agent could make in good faith (#78) (a4b0f88)
  • Repair the work_flagged prompt for the strict reads (#81) (409a1be)
Docs
  • The tool is detach_project, not detach_to_plan (#82) (b149447)
Features
  • One vocabulary across the tools and the app (#76) (ff6deca)
  • The tool contract, and the last of the trees (#79) (f46fad8)
Refactor
  • One id namespace, one parameter name (#77) (4464fea)
  • NodeId, the last of the schema-2 vocabulary (#80) (da909e9)

The macOS build is signed and notarized; the Windows and Linux builds are unsigned, so those may warn on first launch. See the install notes.

About these notes Where a project publishes GitHub Releases, its per-version release notes are shown above, pulled from the latest release (and linked to the full Release and CHANGELOG). For projects that don't publish them yet, the summary describes the current shipped surface from the project's README — not a per-version diff.