Adds OAuth device-flow sign-in through the new peppy auth commands and moves schema identifiers to a slash-separated form.
Released on June 25, 2026
Breaking changes
- Schema identifiers now use a slash separator (
node/v1,interface/v1,launcher/v1); update the schema references in yourpeppy.json5to the new slash-separated form.
Authentication
- Added
peppy auth login,peppy auth logout, andpeppy auth whoamito sign in, sign out, and check your current identity using the OAuth device flow.