xskill 0.5.2
主要改动 | Highlights
-
feat(team):
connect默认直连、绕开公司代理 | client bypasses corporate proxy by default
瘦客户端 httpx 由trust_env=True改为默认trust_env=False,不再被 Windows 系统/注册表代理(如华为 SWG)劫持导致 502/504。新增--use-proxy逃生开关供"唯一出网靠代理"的场景。register 首连与后台同步两处都覆盖。
The thin client no longer routes through the system/registry proxy (which caused 502/504 via corporate SWG). Added a--use-proxyescape hatch. -
feat(cli):
registry list支持 team 客户端视图 + 表头 | client-awareregistry list+ header
客户端模式下从detect_known_ecosystems+ 上传游标现算:显示每个生态的真实源目录、已采集数、已上传数,不再永远空。
On a team client,registry listnow shows detected ecosystems with real source dirs and collected/uploaded counts. -
feat(pipeline): 过滤无效 trajectory 入流水线 | filter invalid trajectories before atom flow (#41)
-
fix: 修正失效的 DeepSeek embedding 默认值 | replace invalid DeepSeek embedding defaults with working providers (#42)
-
chore(deps): 移除未使用的 scikit-learn | drop unused scikit-learn
连带去掉 scipy 等约 190MB 传递依赖;numpy 保留(embedding 归一化在用)。
Removes scipy and friends (~190MB transitive); numpy stays. -
docs(readme): 全面视觉重设计为暖色海滩主题 | full visual redesign with warm beach theme
Install: pip install -U xskill==0.5.2 · PyPI: https://pypi.org/project/xskill/0.5.2/