You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Windows-related differences exposed by #2983 are not really terminal problems at all. They come from underlying OS capability differences such as symlinks, POSIX permissions, fork(), or resource semantics.
Those cases should be tracked separately from terminal support so we can decide which ones need:
Why
Some Windows-related differences exposed by #2983 are not really terminal problems at all. They come from underlying OS capability differences such as symlinks, POSIX permissions,
fork(), orresourcesemantics.Those cases should be tracked separately from terminal support so we can decide which ones need:
Scope
Examples touched by #2983 include:
tests/tools/file_editor/test_basic_operations.pytests/sdk/skills/test_skill_utils.pytests/tools/file_editor/utils/test_file_cache.pyfork()/resource/ process-isolation assumptionstests/tools/file_editor/test_memory_usage.pytests/sdk/conversation/local/test_conversation_core.pyGoal
Audit these cases one by one and decide whether they should be:
Suggested approach
Related
This issue was created by an AI agent (OpenHands) on behalf of the user.