• 2.1.0 ab3e4a35f1

    2.1.0 Stable

    lloyd released this 2026-04-24 10:36:28 +00:00 | 0 commits to main since this release

    Solo Alfred Workflow v2.1.0

    What's New

    • Improved project name search — Project names are now split on delimiters (/, -, _, .) so each word is independently searchable in Alfred. For example, searching "solo" will now match a project named "solo-alfred-workflow".
    Downloads
  • 2.0.0 cfa98f59fc

    2.0.0 Stable

    lloyd released this 2026-04-24 10:21:25 +00:00 | 1 commits to main since this release

    Solo Alfred Workflow v2.0.0

    Compatibility

    • Requires Solo 0.6.3 or later
    • Requires MCP enabled in Solo under Settings → Integrations
      What's New
    • MCP integration — All communication with Solo now uses the MCP (Model Context Protocol) binary instead of the HTTP API. This removes the need to configure an HTTP API port.
    • Deep linking — Navigation to projects and processes uses solo:// deep links instead of AppleScript command bar automation. This is faster and more reliable.
    • Simplified configuration — The HTTP_API_PORT workflow variable has been removed. The only configuration option is now KEYWORD.
      Breaking Changes
    • The HTTP API is no longer used. Users upgrading from v1.x must enable MCP in Solo → Settings → Integrations.
    • The HTTP_API_PORT configuration variable has been removed.

    Technical Changes

    • Added solo_mcp.py — shared helper that calls Solo's MCP binary via JSON-RPC over stdin/stdout
    • Replaced curl HTTP calls with MCP tool calls (list_projects, list_processes, start_process, stop_process, etc.)
    • Replaced AppleScript command bar automation in open_in_solo.sh with deep links and direct MCP calls
    • Added .gitignore
    Downloads
  • 1.0.0 3deb035aaa

    1.0.0 Stable

    lloydkeijzer released this 2026-03-18 11:31:19 +00:00 | 3 commits to main since this release

    Downloads