Skip to content

v0.5.2

Latest

Choose a tag to compare

@370025263 370025263 released this 29 May 10:17
· 41 commits to main since this release

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-proxy escape hatch.

  • feat(cli): registry list 支持 team 客户端视图 + 表头 | client-aware registry list + header
    客户端模式下从 detect_known_ecosystems + 上传游标现算:显示每个生态的真实源目录、已采集数、已上传数,不再永远空。
    On a team client, registry list now 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/