Releases: 2witstudios/ppg-cli
Releases · 2witstudios/ppg-cli
PPG CLI 0.2.2
Changelog
- Remove folder icon from sidebar worktree rows
- Add adaptive theme system with light/dark mode support and appearance settings
- Compact sidebar: single-line worktrees, tighter rows, remove project icon
Install
# CLI
npm install -g pure-point-guard
# Dashboard app
ppg install-dashboardOr download PPG-CLI-Dashboard.dmg from the assets below.
PPG CLI 0.2.1
Changelog
- Fix tmux scroll not working in dashboard on M-series Macs
Install
# CLI
npm install -g pure-point-guard
# Dashboard app
ppg install-dashboardOr download PPG-CLI-Dashboard.dmg from the assets below.
PPG CLI 0.2.0
Changelog
- Replace sidebar project + button menu with command palette
- Fix single-pane hover overlay hidden behind terminal views
- chore: release v0.2.0
- Fix single-pane hover overlay close button to kill agent
- Remove agent command setting and General tab from Settings
- Filter worktree variant from pane command palette
- Shrink terminal icon to match agent circle size
- Add single-pane hover overlay, remove UI test target, refine sidebar icons
- Reduce sidebar status circles and indentation for cleaner look
- Add 2x3 grid constraints, improved split/close logic, and command palette for pane creation
- Add worktree name normalization for --name values (#29)
- Add agent variants and command palette for multi-agent support (#30)
- Add pr/reset commands, self-awareness module, and enhanced cleanup
- Add tabbed Settings UI with AppSettingsManager (#28)
- Optimize threading and reduce main-thread contention in dashboard (#23)
- Optimize terminal rendering and memory for multi-agent views (#24)
- Fix stale sidebar node model data when contentSignature is unchanged (#27)
- Fix tmux send-keys not submitting Enter to Claude Code agents (#25)
- Fix spawn/restart opening unwanted Terminal.app windows (#26)
- Incremental sidebar tree updates instead of full rebuild (#22)
- Replace polling with FSEvents file watching for manifest (#21)
Install
# CLI
npm install -g pure-point-guard
# Dashboard app
ppg install-dashboardOr download PPG-CLI-Dashboard.dmg from the assets below.
PPG CLI 0.1.9
Changelog
- Fix tmux not found in dashboard TerminalPane and Terminal.app on M-series Macs
- Fix tmux/git command not found on M-series Macs
- Add CLI version check and bump marketing version to 0.1.8
Install
# CLI
npm install -g pure-point-guard
# Dashboard app
ppg install-dashboardOr download PPG-CLI-Dashboard.dmg from the assets below.
PPG CLI 0.1.8
Changelog
- Build universal binary (x86_64 + arm64) for dashboard .dmg
- Restore Info.plist build file exception to fix .dmg launch
- Remove stale Info.plist build exception from Xcode project
- Separate agent prompt files from reusable prompts, bump 0.1.8
- Add Swarms & Prompts navigation views with sidebar nav rows
- Replace grid focus border with top-edge accent bar, fix focus tracking
- Restore leading padding in grid cells, fix focus border z-order
- Hide TerminalPane status label header
- Remove leading padding in grid pane cells
- Save grid layout after every mutation, not just on suspend
- Persist grid split layout (directions + ratios) across reboots
- Persist grid pane agents/terminals across reboots
- Add per-entry grid persistence and fix navigation/duplicate issues
- Fix cached terminal leak on pane close and nested split focus navigation
- Add multi-pane split views for dashboard terminal grid
- Address review feedback: incremental manifest writes, user var precedence
- Address CodeRabbit review: null-safe YAML parsing, JSON output, and cleanup
- Fix isolated swarm branch collisions and list swarm name display
- Sanitize swarm template and name inputs to prevent path traversal
- Add swarm templates — predefined multi-agent workflows
- Address review feedback: fix heatmap math, throttle cache, and nitpicks
- Add home dashboard with commit heatmaps and project overview
- Fix release notes: correct npm package name and filter infra commits
Install
# CLI
npm install -g pure-point-guard
# Dashboard app
ppg install-dashboardOr download PPG-CLI-Dashboard.dmg from the assets below.
PPG CLI 0.1.7
Changelog
- Add GitHub-style diff viewer with per-file cards
- Add Sparkle 2 auto-update for dashboard app
- Add worktree detail view with action buttons and unstaged diff viewer
- Fix setup screen: correct npm package name and use solid background
Install
# CLI
npm install -g pure-point-guard
# Dashboard app
ppg install-dashboardOr download PPG-CLI-Dashboard.dmg from the assets below.
PPG CLI 0.1.5
PPG CLI Dashboard for macOS
The desktop dashboard gives you a visual control center for your parallel agent workflows — monitor status, view logs, and manage worktrees from a native macOS app.
Install via CLI
You can also install the dashboard directly from ppg:
ppg install-dashboardChanges
Full Changelog: v0.1.4...v0.1.5