v0.0.95
·
351 commits
to canary
since this release
Upgrade
If you already have Pensar installed, upgrade to the latest version:
pensar upgradeFresh Install
macOS / Linux (Quick Install)
curl -fsSL https://pensarai.com/install.sh | bashHomebrew
brew tap pensarai/tap
brew install apexnpm
npm install -g @pensar/apexWhat's Changed
- docs: add /auth and /credits command documentation by @joshkotrous in #333
- fix: use JSX comment syntax in MDX docs by @joshkotrous in #334
- feat: auto-create workspace during /auth by @Yuvanesh-ux in #335
- TUI onboarding auth flow by @joshkotrous in #336
- feat: persist POC execution output by @Yuvanesh-ux in #338
- feat: add HMAC request signing for gateway inference calls by @joshkotrous in #337
- Add
pensar authCLI command with centralized auth module by @joshkotrous in #341
Full Changelog: v0.0.93...v0.0.95