bug fix: support Windows Docker paths, Gemini model defaults, and session stability#35
Merged
PleasePrompto merged 3 commits intoPleasePrompto:mainfrom Mar 8, 2026
Merged
Conversation
Owner
|
Hey @liuh886, thanks a lot for this PR! Really appreciate you taking the time to dig into these issues and put together fixes. I can't easily test Windows + Docker + Gemini setups myself, so having someone actually hitting these bugs in the wild and reporting them with concrete details is super valuable. I've merged your PR and then layered our own fixes on top. Here's what we extended:
Thanks again for the contribution — keep the bug reports coming! |
PleasePrompto
added a commit
that referenced
this pull request
Mar 8, 2026
Remove redundant DEFAULT_GEMINI_MODELS from config.py (fallback is handled by _FALLBACK_GEMINI_MODELS in gemini_cache.py). Fix lint violations in PR #35 test code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes several critical issues encountered when running ductor on Windows with Docker sandboxing and improves the Gemini user experience.
Testing Done