From 4c3ed5bbc140a7c43299fffe2c8bd741feb3d162 Mon Sep 17 00:00:00 2001 From: zhuhaow Date: Tue, 30 Jun 2026 09:20:40 +0800 Subject: [PATCH 1/2] Add codex-fixes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ea070f..51f40ed 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ A curated list of Agent skill, awesome resources, tools, and tutorials for OpenA - [Hephaestus](https://github.com/agentlas-ai/Hephaestus) - Open Agent OS for Claude Code, Codex, and Cursor: meta-agent builder, A2A Hub routing, local ontology, and memory/security gates. - [Agent FM](https://github.com/agentfm-ai/agent-fm) - Local macOS app for listening to Claude Code and Codex agents, with Global Mix, blocker alerts, and BYOK narration. - [Relay Baton](https://github.com/guorunjie/codex-relay-baton-guardian) - Local Codex Desktop/CLI recovery monitor for long-running tasks. Detects compact failures and context-window overflow, then queues audited handoff bundles. +- [codex-fixes](https://github.com/zhuhaow/codex-fixes) - Community-maintained CLI for diagnosing known Codex bugs and applying platform-scoped workarounds. - [EchoCoding](https://github.com/launsion-boop/EchoCoding) - Audio layer for Codex CLI with hook-triggered SFX, ambient soundscape, and optional cloud TTS/ASR voice interaction. - [unslop](https://github.com/MohamedAbdallah-14/unslop) - CLI and MCP server that removes AI writing patterns from agent-generated text. Works with Codex, Claude Code, Gemini CLI, and Cursor. Five intensity levels and lint-only audit mode. - [brooks-lint](https://github.com/hyhmrright/brooks-lint) - AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality). From 3d8f04eaf36490f1ed91f6b63c9542e322c97f5a Mon Sep 17 00:00:00 2001 From: zhuhaow Date: Tue, 30 Jun 2026 09:37:55 +0800 Subject: [PATCH 2/2] Refine codex-fixes description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f40ed..474a544 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ A curated list of Agent skill, awesome resources, tools, and tutorials for OpenA - [Hephaestus](https://github.com/agentlas-ai/Hephaestus) - Open Agent OS for Claude Code, Codex, and Cursor: meta-agent builder, A2A Hub routing, local ontology, and memory/security gates. - [Agent FM](https://github.com/agentfm-ai/agent-fm) - Local macOS app for listening to Claude Code and Codex agents, with Global Mix, blocker alerts, and BYOK narration. - [Relay Baton](https://github.com/guorunjie/codex-relay-baton-guardian) - Local Codex Desktop/CLI recovery monitor for long-running tasks. Detects compact failures and context-window overflow, then queues audited handoff bundles. -- [codex-fixes](https://github.com/zhuhaow/codex-fixes) - Community-maintained CLI for diagnosing known Codex bugs and applying platform-scoped workarounds. +- [codex-fixes](https://github.com/zhuhaow/codex-fixes) - Checks your local Codex install for known issues and runs the matching community-maintained fix scripts. - [EchoCoding](https://github.com/launsion-boop/EchoCoding) - Audio layer for Codex CLI with hook-triggered SFX, ambient soundscape, and optional cloud TTS/ASR voice interaction. - [unslop](https://github.com/MohamedAbdallah-14/unslop) - CLI and MCP server that removes AI writing patterns from agent-generated text. Works with Codex, Claude Code, Gemini CLI, and Cursor. Five intensity levels and lint-only audit mode. - [brooks-lint](https://github.com/hyhmrright/brooks-lint) - AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality).