v1.3.0
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
- 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 -pfor headless operator sessions by @joshkotrous in #687
Full Changelog: v1.2.0...v1.3.0