Releases: MethodWhite/synapsis
Releases · MethodWhite/synapsis
Synapsis v0.8.2
Full Changelog: v0.7.0...v0.8.2
Synapsis v0.4.1
Bug fix: remove pqcrypto-traits dependency (unmaintained advisory)
Synapsis v0.3.0 - Inter-Agent Event Bus & MCP Client/TUI/IDE Integration
🚀 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
eventstable- Direct messages between agents (
send_message/get_pending_messages) - Channel broadcasts with polling (
broadcast/event_poll) - Event acknowledgment and auto-cleanup
- Direct messages between agents (
- Critical:
McpServer::init()now callsdb.init()- database tables created on fresh install - Critical:
mem_lock_acquire/mem_lock_releaseaccept both MCP spec params and legacy params - Major:
mw-cliSynapsisMcpClient rewritten with real JSON-RPC 2.0 MCP stdio communication
Added
eventsSQLite table with indexes for efficient agent/channel/project filtering- Database methods:
publish_event,broadcast_event,poll_events,get_pending_messages,acknowledge_event connection_statusMCP tool to see active CLI/IDE/TUI connections
Quick Update
synapsis updateOr install fresh:
curl -fsSL https://raw.githubusercontent.com/methodwhite/synapsis/main/install.sh | bashMCP Server Hardening & Installer Infrastructure
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