Skip to content

Releases: totooss/relaycore

RelayCore v1.2.0

Choose a tag to compare

@totooss totooss released this 29 Jul 03:22

RelayCore v1.2.0

RelayCore v1.2.0 turns the shared intelligence line into a more usable runtime workflow: startup context loading is automatic, durable memory capture can be assisted instead of hand-wired every time, and Mission Control now exposes confidence-aware memory review.

Highlights

  • auto-memory MCP helpers: memory_auto_prepare, memory_auto_extract, memory_auto_capture, memory_auto_commit
  • AI confidence scoring for extracted memory drafts, with manual override support in Mission Control
  • versioned RULES.md plus relaycore sync-rules projection into RelayCore rule memory
  • refined Memory Viewer that emphasizes readable memory, tag-first filtering, and legacy memory visibility
  • clearer single-database and multi-runtime guidance for real Codex / Claude style deployments

What Changed In This Release

  • expanded the MCP surface so runtimes can bootstrap task context and capture durable observations without replaying full chat history
  • added auto-memory extraction heuristics, duplicate-aware proposal routing, and split note capture for batched observations
  • introduced optional OpenAI-backed confidence assessments for auto-memory candidates and manual confidence review controls in the web UI
  • added repository rule sync tooling so human-reviewed RULES.md documents can be projected into active RelayCore rule memories
  • refreshed runtime docs, startup guidance, and deployment examples around the canonical ~/.relaycore/relaycore.db topology
  • improved Mission Control memory browsing with better grouping, provenance drill-down, and imported memory visibility

Included CLI

  • relaycore init-db
  • relaycore serve
  • relaycore export
  • relaycore mcp-http
  • relaycore consolidate-db
  • relaycore sync-rules --rules-file RULES.md
  • python -m relaycore init-db
  • python -m relaycore serve
  • python -m relaycore export
  • python -m relaycore mcp-http

Runtime Notes

  • Core service: Python 3.9+
  • MCP bridge: Python 3.10+ with pip install -e .[mcp]
  • AI confidence scoring is optional and activates when OPENAI_API_KEY is configured

Validation

  • local automated tests passed
  • pytest status on July 29, 2026: 81 passed

Packaging

  • source distribution
  • universal wheel for the current Python package

RelayCore v1.0

Choose a tag to compare

@totooss totooss released this 19 Jul 15:34

RelayCore v1.0

RelayCore v1.0 is the first cleaned, publish-ready public release of the project.

Highlights

  • SQLite-backed shared memory and structured command relay
  • append-only event timeline with digests and audit trails
  • MCP-style memory and command tools
  • Mission Control web UI
  • memory viewer with filtering, search, and conflict resolution
  • local history migration scripts

What Changed In This Release

  • finalized a public repository layout without private working files or local-only process documents
  • added a Mission Control memory viewer page for direct inspection of stored memory
  • added conflict resolution flows for memory candidates in both the web UI and REST API
  • aligned package metadata and release assets to the v1.0 line
  • refreshed README, roadmap, and release notes for public GitHub publishing

Included CLI

  • relaycore init-db
  • relaycore serve
  • relaycore export
  • relaycore mcp-http
  • python -m relaycore init-db
  • python -m relaycore serve
  • python -m relaycore export
  • python -m relaycore mcp-http

Runtime Notes

  • Core service: Python 3.9+
  • MCP bridge: Python 3.10+ with pip install -e .[mcp]

Validation

  • Local automated tests passed
  • pytest status on 2026-07-19: 55 passed

Packaging

  • source distribution
  • universal wheel for the current Python package