-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix: unify terminal cwd and add missing case #8908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
✅ Review Complete Code Review Summary |
|
Reviewed PR #8908 for documentation updates. No documentation changes needed - this is an internal refactoring that:
The existing documentation about |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
|
🎉 This PR is included in version 1.33.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Followup to #8867
Summary by cubic
Unifies working directory resolution for terminal commands and adds a final fallback to the system temp directory to prevent errors when no workspace is available. Applies the same cwd logic to both streaming and non-streaming execution paths.
Written for commit 814cc20. Summary will update automatically on new commits.