mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
A closed z.enum inside the strict get_providers payload meant any provider type added daemon-side failed the entire WS envelope parse on older clients, silently dropping the response and timing out the settings sheet. Make providerType an open string on the wire; the daemon's config schema keeps the closed set and setProvider rejects unknown types with a clear error. Also correct the paseoAgentConfig COMPAT version, the provider CLI descriptions, and the stale no-app-UI doc claim.
@getpaseo/protocol
Shared Paseo protocol schemas, codecs, and wire types.
Stability
This package is public so Paseo's published packages can depend on it cleanly. It is not a stable public API yet.
Schemas, exports, wire helpers, and types may change or disappear in any release without advance notice. Use it outside Paseo at your own risk until the package is explicitly documented as stable.