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: AlexsJones/llmfit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.7
Choose a base ref
...
head repository: AlexsJones/llmfit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.8
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 13, 2026

  1. fix(ci): use RELEASE_TOKEN in release-please to trigger downstream wo…

    …rkflows
    
    GITHUB_TOKEN events don't trigger other workflows, so the Release
    workflow never fired on release:published. Using a PAT fixes this.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    AlexsJones and claude committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    f216779 View commit details
    Browse the repository at this point in the history
  2. fix: prefer discrete GPU over integrated on hybrid systems (#303)

    The Ryzen AI 9 HX 370 (and similar non-MAX Ryzen AI chips) was being
    misidentified as a unified memory APU, giving the integrated Radeon
    890M the full 64 GB system RAM as VRAM. This made it outrank the
    discrete RTX 5070 in the VRAM-based sort.
    
    Three fixes:
    - Narrow is_amd_unified_memory_apu to only match "Ryzen AI MAX/MAX+"
    - Add "(integrated)" tag to is_integrated_gpu_name heuristic
    - Run prefer_discrete_gpus globally, not just in the Windows WMI path
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    AlexsJones and claude committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    2707b54 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    f744eb4 View commit details
    Browse the repository at this point in the history
Loading