Skip to content

Various fixes#20

Merged
m-mohr merged 2 commits intomainfrom
fixes
Feb 13, 2026
Merged

Various fixes#20
m-mohr merged 2 commits intomainfrom
fixes

Conversation

@m-mohr
Copy link
Contributor

@m-mohr m-mohr commented Feb 13, 2026

Load the correct class for converters, enable verbose mode via env, move block size check so that it applies for all downloads

…ove block size check so that it applies for all downloads
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a few CLI/converter robustness issues: it tightens converter class selection, makes verbose logging configurable via environment, and ensures the “avoid range requests” block-size behavior is applied consistently during downloads.

Changes:

  • Restrict converter class discovery to classes defined in the target converter module (avoids picking imported subclasses).
  • Add env-controlled verbose mode in LoggerMixin.
  • Move block_size=0 injection into download_files() so it applies to all download paths, not just convert().

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
vecorel_cli/converters.py Narrows class selection to classes defined in the converter module.
vecorel_cli/conversion/base.py Centralizes avoid_range_request/block_size behavior inside download_files().
vecorel_cli/cli/logger.py Enables verbose mode via environment variable.
CHANGELOG.md Adds v0.2.14 release notes and updates compare links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@m-mohr m-mohr merged commit 6932149 into main Feb 13, 2026
7 checks passed
@m-mohr m-mohr deleted the fixes branch February 13, 2026 16: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.

1 participant