Skip to content

Releases: MethodWhite/synapsis

Synapsis v0.8.2

16 Jun 04:47

Choose a tag to compare

Synapsis v0.4.1

11 Jun 01:51

Choose a tag to compare

Bug fix: remove pqcrypto-traits dependency (unmaintained advisory)

Synapsis v0.3.0 - Inter-Agent Event Bus & MCP Client/TUI/IDE Integration

03 May 15:24

Choose a tag to compare

🚀 Inter-Agent Communication Now Works!

Synapsis MCP Server now enables real-time messaging between CLIs, IDEs, and TUIs.

Fixed

  • Critical: PersistentEventBus fully implemented with SQLite-backed events table
    • Direct messages between agents (send_message / get_pending_messages)
    • Channel broadcasts with polling (broadcast / event_poll)
    • Event acknowledgment and auto-cleanup
  • Critical: McpServer::init() now calls db.init() - database tables created on fresh install
  • Critical: mem_lock_acquire/mem_lock_release accept both MCP spec params and legacy params
  • Major: mw-cli SynapsisMcpClient rewritten with real JSON-RPC 2.0 MCP stdio communication

Added

  • events SQLite table with indexes for efficient agent/channel/project filtering
  • Database methods: publish_event, broadcast_event, poll_events, get_pending_messages, acknowledge_event
  • connection_status MCP tool to see active CLI/IDE/TUI connections

Quick Update

synapsis update

Or install fresh:

curl -fsSL https://raw.githubusercontent.com/methodwhite/synapsis/main/install.sh | bash

MCP Server Hardening & Installer Infrastructure

02 Apr 18:58

Choose a tag to compare

Cambios Principales

Estabilización del Servidor MCP

  • ✅ Refactored MCP server (2158 líneas cambiadas)
  • ✅ Fixed dead code warnings
  • ✅ Mejor estabilidad y manejo de errores

Infraestructura de Instalación

  • ✅ install.sh - Linux installer
  • ✅ install-macos.sh - macOS Homebrew installer
  • ✅ install.ps1 - Windows PowerShell installer
  • ✅ uninstall.sh - Linux removal
  • ✅ uninstall-macos.sh - macOS removal
  • ✅ uninstall.ps1 - Windows removal

Scripts de Utilidad

  • scripts/connect_antigravity.py - Conexión Antigravity
  • scripts/verify_connection.py - Verificación de conexión

Cambios Técnicos

  • src/bin/comm.rs: Fixed unused variable warnings
  • src/presentation/mcp/server.rs: Refactored
  • Cargo.toml: Version updates

Full Changelog: v0.1.0...v0.2.0