Skip to content

v0.0.103

Choose a tag to compare

@github-actions github-actions released this 17 Mar 16:42
· 317 commits to canary since this release

Upgrade

If you already have Pensar installed, upgrade to the latest version:

pensar upgrade

Fresh Install

macOS / Linux (Quick Install)

curl -fsSL https://pensarai.com/install.sh | bash

Homebrew

brew tap pensarai/tap
brew install apex

npm

npm install -g @pensar/apex

What's Changed

  • Fix persistence issues when aborting agent reasoning/streaming response and tool call rendering by @KeremP in #365
  • fix: use async writeFile to prevent event loop blocking by @joshkotrous in #366
  • Canary branch docs updates by @joshkotrous in #383
  • Fix Shift+Tab tooltip text in operator mode by @Yuvanesh-ux in #382
  • Fix pending shell tool call labels in the operator UI by @KeremP in #356
  • Fix spelling errors in responsible use disclosure screen by @Yuvanesh-ux in #385
  • Fix help dialog escape behavior by @KeremP in #392
  • feat: implement windowed command suggestions dropdown by @Yuvanesh-ux in #398

Full Changelog: v0.0.101...v0.0.103