v0.15.0
Release date: 2026-06-18
Added
- Added prompt enhancement in the web composer so Ctrl+Space or the wand action can rewrite normal drafts through a hidden no-tool LLM call while preserving saved-session state (b7c7a85b).
- Added saved-session activity indicators so starting and running sessions show processing state in history and sidebar lists instead of appearing idle (b7c7a85b).
- Added workspace explorer change badges and tooltips that surface changed-file counts while the explorer is closed (b7c7a85b).
Changed
- Simplified shell output handling to raw capped stdout and stderr, removing optional compression controls for more portable installs (b7c7a85b).
- Split prompt enhancement orchestration and composer action controls into dedicated backend/frontend modules with generated API types and rebuilt static assets (b7c7a85b).
Fixed
- Fixed interrupted saved sessions that could remain shown as ongoing when orphaned child run rows survived a terminal web-session run (b7c7a85b).
- Fixed idle live sessions to serialize as
waiting_for_inputwhen input is enabled and no processing is active (b7c7a85b). - Fixed composer text overlay alignment in the web input field (b7c7a85b).
Removed
- Removed unused runtime dependencies and sandbox cleanup for packages no longer shipped by pbi-agent (b7c7a85b).
Documentation
- Reframed the README around pbi-agent's token-efficient, web-first positioning and compact context defaults (b7c7a85b).
Internal
- Centralized saved-session activity resolution and expanded focused tests for prompt enhancement, saved sessions, shell behavior, and workspace explorer indicators (b7c7a85b).