github danielmiessler/Personal_AI_Infrastructure v0.9.0
v0.9.0 - Platform Agnostic Release

latest releases: v4.0.3, v4.0.1, v4.0.0...
3 months ago

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 _envDocs to settings.json explaining all environment variables
  • Clear separation: settings.json for identity/paths, .env for API keys
  • DA (Digital Assistant name) - your AI's identity
  • PAI_DIR - root directory for all configuration
  • TIME_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 main

If using a fresh install, follow the Quick Start in README.md.


Full Changelog: v0.7.0...v0.9.0

Don't miss a new Personal_AI_Infrastructure release

NewReleases is sending notifications on new releases.