• v1.8.3-dev e0dad85823

    FTMahringer released this 2026-05-09 15:30:38 +02:00 | 215 commits to main since this release

    Platform Inspect Commands

    CLI coverage for health, logs, agents, providers, and plugins.

    Commands:

    • synapse health — GET /api/health, formatted key-value output
    • synapse logs list [-n limit] — GET /api/logs, tabular output
    • synapse logs stream — SSE stream, prints data lines to stdout
    • synapse agents list — GET /api/agents
    • synapse agents runtime — GET /api/agents/runtime
    • synapse agents activate/pause — POST state change
    • synapse providers list — GET /api/providers
    • synapse providers test — POST /api/providers/{id}/test
    • synapse plugins list/enable/disable — plugin lifecycle
    • synapse store list [--type PLUGIN|BUNDLE] — store registry

    Next: v1.8.4-dev Conversation commands

    Downloads