I would really like for them to add the option to constantly display how much context is left before compression or a new session.
I haven't tried this, but looks like it might be possible to display it in the status line. https://www.reddit.com/r/ClaudeAI/comments/1mlhx2j/comment/n...
Claude Code 2.0
51–60 of 431 posts
Re: Claude Code 2.0
#52Something I realized about this category of tool (I call them "terminal agents" but that already doesn't work now there's an official VS Code extension for this - maybe just "coding agents" instead) is that they're actually an interesting form of general agent . Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer. They're incredibly dangerous to use if you d…
Re: Claude Code 2.0
#53You can find the revamped prompt on github[1], or on twitter summarized by my bot[2]. [1] https://github.com/marckrenn/cc-mvp-prompts/compare/v1.0.128... [2] https://x.com/CCpromptChanges/status/1972709093874757976
Re: Claude Code 2.0
#54Just use `claude update` if you already have it. Unfortunately, they removed Plan mode, when I could use Opus for planning and Sonnect for coding. Though I will see how this pans out.
I use Opus to write the planning docs for 30 min, then use Sonnet to execute them for another 30 min.
Re: Claude Code 2.0
#55Earlier quoted context omitted.
> why does it default to full screen? Pardon my ignorance, but what does this mean? It's a terminal app that has always expanded to the full terminal, no? I've not noticed any difference in how it renders in the terminal. What am i misunderstanding in your comment?
A tui does not have to start full screen, v1 of claude did not take over the entire terminal, it would only use a bit at the bottom and scroll up until it was full screen. I just downgraded to v1 to confirm this.
Wonder what changes that i'm not seeing? Do you think it's a regression or intentional?
Re: Claude Code 2.0
#56Re: Claude Code 2.0
#57So I can opt out of training, but they still save the conversation? Why can't they just not use my data when I pay for things. I am tired of paying, and then them stealing my information. Tell you what, create a free tier that harvests data as the cost of the service. If you pay, no data harvesting.
Re: Claude Code 2.0
#58Re: Claude Code 2.0
#59Looks great, but it's kind of buggy:
- I can't figure out how to toggle thinking
- Have to click in the text box to write, not just anywhere in the Claude panel
- Have to click to reject edits
Re: Claude Code 2.0
#60Something I realized about this category of tool (I call them "terminal agents" but that already doesn't work now there's an official VS Code extension for this - maybe just "coding agents" instead) is that they're actually an interesting form of general agent . Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer. They're incredibly dangerous to use if you d…
One thing I really like using them for is refactoring/reorganizing. The tedious nature of renaming, renaming all implementations, moving files around, creating/deleting folders, updating imports exports, all melts away when you task an agent with it. Of course this assumes they are good enough to do them with quality, which is like 75% of the time for me so far.