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: learnhouse/learnhouse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli-1.4.1
Choose a base ref
...
head repository: learnhouse/learnhouse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-1.4.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    ab3cc22 View commit details
    Browse the repository at this point in the history
  2. fix(cli): improve install.sh for Linux support and fix output leak

    - Fix &>/dev/null redirections leaking Docker info output to terminal
    - Add proper Linux package manager detection (apt, dnf, yum, pacman, zypper)
    - Auto-install curl on minimal Linux installs
    - Enable and start Docker daemon via systemctl after install
    - Replace broken NodeSource scripts with distro package check + binary fallback
    - Handle sudo properly with maybe_sudo helper (works as root or non-root)
    - Reattach stdin via /dev/tty for piped installs (curl | bash)
    - Launch setup wizard directly instead of showing help screen
    swve committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    3bf31f3 View commit details
    Browse the repository at this point in the history
  3. fix(cli): handle Docker socket permissions on fresh Linux installs

    - Use sg docker to launch CLI with new group membership in same session
    - Detect "permission denied" vs "daemon not running" in Docker check
    - Show actionable fix command when Docker socket access is denied
    swve committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    bfe1c0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba9091e View commit details
    Browse the repository at this point in the history
Loading