Buka Link Ini

https://platform.openai.com/chat

Extension VS Code cari CODEX

Codex – OpenAI’s coding a

jalankan list_mcp_resources lagi.

model = "gpt-5.4"
model_reasoning_effort = "high"
[models]
fast = "gpt-5.1-codex-mini"
balanced = "gpt-5.2-codex"
power = "gpt-5.3-codex"
legacy = "gpt-3.1-codex-max"

[openai]
api_key = "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"
base_url = "<https://api.openai.com/v1>"

[windows]
sandbox = "elevated"

[mcp_servers.dafdir]
enabled = true
url = "<https://mcp.supabase.com/mcp?project_ref=drlnqwmfxiawkwxauwuo>"

[mcp_servers.dafdir.http_headers]
Authorization = "Bearer sbp_65b8e666f2f63ca1cbd245e66de98747faf9f22c"

Server Statis

python -m http.server 5500

Tim AI Agent

Work step by step.

Always:
1. check existing files
2. reuse components
3. avoid duplicate code
4. write production ready code

Supabase

=============
npx supabase login
npm run db:link
npm run db:push

=================