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: PenguLoader/PenguLoader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PenguLoader/PenguLoader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 146 files changed
  • 1 contributor

Commits on May 6, 2026

  1. refactor: update project structure

    - Move makefile to core/
    - Migrate project solution to .slnx format
    - Move loader/ to packages/hub/
    - Move plugins/ to packages/preload/
    - Add root package.json
    - Add an empty app/ for later app hub impl
    - Add an empty packages/types/ for later shared types
    nomi-san committed May 6, 2026
    Configuration menu
    Copy the full SHA
    7635b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfedf7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b1c4a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ab643 View commit details
    Browse the repository at this point in the history
  5. feat(preload): expose RCP plugin dependency graph

    - Add rcp.graph(), rcp.dependencies(name), rcp.dependents(name) and
    rcp.names() backed by LCUX's /graph.json, lazily fetched and cached as a
    shared Promise.
    
    - Lets plugin authors enumerate every RCP plugin name before any announce
    fires — necessary under the push-style RCP contract for subscribing
    ahead of time.
    nomi-san committed May 6, 2026
    Configuration menu
    Copy the full SHA
    dc947c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e0ac03 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. Configuration menu
    Copy the full SHA
    d805f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    288b78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562153c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a13881e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4370775 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    405b22c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de19f69 View commit details
    Browse the repository at this point in the history
Loading