Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:43
· 108 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

  • feat(offsec-agent): expose provided_files/ in system prompt by @joshkotrous in #661
  • test(ai): bump deprecated claude-3-haiku to claude-haiku-4-5 by @kylejryan in #668
  • fix: correct all broken internal links in docs by @jorgeraad in #674
  • fix: prevent sessions dialog from flashing when deleting a session by @jorgeraad in #649
  • fix(offsec-agent): rename response tool input field to avoid name collision by @jorgeraad in #667
  • fix: theme-aware selected-item indicator in subagent hub by @jorgeraad in #679
  • fix: slow down tool call shimmer animation, add inter-cycle pause, use theme-aware alpha by @jorgeraad in #680
  • Scrollbars: fix offset from edge and color in light theme by @jorgeraad in #682
  • fix: make syntax highlighting theme-aware with per-theme IDE palettes by @jorgeraad in #681
  • fix: prevent subagent hub scroll position reset on log updates by @jorgeraad in #656
  • ci: add fern-check workflow by @jorgeraad in #684
  • feat: add pensar -p for headless operator sessions by @joshkotrous in #687

Full Changelog: v1.2.0...v1.3.0