Windows startup fails with ModuleNotFoundError: No module named 'fcnt…#34
Open
SABUJ123472 wants to merge 1 commit into
Open
Windows startup fails with ModuleNotFoundError: No module named 'fcnt…#34SABUJ123472 wants to merge 1 commit into
SABUJ123472 wants to merge 1 commit into
Conversation
…l'[fixed] Need demo or README.md for how to add various LLM providers (e.g. openrouter) [ fixed]
tjb-tech
pushed a commit
that referenced
this pull request
May 24, 2026
Recognize win32 as a Windows platform alias and wrap missing platform lock modules in SwarmLockUnavailableError instead of leaking raw ImportError. Based-on: #34
Collaborator
|
已将这个 PR 里与 Windows 启动/lockfile 相关的最小修复手动抽取到 main:4c3bf5b。没有直接 merge,因为当前 PR 混入了大量 docs/evidence/CLI 等无关变更且与最新 main 冲突;新提交保留了原作者署名,并补了平台识别与缺失 fcntl/msvcrt 的回归测试。 |
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.
…l'[fixed]
Need demo or README.md for how to add various LLM providers (e.g. openrouter) [ fixed]
Summary
Validation
uv run ruff check src tests scriptsuv run pytest -qcd frontend/terminal && npx tsc --noEmit(if frontend touched)Notes