PAI v0.9.0 - Platform Agnostic Release
This release focuses on making PAI fully portable and fork-friendly. Your AI, your identity, your system.
Highlights
Observability Dashboard
- Complete real-time agent monitoring at
.claude/Observability/ - WebSocket streaming of all agent activity
- Live pulse charts, event timelines, and swim lanes
- Multiple themes (Tokyo Night, Nord, Catppuccin, etc.)
- Security obfuscation for sensitive data
- Run with:
~/.claude/Observability/manage.sh start
Genericized Agent Identity
- All agent references now use
process.env.DA || 'main' - No more hardcoded names - your DA name flows through the entire system
- Observability dashboard shows your configured identity
- Color system supports any DA name with intelligent defaults
Platform-Agnostic Configuration
- Added
_envDocsto settings.json explaining all environment variables - Clear separation:
settings.jsonfor identity/paths,.envfor API keys DA(Digital Assistant name) - your AI's identityPAI_DIR- root directory for all configurationTIME_ZONE- configurable timezone for timestamps
Statusline Enhancements
- Terminal color compatibility mode for different terminal emulators
- Dynamic Claude Code version display
- Cleaner greeting format
Skill System Improvements
- Canonical TitleCase file naming throughout
- Standardized skill-workflow-notification script for dashboard detection
- All paths use
${PAI_DIR}/for location-agnostic installation
Breaking Changes
None - this release is backwards compatible.
Upgrade Instructions
cd ~/.claude # or your PAI_DIR
git pull origin mainIf using a fresh install, follow the Quick Start in README.md.
Full Changelog: v0.7.0...v0.9.0