中文
新增
- 接入 CodeAgent3/nga3 轨迹,读取
~/.cac/projects/<encoded-cwd>/<session>.jsonl。
- 新增
nga3_jsonl 和 zcode_jsonl adapter。
- 自动检测
~/.cac/projects,并桥接到 xskill 轨迹索引流程。
- 支持将生成的 skill 同步到
~/.cac/skills/<name>/SKILL.md。
- 保留 CodeAgent3 轨迹中的
_cac_*、promptId、permissionMode、entrypoint、slug、caller 等元数据。
修复
- 补充
python-multipart 运行依赖,修复 FastAPI 表单上传路由在导入和测试收集阶段缺依赖的问题。
验证
安装 / 升级
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/