Warning - v1.14.0 is a breaking change if for some crazy reason you've predicated certain things on specific client commands. Anyone using it in a normal way shouldn't see anything, but if you've got some pre-baked agent with this in the mix somehow, proceed with caution.
This one is just a little QoL fix for auth in stdio, with each passing day driving me closer to dropping the stdio/legacy mode :D but until then, we support what we ship
What's Changed
- Fix PKCE code verifier not generated for initial OAuth flow by @isair in #532
- Fix TypeError: CORSMiddleware.call() missing 2 required positiona… by @jack-distl in #523
New Contributors
- @isair made their first contribution in #532
- @jack-distl made their first contribution in #523
Full Changelog: v1.14.0...v1.14.1