upvote
What about your chat history? That has some value, at least for me. But what has even more value is stable releases.
reply
You can output it as a memory using a simple prompt. You could probably re-use this prompt for any product with only slight modification. Or you could prompt the product to output an import prompt that is more tuned to its requirements.

e.g. https://claude.com/import-memory

reply
This is one of the many reasons I don't think the model companies are going to win the application space in coding.

There's literally zero context lost for me in switching between model providers as a cursor user at work. For personal stuff I'll use an open source harness for the same reason.

reply
I don't see any value in chat history. I delete all conversations at least weekly, it feels like baggage.
reply
I think this is more about which model you steer your coding harness to. You can also self-host a UI in front of multiple models, then you own the chat history.
reply
for me there is zero value there.
reply
Codex doesn't read Claude.md like Claude does. It's not a "one line" change to switch.
reply
I have a CLAUDE.md symlinked to AGENTS.md
reply
ln -s CLAUDE.md AGENTS.md

There's your one line change.

reply
That doesn't handle Claude.md in subdirectories. It does handle Claude.md and other various settings in .claude.
reply
You mean Anthropic are the only ones refusing the de-facto standard despite a long-standing issue: https://github.com/anthropics/claude-code/issues/6235

And as others have said, it's a one-line fix. "Skills" etc. are another `ln -s`

reply