subhash-0000
subhash-0000
@lxobr Please review — added auto-translation task with independent detection_provider validation, restored observability get_observe behavior, removed adapter observe fallback, and added translation provider tests.
@coderabbitai generate docstrings
Hi maintainers This PR fixes Windows path compatibility issues by replacing Unix-specific path operations with OS-independent methods (`os.path.basename()`, `.stem`, `.parent.name`). Changes: - Replaced `split("/")` with proper pathlib/os.path methods - Added...
@deekshithaby Thank you so much for testing this locally Great to hear the path-handling changes work correctly on macOS and that module resolution is functioning as expected. I appreciate you...
@coderabbitai review
@coderabbitai review
@deekshithaby Thanks for offering! I've already pushed the formatting fixes in my latest commit (4ba29e75). The docstrings are properly wrapped and indented now. Could you try re-running the CI checks...
@deekshithaby Thanks! Just to clarify - this PR #1174 was created by CodeRabbit. My actual Windows path handling fixes are in PR #1173. That PR is currently awaiting workflow approval...