From 6e491e32fb7e5285a4b8832a731303ca2fc6ae0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yal=C3=A7=C4=B1n=20A=C3=A7=C4=B1ky=C4=B1ld=C4=B1z?= Date: Mon, 18 May 2026 15:55:30 +0300 Subject: [PATCH] Add codex-profile to CLI Tools Unofficial Bash profile manager for OpenAI Codex CLI. Switch between isolated CODEX_HOME profiles while sharing sessions, memories, rules, skills, and MCP config. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 08caecc..e1d5324 100644 --- a/readme.md +++ b/readme.md @@ -128,6 +128,7 @@ This list focuses on tools and workflows where AI plays a central role in the de * [Bernstein](https://github.com/chernistry/bernstein) — Deterministic orchestrator for vibe coding at scale. Spawns parallel AI coding agents from a single goal, verifies with tests, auto-commits. * [sober-coding](https://github.com/voidborne-d/sober-coding) — Vibe code quality analyzer. 27 checks across security, architecture, duplication, error handling, dependencies, testing, and dead code. Language-agnostic with fix suggestions and CI mode. * [VibeGrid](https://github.com/jcanizalez/vibegrid) — Multi-agent terminal manager with task queues, workflow automation, and inline diff review. +* [codex-profile](https://github.com/yalcin/codex-profile) — Unofficial Bash profile manager for OpenAI Codex CLI. Switch between isolated CODEX_HOME profiles while sharing sessions, memories, rules, skills, and MCP config. ---