Skip to content

PushPullCommitPush/codex-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

codex-profiles

Isolated CODEX_HOME profiles for Codex CLI, one per Ollama model. Each profile keeps its own config, AGENTS.md, history, and skills so identities/memory stay separate.

Profiles

  • profiles/oss20bgpt-oss:20b-cloud (main lighter operator)
  • profiles/oss120bgpt-oss:120b-cloud (main larger operator)
  • profiles/deepseekdeepseek-v3.1:671b-cloud (reasoning-heavy)
  • profiles/qwen-coderqwen3-coder:480b-cloud (coding specialist)
  • profiles/kimikimi-k2-thinking:cloud (security/review)

Usage

Pick the profile you want and set CODEX_HOME before running Codex CLI:

CODEX_HOME="$PWD/profiles/oss20b" codex chat
CODEX_HOME="$PWD/profiles/oss120b" codex exec "build X"
CODEX_HOME="$PWD/profiles/deepseek" codex exec "plan a complex refactor"
CODEX_HOME="$PWD/profiles/qwen-coder" codex exec "implement feature Y"
CODEX_HOME="$PWD/profiles/kimi" codex exec "review for vulns"

Default config

  • Model per profile (see above)
  • Provider: Ollama at http://localhost:11434/v1, wire_api="responses"
  • approval_policy=on-failure, sandbox_mode=danger-full-access (tune to your risk tolerance)
  • Trusted project: /Users/cole2/Desktop/MAIN WORKSPACE (adjust if different)
  • Empty MCP list (add per-profile as needed)

Extending

Add a new profile by copying a folder under profiles/ with your model and settings. Each profile has its own AGENTS.md for instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published