Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:43
· 122 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(operator): decision timeout for approval gate by @jorgeraad in #639
  • fix(persistentShell): authoritative post-kill stdout capture by @kylejryan in #640
  • fix: bound per-endpoint threat-model concurrency by @jorgeraad in #654
  • fix(whitebox-recon): forbid manifest/batch documentation in discovery agents by @joshkotrous in #658
  • fix: correct pensar provider cache token counting by @Yuvanesh-ux in #630
  • fix: bundle wordlists, expose as agent capability, and wire env-context across operator + autonomous agents (#642) by @kylejryan in #651
  • feat(tui): polished animated loaders, token tracking, and pending tool call display by @joshkotrous in #657

Full Changelog: v1.0.0...v1.1.0