Skip to content

Conversation

@alex-feel
Copy link
Owner

No description provided.

Add support for downloading binary files (.tar.gz, .zip, images, etc.) without UTF-8 decoding. Previously, the script would fail when trying to decode binary content as text.

Changes:
- Add BINARY_EXTENSIONS frozenset for extension detection
- Add is_binary_file() helper function
- Add fetch_url_bytes_with_auth() for binary content fetching
- Update handle_resource() and process_skill() to use binary mode
Change skill file validation display from partial paths (skill_name/file)
to full URLs/paths for consistency with other file types.
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  scripts
  setup_environment.py 2643-2673
Project Total  

This report was generated by python-coverage-comment-action

@alex-feel alex-feel merged commit d2090a8 into main Jan 5, 2026
12 checks passed
@alex-feel alex-feel deleted the alex-feel-dev branch January 5, 2026 21:03
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