Skip to content

Tags: diskcopilot/diskcopilot-cli

Tags

v0.4.0

Toggle v0.4.0's commit message
chore: bump version to 0.4.0

New in 0.4.0:
- --version flag
- Security: random auth token, path-based cache delete, PRAGMA blocked
- CORS: POST methods, localhost origin, auth headers
- Safelist: fail closed on load error
- Accuracy tests for dir sizes and symlinks
- Remove dead code (query_dirs_by_name)

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
chore: bump version to 0.3.0

New in 0.3.0:
- Safelist: keep/unkeep/keep-list to protect files from deletion
- Accurate directory sizes in default scan mode (small files counted)
- Scan mode shown in output (default vs full)
- Web UI filters out deleted files

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
feat: add examples to CLI help output

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.1.0

Toggle v0.1.0's commit message
ci: add GitHub Actions release pipeline for macOS binaries

Builds aarch64 + x86_64 binaries on tag push, publishes to GitHub Releases.
Update README with one-line install from releases.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>