Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The first skill in the collection is Codex-specific: it helps recover an old Cod

| Skill | Purpose | Version | Documentation |
| --- | --- | --- | --- |
| [`codex-cross-provider-session-repair`](codex-cross-provider-session-repair/) | Diagnose and repair provider mismatches and remote compaction `404 Item with id 'rs_...' not found` errors without deleting the Codex home. | `0.3.0` | [English](codex-cross-provider-session-repair/README.md) · [简体中文](codex-cross-provider-session-repair/README.zh-CN.md) |
| [`codex-cross-provider-session-repair`](codex-cross-provider-session-repair/) | Diagnose and repair provider mismatches and remote compaction `404 Item with id 'rs_...' not found` errors without deleting the Codex home. | `0.4.0` | [English](codex-cross-provider-session-repair/README.md) · [简体中文](codex-cross-provider-session-repair/README.zh-CN.md) |

## Install

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

| Skill | 用途 | 版本 | 文档 |
| --- | --- | --- | --- |
| [`codex-cross-provider-session-repair`](codex-cross-provider-session-repair/) | 在不删除 Codex 目录的前提下,诊断并修复供应商不一致,以及远程上下文压缩出现 `404 Item with id 'rs_...' not found` 的问题。 | `0.3.0` | [English](codex-cross-provider-session-repair/README.md) · [简体中文](codex-cross-provider-session-repair/README.zh-CN.md) |
| [`codex-cross-provider-session-repair`](codex-cross-provider-session-repair/) | 在不删除 Codex 目录的前提下,诊断并修复供应商不一致,以及远程上下文压缩出现 `404 Item with id 'rs_...' not found` 的问题。 | `0.4.0` | [English](codex-cross-provider-session-repair/README.md) · [简体中文](codex-cross-provider-session-repair/README.zh-CN.md) |

## 安装

Expand Down
5 changes: 1 addition & 4 deletions codex-cross-provider-session-repair/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to this skill are documented here.
- Dry-run report now includes a `Model-turn compaction` line with risk status,
last effective role/line, and effective message/turn counts.

## [Unreleased]
## [0.4.0] - 2026-08-05

### Fixed

Expand All @@ -37,9 +37,6 @@ All notable changes to this skill are documented here.
(requires `--apply` and explicit user approval) writes
`remote_compaction_v2 = false` under `[features]` in config.toml with a backup.
- Tests for the model-turn regression and remote-compaction diagnostics.

### Added

- Added a Simplified Chinese README for the repository root.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion codex-cross-provider-session-repair/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Codex Cross-Provider Session Repair

[![Validate skills](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml/badge.svg)](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml) [![Version 0.3.0](https://img.shields.io/badge/version-0.3.0-2563eb.svg)](VERSION) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Validate skills](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml/badge.svg)](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml) [![Version 0.4.0](https://img.shields.io/badge/version-0.4.0-2563eb.svg)](VERSION) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

`codex-cross-provider-session-repair` is a small, backup-first Codex Skill for recovering an old Codex Desktop conversation after a provider switch, import, or fork.

Expand Down
2 changes: 1 addition & 1 deletion codex-cross-provider-session-repair/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Codex 跨供应商旧会话修复

[![Validate skills](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml/badge.svg)](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml) [![版本 0.3.0](https://img.shields.io/badge/version-0.3.0-2563eb.svg)](VERSION) [![MIT 许可证](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Validate skills](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml/badge.svg)](https://github.com/WardLu/skills/actions/workflows/validate-skills.yml) [![版本 0.4.0](https://img.shields.io/badge/version-0.4.0-2563eb.svg)](VERSION) [![MIT 许可证](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

`codex-cross-provider-session-repair` 是一个以备份优先为原则的 Codex Skill,用于修复切换模型供应商、导入或分叉旧会话后无法继续的问题。

Expand Down
2 changes: 1 addition & 1 deletion codex-cross-provider-session-repair/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Repair Codex Desktop sessions that fail after switching model provi
license: MIT
compatibility: Requires Python 3.9+ with the standard library; Windows, macOS, and Linux Codex homes are supported. Stop Codex Desktop before applying file or database changes.
metadata:
version: "0.3.0"
version: "0.4.0"
repository: "https://github.com/WardLu/skills/tree/main/codex-cross-provider-session-repair"
maintainer: "Ward Lu"
---
Expand Down
2 changes: 1 addition & 1 deletion codex-cross-provider-session-repair/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
Loading