Videos
Does Claude Code work with the Claude desktop app?
Is Claude Code secure?
How much does Claude Code cost?
Today, I just saw this article about claude code and see that they added claude code to pro plan. But you will only get 10-40 prompts every 5 hours. What do you guys think?
In case you missed, if you got rate limited on the web chat, your Claude code will just do fine and still works. And since you won't have access to Opus, then you can simply use the web chat for planning.
So here's what I usually do:
repomix (library to copy your codebase as a .txt onto clipboard) my whole codebase.
attach to Claude web app with Opus selected, then magically prompt my problem and ask it to create a comprehensive plan (sometimes I ask it to use a Markdown format with checkbox, so Claude code can slowly check each box once a task is done).
then copy and paste the response onto Claude code.
Sonnet will do the rest. It'd be better if you ask it to go to each task one by one and not solving the whole thing in one go.
I know some people already know this, so hopefully this also helps those who doesn't know it yet!
nb: this post is 100% human-made
nb#2: this only works if you're working with a repo that can fit into opus's context length limit.
Claude Opus 4.5, our frontier coding model, is now available in Claude Code for Pro users. Pro users can select Opus 4.5 using the /model command in their terminal.
Opus 4.5 will consume rate limits faster than Sonnet 4.5. We recommend using Opus for your most complex tasks and using Sonnet for simpler tasks.
To get started:
* Run claude update
* /model opus