Skip to content

Release v0.9.0 #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025
Merged

Release v0.9.0 #70

merged 1 commit into from
Jul 2, 2025

Conversation

itomek
Copy link
Collaborator

@itomek itomek commented Jul 2, 2025

🚀 Major Changes

Broader Hardware Support (#705)

  • Removed CPU restrictions: Eliminated AMD Ryzen AI 300-series processor requirement
  • GGUF model support: GAIA now supports GGUF models via Lemonade Server with llama.cpp/Vulkan backends (CPU and iGPU only). Any GGUF model can be added via the Lemonade Model Management dashboard via the Lemonade tray icon.
  • Universal compatibility: GAIA can now be installed on most Ryzen processor

Architecture Simplification (#672)

  • Removed Legacy GUI components: Stripped out the entire gaia.interface module and associated web servers to streamline and simplify the codebase. New use-cases and functional CLI will be added in a future release.
  • Agent-first approach: Preparing for new agent use-cases starting with Blender Agent

🛠️ Installer Improvements

Enhanced Installation Process

  • Simplified Lemonade verification: Replaced complex post-installation version checking with reliable installer exit code validation
  • Fixed PATH refresh issues: Eliminated problematic environment refresh attempts that caused false failures
  • Simplified installer flow: Removed hardware compatibility warning dialogs
  • Comprehensive logging: Added timestamped logging to gaia_install.log for better debugging

🔧 CI/CD Enhancements

Workflow Permissions (#696)

  • Added missing contents: write permission to publish_installer workflow
  • Fixed potential failures in the installer publishing process

Centralized Version Management (#695)

  • Single source of truth: Centralized LEMONADE_VERSION = "8.0.3" in src/gaia/version.py
  • Eliminated version mismatches: Removed hardcoded versions from installer and CI
  • Reusable CI action: Created .github/actions/install-lemonade/action.yml for consistent Lemonade installation
  • Enhanced CI features: Added Windows Defender exclusions and verification

🐛 Bug Fixes

Lemonade Integration

  • Version compatibility (#686): Improved version checking with better error handling and user messaging
  • Factory test fixes (#687): Resolved issues with factory testing procedures

Documentation

  • README fixes (#702, #684): Corrected labels and icon references
  • Nimbys documentation (#700): Fixed miniforge installation workflow documentation

🔄 Dependencies

  • Lemonade Server: Updated to version 8.0.3, release details here.
  • RAUX: Updated to v0.6.5+raux.0.2.2

📋 Breaking Changes

  • GUI Removal: The entire gaia.interface module has been removed. Users should transition to using RAUX UI for graphical interaction

@itomek itomek self-assigned this Jul 2, 2025
@itomek itomek merged commit 124c81d into main Jul 2, 2025
10 checks passed
@itomek itomek deleted the v0.9.0 branch July 2, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants