fix: correct local config path

This commit is contained in:
banteg
2025-12-29 18:06:54 +04:00
parent bbb7bcbc39
commit 2e8c32828a
3 changed files with 22 additions and 5 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ uv run takopi --help
### Configuration
Create `~/.codex/takopi.toml` (or `./codex/takopi.toml` for a repo-local config):
Create `~/.codex/takopi.toml` (or `./.codex/takopi.toml` for a repo-local config):
```toml
bot_token = "123456789:ABCdefGHIjklMNOpqrsTUVwxyz"
@@ -46,7 +46,7 @@ chat_id = 123456789
The bridge only accepts messages where the chat ID equals the sender ID and both match `chat_id` (i.e., private chat with that user).
When you pass `--cd`, Takopi looks for `codex/takopi.toml` under that directory first.
When you pass `--cd`, Takopi looks for `.codex/takopi.toml` under that directory first.
### Codex Profile (Optional)