explaingit

vibeforge1111/keep-codex-fast

Analysis updated 2026-07-03 · repo last pushed 2026-05-06

1,456PythonAudience · developerComplexity · 2/5MaintainedSetup · easy

TLDR

A maintenance tool that cleans up local clutter from heavy Codex usage, old chats, stale files, bloated logs, to restore speed, while archiving everything safely instead of deleting.

Mindmap

mindmap
  root((repo))
    What it does
      Cleans Codex clutter
      Archives not deletes
      Creates handoff docs
    Three modes
      Inspect read-only
      Maintain applies cleanup
      Repair trims bloat
    Safety features
      Backups before changes
      Human confirmation required
      Refuses if Codex running
    Use cases
      Speed up sluggish Codex
      Archive old sessions
      Recurring reminders
    Audience
      Heavy Codex users
      Multi-repo developers
      Long chat history users
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a read-only inspection to see what clutter is slowing down your Codex setup.

USE CASE 2

Archive old chat sessions and stale project files to restore Codex responsiveness.

USE CASE 3

Trim oversized thread titles and preview metadata that bloat chat navigation.

USE CASE 4

Set up weekly or biweekly reminders to review and clean up Codex clutter.

What is it built with?

Python

How does it compare?

vibeforge1111/keep-codex-fastbeenuar/aisoclightseekorg/tokenspeed
Stars1,4561,4791,542
LanguagePythonPythonPython
Last pushed2026-05-062026-06-302026-07-03
MaintenanceMaintainedActiveActive
Setup difficultyeasyhardhard
Complexity2/54/54/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Python and an existing Codex installation, no external services or API keys needed.

No license information was provided in the explanation, so the terms of use are unknown.

In plain English

Keep Codex Fast is a maintenance tool for Codex, OpenAI's coding agent. After weeks of heavy use, long chats, multiple terminals, old project branches, and accumulated logs, Codex can start to feel sluggish. This project gives you a safe, structured way to clean up that local clutter and speed things back up without losing any of your work or context. The core philosophy is "archive, don't delete." Before any cleanup happens, the tool creates handoff documents: short notes that capture what you were working on, what changed, which files matter, and what to do next. Then it backs up your current state and moves old chats and stale project files into archive folders rather than permanently removing them. It also rotates large log files, prunes dead project references, and can detect when thread titles or preview metadata have bloated to the point of slowing down chat navigation. That bloat happens because some Codex builds store the entire first user prompt as both the thread title and list preview, sometimes growing to hundreds of thousands of characters. The tool operates in three modes. Inspect is read-only and just reports what it finds. Maintain applies the cleanup: backing up, archiving old sessions, moving stale worktrees, rotating logs, and pruning dead config. An optional repair mode trims oversized title and preview metadata, but only when you explicitly opt in with a special flag. Nothing happens automatically, you review the report first, then decide what to archive and when to apply changes. The tool also refuses to modify anything while Codex is still running. This is built for people who use Codex intensively: developers juggling multiple repositories, long-running chat threads, several terminals, and dev servers. If you frequently resume old conversations or keep extensive chat history around, you will likely hit slowdowns. The tool also supports a recurring reminder mode that runs the read-only report on a weekly or biweekly schedule, nudging you to create handoffs and clean up, but never mutating anything on its own. The project's mental model is simple: chats are for execution, handoff docs are for memory, archives are for history, and fresh threads are for speed. That philosophy drives every design choice, and the safety-first approach, backups before changes, archive instead of delete, human confirmation before applying, makes maintenance feel manageable rather than risky.

Copy-paste prompts

Prompt 1
I use OpenAI's Codex agent heavily and it's gotten slow. How do I use keep-codex-fast to inspect what's causing the slowdown without changing anything?
Prompt 2
Help me set up keep-codex-fast in recurring reminder mode so I get a weekly read-only report of Codex clutter I should archive.
Prompt 3
My Codex chat navigation is laggy because thread titles are hundreds of thousands of characters long. How do I use keep-codex-fast's repair mode to trim that bloat safely?
Prompt 4
I want to archive my old Codex chat sessions and stale project worktrees. Walk me through running keep-codex-fast in maintain mode step by step.
Prompt 5
How do I create handoff documents with keep-codex-fast before archiving old Codex conversations so I don't lose context?

Frequently asked questions

What is keep-codex-fast?

A maintenance tool that cleans up local clutter from heavy Codex usage, old chats, stale files, bloated logs, to restore speed, while archiving everything safely instead of deleting.

What language is keep-codex-fast written in?

Mainly Python. The stack also includes Python.

Is keep-codex-fast actively maintained?

Maintained — commit in last 6 months (last push 2026-05-06).

What license does keep-codex-fast use?

No license information was provided in the explanation, so the terms of use are unknown.

How hard is keep-codex-fast to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is keep-codex-fast for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub vibeforge1111 on gitmyhub

Verify against the repo before relying on details.