Mohit Sethi
4 posts

Mohit Sethi
@msethi006
AI/ML Engineer | Financial Markets | Algorithmic Trader
Lucknow Bergabung Ağustos 2022
238 Mengikuti11 Pengikut

@msethi006 @thsottiaux @OpenAI @OpenAIDevs I got stuck on this too. Backup your ~\.codex\ folder. Remove asmuch as you can from it, keeping only automations, skills, achieved threads whatever you need. Them try again. Something in the migration fails
English

If you aren't yet bold enough to install the Codex app, you can stay in the presence of your orange crab and point it at GPT 5.6 Sol. Takes 5 minutes. Kudos to Theo for explaining one of the ways to get this done.
Step 1: Install CLIProxyAPI
Step 2: Connect
Step 3: Define following alias and enjoy claudex
```
alias claudex='CLAUDE_CODE_SUBAGENT_MODEL=gpt-5.6-sol \
CLAUDE_CODE_ALWAYS_ENABLE_EFFORT=1 \
CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY=3 \
ENABLE_TOOL_SEARCH=false \
claude --model gpt-5.6-sol'
```
If this gets blocked, I owe you a reset.
Theo - t3.gg@theo
@thsottiaux tl;dr version: - set up CLIProxyAPI with Claude and Codex auth - Connect to Claude Code - Make "claudex" alias that sets some env vars Took like 2 prompts (I already had the proxy set up tbf)
English

@zcrux3 Plz expand on your "Limit and chase" comment.
While exiting positions, I got the idea of putting multiple limit orders, but how to ensure that only one of them gets executed, cancel the rest and how to handle partial fills.
English
