3.1 KiB
3.1 KiB
Clawdie Changelog
All notable changes to Clawdie-ISO are documented here.
For detailed release notes, see RELEASE-NOTES-*.md files.
[Unreleased]
Added
- Aider+Pi harness venv provisioning —
firstboot/shell-deploy.shnow creates/opt/clawdie/venv/aiderwith pinned deps:aider-chat==0.86.2,litellm==1.81.10,tree_sitter==0.20.4 - Aider availability check in post-install verification (logs
aiderversion at end of deployment)
Improvements
- Updated firstboot completion messages to highlight Aider and Pi as primary harnesses (Codex listed as optional alternative)
[0.9.0] — 2026-04-06
Codename: Unified Architecture
Breaking Changes
- ✂️ Unified ISO: Single
./build.shbuilds for all targets (VPS, baremetal, cloud) - ✂️ Removed
--targetand--gpu-driverflags (runtime detection now handles this) - ✂️ Deprecated
doas— all privileged operations now usesudo - ✂️ clawdie-shell repo archived (merged into clawdie-iso)
New Features
- 🎯 Runtime GPU detection (Intel, AMD, NVIDIA 390/470/590)
- 🎯 Runtime display detection (VPS headless, baremetal with desktop session)
- 🎯 PF firewall with glasspane VNC (secure remote browser access)
- 🎯 Tailscale integration (mandatory, with optional opt-out)
- 🎯 12 shell modules for modular firstboot orchestration
- 🎯 Automatic sudo fallback for pkg operations (privilege escalation)
Improvements
- 📈 Comprehensive REQUIREMENTS.md (pre-install checklist)
- 📈 NETWORKING.md with architecture diagrams
- 📈 SHELL-MODULES.md with all 8 module specifications
- 📈 BUILD.md with detailed build process
- 📈 Integration tests for full module flow validation
- 📈 Preflight validation scripts
Deprecations
- ⚠️ PLAN-UNIFY.md (archived — planning complete)
- ⚠️ IMPLEMENTATION-PLAN.md (archived — implementation merged)
- ⚠️ clawdie-shell repo (archived — use clawdie-iso main)
Performance
- ISO size: 50 GB (includes all packages for offline installation)
- Build time: ~13 minutes (with package cache)
- GPU support: 3 NVIDIA versions + AMD + Intel firmware (all bundled)
Repository Status
| Repo | Status | Latest |
|---|---|---|
| clawdie-ai | Active | v0.9.0 |
| clawdie-iso | Active | v0.9.0 + Phase 0 |
| clawdie-shell | Archived | — |
| pi | Independent | v0.56.3 |
Archive
Completed work (planning, implementation notes, refactors) has been moved to .archive/completed-work/:
- PLAN-UNIFY.md — v0.9.0 unification strategy (now implemented)
- IMPLEMENTATION-PLAN.md — shell module implementation (now merged)
- CLAWDIE-ISO-REFACTORED.md — split ISO refactoring (now unified)
- CLAWDIE-SHELL.md — shell-specific docs (repo archived)
- POUDRIERE-IMPLEMENTATION.md — old package system work
- REFACTOR-SUMMARY.md — old refactoring notes
For v1.0.0
- Qt6 GUI foundation for firstboot wizard
- GPU detection GUI with C++ backend
- Multi-page wizard (Tailscale, Identity, GPU, Packages)
- Replace bsdinstall text UI with Qt6 version
- Hardware testing on 3+ configurations
- Admin panel with bsddialog menus