Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diskcopilot/diskcopilot-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: diskcopilot/diskcopilot-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 4, 2026

  1. feat: rich post-scan report with CLI graphics

    After scan completes, shows:
    - Directory breakdown (top 10 with colored size bars)
    - Dev artifacts grouped by type with instance counts
    - Top 5 largest files
    - Potential savings total
    - Hint to run interactive cleanup
    
    Also update CLAUDE.md with serve, query sql, server.rs docs.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    bluedusk and claude committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    9e82dd1 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 0.2.0

    New in 0.2.0:
    - Interactive cleanup web UI (serve command)
    - Raw SQL queries (query sql)
    - Rich post-scan report with CLI graphics
    - Auth token security for web UI
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    bluedusk and claude committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    7f3aabc View commit details
    Browse the repository at this point in the history
  3. feat: add examples to CLI help output

    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    bluedusk and claude committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    c4246b2 View commit details
    Browse the repository at this point in the history
Loading