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: mylukin/ralph-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli-v0.4.8
Choose a base ref
...
head repository: mylukin/ralph-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 22, 2026

  1. chore(cli): update package-lock.json for v0.4.8

    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    mylukin and claude committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    2771258 View commit details
    Browse the repository at this point in the history
  2. feat(cli): show update notification on every command execution

    - Add new update-checker.service.ts with direct npm registry check
    - Cache version info in ~/.config/configstore/ralph-dev-update-check.json
    - Show notification EVERY time CLI runs if update available (not just once)
    - 24-hour cache interval for npm registry queries (performance)
    - Replace update-notifier based approach with simpler direct implementation
    - Add comprehensive tests for update-checker service
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    mylukin and claude committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    c787108 View commit details
    Browse the repository at this point in the history
  3. chore(cli): release v0.4.9

    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    mylukin and claude committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    292ed74 View commit details
    Browse the repository at this point in the history
  4. chore(cli): release v0.4.10

    - fix: include context directory in archive process
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    mylukin and claude committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    575aeca View commit details
    Browse the repository at this point in the history
Loading