Skip to content

v0.0.81 - Skills.sh Integration Fix

Choose a tag to compare

@seraprogrammer seraprogrammer released this 24 Jun 13:41

Fixed Critical Issues

  • Resolved TypeError: Failed to fetch errors in Plugins & Skills page
  • Fixed skills.sh external search functionality in packaged builds
  • Fixed skill details modal failing to load in production builds

Improvements

  • Enhanced server connection readiness validation
  • Improved resource initialization and dependency tracking
  • Better error handling and logging for debugging
  • Added proper null checks for server HTTP connection objects

Technical Changes

  • Updated storeData resource with comprehensive readiness checks
  • Fixed skillsShData resource to validate server URL before fetching
  • Enhanced SkillDetails component with proper connection validation
  • All resources now properly wait for server initialization

What's Fixed

Previously, when opening the Plugins & Skills page or searching for skills on skills.sh in the packaged desktop application, users would encounter TypeError: Failed to fetch errors. This happened because the frontend resources were attempting to make API calls before the server connection was fully initialized.

This release ensures the skills.sh integration works reliably in packaged desktop applications by properly validating server readiness before making any fetch requests.


Full Changelog: v0.0.80...v0.0.81