I don't think I've ever /resumed a Claude Code session even once. What do people use that for? The way I use it is to make a change, maybe document the change, and then I'm done. New session.
Show HN: Ctx – a /resume that works across Claude Code and Codex
21–30 of 32 posts
Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#22I don't think I've ever /resumed a Claude Code session even once. What do people use that for? The way I use it is to make a change, maybe document the change, and then I'm done. New session.
Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#23I don't think I've ever /resumed a Claude Code session even once. What do people use that for? The way I use it is to make a change, maybe document the change, and then I'm done. New session.
Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#24> Changing thinking mode mid-conversation will increase latency and may reduce quality. For best results, set this at the start of a session.
Neither OpenAI nor Anthropic exposes raw thinking tokens anymore.
Claude Code redacts thinking by default (you can opt in to get Haiku-produced summaries at best), and OpenAI returns encrypted reasoning items.
Either way, first-party CLIs hold opaque thinking blobs that can't be manipulated or ported between providers without dropping them. So cross-agent resume carries an inherent performance penalty: you keep the (visible) transcript but lose the reasoning.
Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#25I don't think I've ever /resumed a Claude Code session even once. What do people use that for? The way I use it is to make a change, maybe document the change, and then I'm done. New session.
I have like 15 concurrent sessions I leave up for weeks, 50% Codex 50% Claude Code, even though I know they work better with fresh context. Then again I also always have least 200 browser tabs up. I probably just have a mental illness.
Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#26Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#27Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#28Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#29I don't think I've ever /resumed a Claude Code session even once. What do people use that for? The way I use it is to make a change, maybe document the change, and then I'm done. New session.
Re: Show HN: Ctx – a /resume that works across Claude Code and Codex
#30I don't think I've ever /resumed a Claude Code session even once. What do people use that for? The way I use it is to make a change, maybe document the change, and then I'm done. New session.
I know it's wasteful but often I've got a surplus of tokens and not enough of my time - so it's a trade off I've been fine with.