v0.1.1 Release
v0.1.1 - Simpler Cleanup Choices
This release improves the non-technical user flow for the Codex Cleaner skill.
Highlights
- Add conversation-only cleanup with
--conversation-only. - Add files-only cleanup with
--files-only. - Update the Codex skill workflow so users choose from one simple numbered cleanup menu:
- delete archived conversation only and keep project files
- delete local project files only and keep the archived conversation
- delete both conversation and project files by moving them to
Codex_Trash - permanently delete everything, with an explicit danger warning
- Keep permanent deletion as an explicit opt-in path that still requires final confirmation.
- Document how already-installed users can update the skill from GitHub.
- Update English and Chinese README guidance.
Updating an Installed Skill
Installed users do not receive automatic push updates from GitHub. Ask Codex:
I already installed codex-cleaner. Please remove the old local codex-cleaner skill and reinstall the latest version from:
https://github.com/manganeseboy/codex-cleaner/tree/main/skills/codex-cleaner
Then restart Codex so the new skill instructions are loaded.
Safety
- Default cleanup still moves files to
~/Documents/Codex_Trash. - Permanent deletion still requires
--permanent --yes. - The skill now presents permanent deletion as a separate dangerous menu option.
- This tool removes local archived logs and local files only. It does not delete cloud-side ChatGPT or Codex history.
Validation
Validated on Windows with:
python -m unittest discover -s tests
python -m compileall scripts skills tests