v2.2.0
Added
- Supermemory ranking backend —
[memory] backend = "supermemory"(default) uses the Rustsupermemory-coreranker for hybrid lexical (+ optional embedding) memory retrieval, deduplication, and recency-aware context formatting. - Platform memory backends —
[memory] backendcan beplatformorhybridwithplatform_api_urlandplatform_org_slug; config resolver honorsDEVSPER_PLATFORM_API_URLandDEVSPER_PLATFORM_ORGwhen set. - Remote platform workflows —
load_workflow("org/pkg@N")fetches workflow specs from the Devsper Platform API whenDEVSPER_PLATFORM_API_URL,DEVSPER_PLATFORM_ORG, and (when required)DEVSPER_PLATFORM_TOKENare configured. - Local worker pool —
devsper poolsubcommands to run the local worker pool manager (foreground spawner) alongside improved swarm execution when using pool-backed paths. - Devsper Cloud CLI —
devsper cloud login,logout,run,status, andlogsfor JWT authentication (OS keychain) and runs against the platform API.
Changed
- Telemetry — OpenTelemetry configuration and OTLP export wiring expanded (
otel_endpoint,otel_headers, and related options). - Documentation — README refresh; removed outdated standalone docs where superseded by the current
docs/tree.
Full Changelog: v2.1.8...v2.2.0