Merge pull request #1550 from Mai-with-u/codex/claude-code-cross-platform-runtime

fix: make bot identity platform-aware
This commit is contained in:
晴猫
2026-03-15 08:29:09 +09:00
committed by GitHub
16 changed files with 397 additions and 145 deletions

View File

@@ -50,6 +50,14 @@ dev = [
"zstandard",
]
[dependency-groups]
dev = [
"pytest",
"pytest-asyncio",
"ruff>=0.12.2",
"zstandard",
]
[tool.uv]
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"