Skip to content

v0.6.4

Choose a tag to compare

@370025263 370025263 released this 08 Jul 08:34
19ec61c

中文

新增

  • 接入 CodeAgent3/nga3 轨迹,读取 ~/.cac/projects/<encoded-cwd>/<session>.jsonl
  • 新增 nga3_jsonlzcode_jsonl adapter。
  • 自动检测 ~/.cac/projects,并桥接到 xskill 轨迹索引流程。
  • 支持将生成的 skill 同步到 ~/.cac/skills/<name>/SKILL.md
  • 保留 CodeAgent3 轨迹中的 _cac_*promptIdpermissionModeentrypointslugcaller 等元数据。

修复

  • 补充 python-multipart 运行依赖,修复 FastAPI 表单上传路由在导入和测试收集阶段缺依赖的问题。

验证

  • PR #68 CI 已通过:Analyze、verify-build、ut+it、smoke-e2e、live-agent-e2e。
  • Release workflow 的 Python 3.9、3.10、3.11、3.12 测试、构建和 twine check 已通过。
  • PyPI 0.6.4 已发布:https://pypi.org/project/xskill/0.6.4/

安装 / 升级

pip install --upgrade xskill==0.6.4 -i https://pypi.org/simple/

English

Added

  • Added CodeAgent3/nga3 trajectory ingestion from ~/.cac/projects/<encoded-cwd>/<session>.jsonl.
  • Added nga3_jsonl and zcode_jsonl adapters.
  • Added automatic detection for ~/.cac/projects and integration with the xskill trajectory indexing flow.
  • Added skill synchronization to ~/.cac/skills/<name>/SKILL.md.
  • Preserved CodeAgent3 metadata such as _cac_*, promptId, permissionMode, entrypoint, slug, and caller.

Fixed

  • Added the python-multipart runtime dependency so FastAPI form upload routes import and test cleanly.

Verification

  • PR #68 CI passed: Analyze, verify-build, ut+it, smoke-e2e, and live-agent-e2e.
  • Release workflow passed Python 3.9, 3.10, 3.11, and 3.12 tests, package build, and twine check.
  • PyPI 0.6.4 is available at https://pypi.org/project/xskill/0.6.4/

Install / Upgrade

pip install --upgrade xskill==0.6.4 -i https://pypi.org/simple/