Skip to content

v0.6.0 — Native Install

Choose a tag to compare

@Korrnals Korrnals released this 15 Sep 18:37
· 27 commits to main since this release

v0.6.0 — Native Install

Native, automatic integration into harnesses with a single call. The installer detects configured harnesses and writes the bathys server entry itself — manual config editing recedes to a fallback.

Added

  • bathys install — the integration installer: autodetects harnesses by standard paths (~/.zcode/cli/config.json, ~/.claude.json, ~/.cursor/mcp.json, ~/Library/Application Support/Claude/claude_desktop_config.json); idempotently writes the bathys server entry (a timestamped config backup before every write; a repeated run does not touch an up-to-date entry); --with-agent copies the bathys-researcher subagent; --searxng-home writes env; --dry-run and --print-config (ready-made blocks for manual connection). Broken or unreachable configs are skipped with a note, without breaking the installation.
  • CLI dispatcher entry point bathys: with no arguments — the MCP server (stdio); install / doctor subcommands; --help for reference. The separate bathys-install entry point is preserved.
  • Documentation: install.md — step 5 "Connection is automatic" plus a table of base directories (~/.local/share/bathys, ~/.cache/bathys); README — an "Automatically / Manually" block in the connection section; cases.md — step C-1 via bathys install.

This GitHub release was created retroactively; the version shipped on PyPI on 2026-09-08.


Assets

Shipped with the signature set from the release conveyor (attached retroactively): bathys-0.6.0-py3-none-any.whl, bathys-0.6.0.tar.gz, checksums-sha256.txt, sbom.spdx.json, and cosign/GPG signatures for both artefacts.


Install: pip install bathys==0.6.0
Changelog: CHANGELOG.md