From 43fd2f7f378286d7904eb07836c2a4ce6f59b8e1 Mon Sep 17 00:00:00 2001
From: just-every-code <0+just-every-code@users.noreply.github.com>
Date: Wed, 17 Sep 2025 10:26:01 +0000
Subject: [PATCH] Auto: address issue #181 - Misleading configuration
directories
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 61e502e472bd..ca8babbf88a3 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
- 🧠 **Reasoning Control** - /reasoning for dynamic effort adjustment
- 🔌 **MCP support** – Extend with filesystem, DBs, APIs, or your own tools.
- 🔒 **Safety modes** – Read-only, approvals, and workspace sandboxing.
- - 🔁 **Backwards compatible** – Supports `~/.codex/*` or default `~/.coder/*`
+ - 🔁 **Backwards compatible** – Supports `~/.codex/*` (if present) or defaults to `~/.code/*`
| 
Simple interface | 
Unified diffs |
@@ -51,7 +51,7 @@ Note: If another tool already provides a `code` command (e.g. VS Code), our CLI
**Authenticate** (one of the following):
- **Sign in with ChatGPT** (Plus/Pro/Team; uses models available to your plan)
- Run `code` and pick "Sign in with ChatGPT"
- - Stores creds locally at `~/.coder/auth.json` (also reads legacy `~/.codex/auth.json`)
+ - Stores creds locally at `~/.code/auth.json` (also reads legacy `~/.codex/auth.json`)
- **API key** (usage-based)
- Set `export OPENAI_API_KEY=xyz` and run `code`