Skip to content

Releases: GaoSSR/codex-export-skill

v0.1.1

24 Apr 08:23

Choose a tag to compare

Bug fix release for Codex Skill context redaction.

Changes:

  • Redact injected Codex Skill context messages wrapped in ....
  • Redact embedded Skill context blocks while preserving surrounding user text.
  • Add regression coverage for full Skill injection, embedded Skill blocks, and literal near-miss text.
  • Document the Skill context privacy boundary in README, SECURITY, and formatter references.

v0.1.0

24 Apr 08:06

Choose a tag to compare

codex-export-skill 的首次公开发布。

Highlights:

  • 将本地 Codex 会话导出为干净的 Markdown 转录文本。
  • 优先选择当前会话,并提供 cwd 感知和全局回退选项。
  • 保持保守的隐私默认设置:除非明确请求,否则排除隐藏提示、推理记录、工具日志和完整的本地源代码路径。
  • 为稳定的技能调用添加机器可读的 --json 输出。
  • 为 Python 3.10-3.13 和开源项目治理文件添加持续集成 (CI)。