Claude Code @anthropicai
RT Mike Krieger Claude is #1 in the App Store today — I want to say a huge thank you to all of our new (and existing!) users for the support. We’re working hard for you, please share your thoughts and feedback along the way. Original tweet: https://x.com/mikeyk/status/2027882977422610586
RT Anthropic A statement on the comments from Secretary of War Pete Hegseth. https://anthropic.com/news/statement-comments-secretary-war Original tweet: https://x.com/AnthropicAI/status/2027555481699446918
In the next version of Claude Code.. We're introducing two new Skills: /simplify and /batch. I have been using both daily, and am excited to share them with everyone. Combined, these kills automate much of the work it used to take to (1) shepherd a pull request to production and (2) perform straightforward, parallelizable code migrations.
Proud to work at Anthropic.
A statement from Anthropic CEO, Dario Amodei, on our discussions with the Department of War. https://www.anthropic.com/news/statement-department-of-war
View quoted postClaude Code Remote is rolling out now for Pro users
Rolling out Claude Code Remote Control to Pro users - because they deserve to use the bathroom too . (Team and Enterprise coming soon). 🧻 Rolling out to 10% and ramping 1. Update to claude v2.1.58+ 2. Try log-out and log-in to get fresh flag values. 3. /remote-control
View quoted postRT SemiAnalysis 4% of GitHub public commits are being authored by Claude Code right now. At the current trajectory, we believe that Claude Code will be 20%+ of all daily commits by the end of 2026. While you blinked, AI consumed all of software development. Original tweet: https://x.com/SemiAnalysis_/status/2027443723362042308
🧑💻🧑💻🧑💻
I’m going to start running office hours for users of Claude Code on desktop. 2 hours every Wednesday. 15 minute slots. Bring your feature requests or frustrations and help shape the future! I’ll post the sign up form next week.
View quoted postSo much of what makes Claude Code great came from feedback from OSS developers. Excited we can give back a little.
Excited to announce Claude for Open Source ❤️ We're giving 6 months of free Claude Max 20x to open source maintainers and core contributors. If you maintain a popular project or contribute across open source, please apply! https://claude.com/contact-sales/claude-for-oss
View quoted postRT Thariq We've rolled out a new auto-memory feature. Claude now remembers what it learns across sessions — your project context, debugging patterns, preferred approaches — and recalls it later without you having to write anything down. Original tweet: https://x.com/trq212/status/2027109375765356723
RT Claude New in Cowork: scheduled tasks. Claude can now complete recurring tasks at specific times automatically: a morning brief, weekly spreadsheet updates, Friday team presentations. Original tweet: https://x.com/claudeai/status/2026720870631354429
RT Noah Zweben In the spirit of building in public: 📈 Wow this was a popular feature. We've scaled up some capacity on our end to accommodate usage. Sorry if you ran into some connectivity issues in the past few hours 🐞 Some text may be covered on Android. We're on it. 🐞 GH auth is required to see Code pane on mobile (you can still deeplink to your session via QR/link) ✅ Plan mode and AskUserQuestion should be fixed 🚧 WIP - making permissions more flexible in remote control sessions so you can do things like always allow etc... 🚧 Desktop support And maybe soon ... letting Pro users touch grass too 🌴😎 Original tweet: https://x.com/noahzweben/status/2026714443820970038
Announcing a new Claude Code feature: Remote Control. It's rolling out now to Max users in research preview. Try it with /remote-control Start local sessions from the terminal, then continue them from your phone. Take a walk, see the sun, walk your dog without losing your flow.
View quoted postRT Jarred Sumner In the next version of Bun Bun gets a native REPL Original tweet: https://x.com/jarredsumner/status/2026587131997831604
We shipped Claude Code as a research preview a year ago today. Developers have used it to build weekend projects, ship production apps, write code at the world's largest companies, and help plan a Mars rover drive. We built it, and you showed us what it was for.
RT Thariq Slack has rolled out a new plugin that allows you to connect to Slack for search, messaging, document creation and more. Use this to get context from Slack into Claude Code so it has context on what you're working on or to post updates. Original tweet: https://x.com/trq212/status/2026438391299191026
RT Claude New in Claude Code: Remote Control. Kick off a task in your terminal and pick it up from your phone while you take a walk or join a meeting. Claude keeps running on your machine, and you can control the session from the Claude app or http://claude.ai/code Original tweet: https://x.com/claudeai/status/2026418433911603668
Have been using this daily and loving it! Tell us what you think
Announcing a new Claude Code feature: Remote Control. It's rolling out now to Max users in research preview. Try it with /remote-control Start local sessions from the terminal, then continue them from your phone. Take a walk, see the sun, walk your dog without losing your flow.
View quoted postRT Cerebral Valley A global virtual hackathon for Opus 4.6 🌐 13,000+ applicants. 500 selected. 227 projects. 6 finalists. 3 winners. Final presentations in front of @bcherny & @_catwu Attendees flying in to be at @SHACK15sf Safe to say, Claude Code’s 1st birthday was one for the ages ⚡️ Original tweet: https://x.com/cerebral_valley/status/2026066211482857844
🎂 Happy 1st birthday to Claude Code Thanks everyone for coming out and celebrating with us!!
RT Dan Shipper 📧 PSA if you're iterating on front-end designs, you should try Claude Code desktop. it's great Original tweet: https://x.com/danshipper/status/2025618482994229431
RT Eren Bali Every technical founder who had stopped coding 10 years ago Original tweet: https://x.com/erenbali/status/2025243266715893922
1/6 2/ Use worktree mode in the Desktop app If you prefer not to use terminal, head to the Code tab in the Claude Desktop app and ☑️ worktree mode https://code.claude.com/docs/en/desktop-quickstart#install2/6 1/ Use claude --worktree for isolation To run Claude Code in its own git worktree, just start it with the --worktree option. You can also name your worktree, or have Claude name it for you. Use this to run multiple parallel Claude Code sessions in the same git repo, without the code edits clobbering each other. You can also pass the --tmux flag to launch Claude in its own Tmux session.3/6 Introducing: built-in git worktree support for Claude Code Now, agents can run in parallel without interfering with one other. Each agent gets its own worktree and can work independently. The Claude Code Desktop app has had built-in support for worktrees for a while, and now we're bringing it to CLI too. Learn more about worktrees: https://git-scm.com/docs/git-worktree4/6 4/ Custom agents support git worktrees You can also make subagents always run in their own worktree. To do that, just add "isolation: worktree" to your agent frontmatter5/6 3/ Subagents now support worktrees Subagents can also use worktree isolation to do more work in parallel. This is especially powerful for large batched changes and code migrations. To use it, ask Claude to use worktrees for its agents. Available in CLI, Desktop app, IDE extensions, web, and Claude Code mobile app.6/6 5/ Also available for non-git source control If you're a Mercurial, Perforce, or SVN user, define worktree hooks to benefit from isolation without having to use Git
We've been working on this for a while -- it's impressive (and scary) to see the kinds of security issues it has identified. Rolling out slowly, starting as a research preview for Team and Enterprise customers.
Introducing Claude Code Security, now in limited research preview. It scans codebases for vulnerabilities and suggests targeted software patches for human review, allowing teams to find and fix issues that traditional tools often miss. Learn more: https://www.anthropic.com/news/claude-code-security
View quoted postA massive ship from the Claude Code Desktop team. We've been dogfooding this for a while, and can't wait for you to try it.
Claude Code on desktop can now preview your running apps, review your code, and handle CI failures and PRs in the background. Here’s what's new:
View quoted postRT Alex Albert Huge quality of life upgrade for devs: We've added automatic prompt caching to the API which means you no longer have to set cache points in your requests! Original tweet: https://x.com/alexalbert__/status/2024586006633271386
RT Thariq http://x.com/i/article/2024543492064882688 Original tweet: https://x.com/trq212/status/2024574133011673516
RT Lenny Rachitsky Claude Code launched just one year ago. Today it writes 4% of all GitHub commits, and DAU 2x'd last month alone. In my conversation with @bcherny, creator and head of Claude Code, we dig into: 🔸 Why he considers coding "largely solved" 🔸 What tech jobs will be transformed next 🔸 The counterintuitive bet that made Claude Code take off 🔸 Why he left for Cursor and what brought him back 🔸 Practical tips for getting the most out of Claude Code and Cowork 🔸 Much more Listen now👇 https://www.youtube.com/watch?v=We7BZVKbCVw Original tweet: https://x.com/lennysan/status/2024524464017592641
RT Jarred Sumner Long-running Claude Code sessions use less memory in v2.1.47, thanks to @cirospaciari Keep reporting issues and the team will fix Original tweet: https://x.com/jarredsumner/status/2024289291879534793
Claude Code CLI 2.1.47 changelog: • Fixed FileWriteTool line counting to preserve intentional trailing blank lines instead of stripping them with `trimEnd()`. • Fixed Windows terminal rendering bugs caused by `os.EOL` (`\r\n`) in display code — line counts now show correct
View quoted postThanks for hosting me on the podcast! It was a blast
A very special guest on this episode of the Lightcone! @bcherny, the creator of Claude Code, sits down to share the incredible journey of developing one of the most transformative coding tools of the AI era. 00:00 Intro 01:45 The most surprising moment in the rise of Claude Code
View quoted postRT Claude Claude Code is turning one, and we’re throwing a birthday party. Join fellow builders and the Claude Code team in San Francisco on Feb 21 for live demos, top hackathon projects, and cake. Come show us what you're building (spots are limited): https://cerebralvalley.ai/e/anthropic-claude-code-bday Original tweet: https://x.com/claudeai/status/2023865819877589055
Sonnet 4.6 is now live in Claude Code. It's cheaper than Opus 4.6 and nears Opus-level intelligence, and devs in early testing often preferred it to Opus 4.5. Now the default for Pro and Team plans.
This is Claude Sonnet 4.6: our most capable Sonnet model yet. It’s a full upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design. It also features a 1M token context window in beta.
View quoted postLoving Sonnet 4.6 in Cowork -- great balance of capability, speed, and token efficiency
This is Claude Sonnet 4.6: our most capable Sonnet model yet. It’s a full upgrade across coding, computer use, long-context reasoning, agent planning, knowledge work, and design. It also features a 1M token context window in beta.
View quoted postClaude Code + Figma = 👌
Figma just shipped the ability to bring UI work done in Claude Code straight into Figma as editable design frames. Use this to explore new ideas in Figma, view multi-page flows on the canvas, or reimagine user experiences.
View quoted post🫶
Just tried Claude Cowork now… and I seriously regret not using it sooner. This thing is actually insane/crazy good.
Thanks for having me on the pod @garrytan! I joined a YC startup back in the early days of YC in 2011. It’s crazy how much has changed for founders building today vs back then. Small teams (and their Claudes) can do so much now!
RT Anthony Morris ツ SSH support is now available for Claude Code on desktop Connect to your remote machines and let Claude cook, TMUX optional. Original tweet: https://x.com/amorriscode/status/2022442179789300064
Love seeing how Spotify is shipping with Claude Code. Their best developers haven't written a single line of code since December, they fix bugs from their phones, and they shipped 50+ features from Slack during morning commutes https://techcrunch.com/2026/02/12/spotify-says-its-best-developers-havent-written-a-line-of-code-since-december-thanks-to-ai/
RT Anthropic Anthropic is partnering with @CodePath, the US's largest collegiate computer science program, to bring Claude and Claude Code to 20,000+ students at community colleges, state schools, and HBCUs. Read more: https://www.anthropic.com/news/anthropic-codepath-partnership Original tweet: https://x.com/AnthropicAI/status/2022299804894712174
A huge part of this raise is Claude Code. Weekly active users doubled since January. People who've never written a line of code are building with it. Humbled to work on this every day with our team.
We’ve raised $30B in funding at a $380B post-money valuation. This investment will help us deepen our research, continue to innovate in products, and ensure we have the resources to power our infrastructure expansion as we make Claude available everywhere our customers are.
View quoted postClaude Code on the web gets superpowers 💪
We've rolled out several updates to Claude Code on the web to make it a more powerful daily driver including multi-repo sessions, better diff & git status visualization and slash commands.
View quoted postRT Lydia Hallie ✨ Claude Code on desktop now supports local plugins Install custom slash commands, skills, and MCP servers from the marketplace. They sync automatically across desktop and CLI! Original tweet: https://x.com/lydiahallie/status/2021718924430389424
1/9 2/ Adjust effort level Run /model to pick your preferred effort level. Set it to: - Low, for less tokens & faster responses - Medium, for balanced behavior - High, for more tokens & more intelligence Personally, I use High for everything.2/9 1/ Configure your terminal - Theme: Run /config to set light/dark mode - Notifs: Enable notifications for iTerm2, or use a custom notifs hook - Newlines: If you use Claude Code in an IDE terminal, Apple Terminal, Warp, or Alacritty, run /terminal-setup to enable shift+enter for newlines (so you don't need to type \) - Vim mode: run /vim https://code.claude.com/docs/en/terminal-config3/9 3/ Install Plugins, MCPs, and Skills Plugins let you install LSPs (now available for every major language), MCPs, skills, agents, and custom hooks. Install a plugin from the official Anthropic plugin marketplace, or create your own marketplace for your company. Then, check the settings.json into your codebase to auto-add the marketplaces for your team. Run /plugin to get started. https://code.claude.com/docs/en/discover-plugins4/9 4/ Create custom agents To create custom agents, drop .md files in .claude/agents. Each agent can have a custom name, color, tool set, pre-allowed and pre-disallowed tools, permission mode, and model. There's also a little-known feature in Claude Code that lets you set the default agent used for the main conversation. Just set the "agent" field in your settings.json or use the --agent flag. Run /agents to get started, or learn more: https://code.claude.com/docs/en/sub-agents5/9 5/ Pre-approve common permissions Claude Code uses a sophisticated permission system with a combo of prompt injection detection, static analysis, sandboxing, and human oversight. Out of the box, we pre-approve a small set of safe commands. To pre-approve more, run /permissions and add to the allow and block lists. Check these into your team's settings.json. We support full wildcard syntax. Try "Bash(bun run *)" or "Edit(/docs/**...
Hey @nikitabier I'm trying to make a 12-post thread, but X keeps posting just 6 of 12, and not letting me add more. Seems like a new bug
RT alistair In the next version of Claude Code `claude --version` gets 15x faster Original tweet: https://x.com/alistaiir/status/2021639295313019126
actually codex is better because it’s 7x faster to print the version number
View quoted postThis turned out really nice. Excited to hear what you think! Install the Claude Code Slack app here: https://code.claude.com/docs/en/slack
We've added Plan Mode to Claude Code in Slack. When you give Claude a complex task it will ask you clarifying questions and show you an implementation plan before proceeding.
View quoted postWindows users, rejoice -- you can now try Cowork
Cowork is now available on Windows. We’re bringing full feature parity with MacOS: file access, multi-step task execution, plugins, and MCP connectors.
View quoted postRT Thariq We've launched Claude Code contribution metrics to help you track PRs and lines of code contributed with the help of Claude Code. Original tweet: https://x.com/trq212/status/2021278987541213331
RT Lydia Hallie ✨ Claude Code Desktop now supports --dangerously-skip-permissions! This skips all permission prompts so Claude can operate fully autonomously. Great for workflows in a trusted environment where you want no interruptions, no approval prompts, just uninterrupted work. But as the name suggests... use it with caution! 🙏 Original tweet: https://x.com/lydiahallie/status/2021012074160324633
RT Delba 10x productivity tip: use Claude hooks with sounds so Claude alerts you when it finishes a task or needs permission. But that's not the tip, the tip is to add your favourite childhood game sounds like the Starcraft, Warcraft, or even Mario. Original tweet: https://x.com/delba_oliveira/status/2020515010985005255
A small quality of life improvement. Hope you find it useful!
Now in Claude Code: when you rewind a conversation using /rewind or hitting ESC twice, Claude can summarize the part of the conversation that was rewound. Use this to explore different paths and take the learnings "back in time".
View quoted postRT Anthony Morris ツ http://x.com/i/article/2019628766633562112 Original tweet: https://x.com/amorriscode/status/2019833252794757299
RT Eric Buess Agent swarms in Claude Code 2.1.32 with Opus 4.6 are very very very good. And with tmux auto-opening each agent in it's own interactive mode with graceful shutdown when done it's a breeze to do massive robust changes without the main agent using up much of its context window!🔥 Original tweet: https://x.com/EricBuess/status/2019569423670211030
RT Dylan Patel 4% of GitHub public commits are being authored by Claude Code right now. At the current trajectory, we believe that Claude Code will be 20%+ of all daily commits by the end of 2026. While you blinked, AI consumed all of software development. Read more 👇 https://newsletter.semianalysis.com/p/claude-code-is-the-inflection-point Original tweet: https://x.com/dylan522p/status/2019490550911766763
Claude Code is the Inflection Point, What It Is, How We Use It, Industry Repercussions, Microsoft's Dilemma, Why Anthropic Is Winning. https://newsletter.semianalysis.com/p/claude-code-is-the-inflection-point
View quoted postOut now: Teams, aka. Agent Swarms in Claude Code Team are experimental, and use a lot of tokens. See the docs for how to enable, and let us know what you think! https://code.claude.com/docs/en/agent-teams
Claude Code now supports agent teams (in research preview) Instead of a single agent working through a task sequentially, a lead agent can delegate to multiple teammates that work in parallel to research, debug, and build while coordinating with each other. Try it out today by
View quoted postI've been using Opus 4.6 for a bit -- it is our best model yet. It is more agentic, more intelligent, runs for longer, and is more careful and exhaustive. For Claude Code users, you can also now more precisely tune how much the model thinks. Run /model and arrow left/right to tune effort (less = faster, more = longer thinking & better results). Happy coding!
Introducing Claude Opus 4.6. Our smartest model got an upgrade. Opus 4.6 plans more carefully, sustains agentic tasks for longer, operates reliably in massive codebases, and catches its own mistakes. It’s also our first Opus-class model with 1M token context in beta.
View quoted postRT Thariq We've added a new command to Claude Code called /insights When you run it, Claude Code will read your message history from the past month. It'll summarize your projects, how you use Claude Code, and give suggestions on how to improve your workflow. Original tweet: https://x.com/trq212/status/2019173731042750509
Did you know that Claude Code is more than a terminal CLI? Claude Code is also available in: - IDE extensions for every VSCode and Jetbrains-based IDE - Claude Desktop, web, iOS, and Android apps - Slack and Github Learn more: https://code.claude.com/docs
You can now use Slack in Cowork to have Claude read & send messages without leaving the app https://claude.com/download
Claude Cowork now supports the Slack MCP on all paid plans! The Slack connector is by far my favorite feature. I use it every morning to catch up on what I missed, highlight important messages, and draft replies for me to review before sending. Huge time saver.
View quoted postRT Claude You can now connect Slack to Claude on Pro and Max plans. Search your workspace channels, prep for meetings, and send messages back to keep work moving forward—without leaving your conversation with Claude. Get started: http://claude.com/connectors/slack Original tweet: https://x.com/claudeai/status/2018819905630634171
RT Thariq You can now connect to Claude in Chrome using the VS Code extension. Use it to debug frontend apps, collect data or automate your browser. Install the extension and type @ browser to get started. Original tweet: https://x.com/trq212/status/2018789761931182539
RT Mike Krieger Xcode 26.3 launched today with a native integration with the Claude Agent SDK, the same harness that powers Claude Code. Devs get the full power of Claude Code (subagents, background tasks, and plugins) for long-running, autonomous work directly in Xcode 🤖 https://www.anthropic.com/news/apple-xcode-claude-agent-sdk Original tweet: https://x.com/mikeyk/status/2018762375386837043
RT Lydia Hallie ✨ Claude Code now supports session sharing! You can share your full conversation with team members, or anyone with the link Available on web, desktop, and the mobile app Original tweet: https://x.com/lydiahallie/status/2018740156359229883
1/6 2. Start every complex task in plan mode. Pour your energy into the plan so Claude can 1-shot the implementation. One person has one Claude write the plan, then they spin up a second Claude to review it as a staff engineer. Another says the moment something goes sideways, they switch back to plan mode and re-plan. Don't keep pushing. They also explicitly tell Claude to enter plan mode for verification steps, not just for the build2/6 1. Do more in parallel Spin up 3–5 git worktrees at once, each running its own Claude session in parallel. It's the single biggest productivity unlock, and the top tip from the team. Personally, I use multiple git checkouts, but most of the Claude Code team prefers worktrees -- it's the reason @amorriscode built native support for them into the Claude Desktop app! Some people also name their worktrees and set up shell aliases (za, zb, zc) so they can hop between them in one keystroke. Others have a dedicated "analysis" worktree that's only for reading logs and running BigQuery See https://code.claude.com/docs/en/common-workflows#run-parallel-claude-code-sessions-with-git-worktrees3/6 3. Invest in your http://CLAUDE.md. After every correction, end with: "Update your http://CLAUDE.md so you don't make that mistake again." Claude is eerily good at writing rules for itself. Ruthlessly edit your http://CLAUDE.md over time. Keep iterating until Claude's mistake rate measurably drops. One engineer tells Claude to maintain a notes directory for every task/project, updated after every PR. They then point http://CLAUDE.md at it.4/6 5. Claude fixes most bugs by itself. Here's how we do it: Enable the Slack MCP, then paste a Slack bug thread into Claude and just say "fix." Zero context switching required. Or, just say "Go fix the failing CI tests." Don't micromanage how. Point Claude at docker logs to troubleshoot distributed systems -- it's surprisingly capable at this.5/6 8. Use subagents a. Append "use subagents" to any request w...
RT Lydia Hallie ✨ Claude Code now supports the --from-pr flag Resume any session linked to a GitHub PR by number, URL, or pick interactively. Sessions auto-link when a PR is created! Original tweet: https://x.com/lydiahallie/status/2017680321094004997
RT Jarred Sumner In the last 24 hrs, the team has landed PRs to Claude Code improving cold start time by 40% and reducing memory usage by 32% - 68%. It’s not yet where it needs to be, but it’s getting better. Original tweet: https://x.com/jarredsumner/status/2017521250965590058
RT Thariq http://x.com/i/article/2017315079923093504 Original tweet: https://x.com/trq212/status/2017350486756888917
Just released: Plugins support for Cowork https://claude.com/download
Cowork now supports plugins. Plugins let you bundle any skills, connectors, slash commands, and sub-agents together to turn Claude into a specialist for your role, team, and company.
NASA used Claude Code to plot and simulate the Perseverance rover’s route on Mars 👾 Pretty sure this is the furthest-from-Earth application of Claude
On December 8, the Perseverance rover safely trundled across the surface of Mars. This was the first AI-planned drive on another planet. And it was planned by Claude.
View quoted postInteresting
As of Q4 2025 Anthropic is now beating OpenAI to first spend from new startups (based on Mercury spend data). Claude Code and Opus 4.5 has been a step change improvement and startups are the quickest to react.
Cowork continues to get better
More subtle-but-useful improvements to Cowork: • The Slack connector is now available to all paid plans, so Cowork can pull in context directly • Connecting Cowork to Chrome is now more automated, requiring fewer clicks and overall more stable (thanks, @gabemulley!) • We've
View quoted postRT Thariq http://x.com/i/article/2016768930174685187 Original tweet: https://x.com/trq212/status/2017024445244924382
RT Thariq New in Claude Code - see updates to your active PR in your footer (make sure you have the github cli installed) Original tweet: https://x.com/trq212/status/2016709618853183889
RT Felix Rieseberg Today, we shipped an update to Claude Cowork’s virtual machine setup that cuts down startup and networking errors - together with a whole slew of smaller bug fixes. If you’ve had a rough time in the last week, download the latest update and let us know if things are more reliable! Original tweet: https://x.com/felixrieseberg/status/2016272870696223119
In the next version of Claude Code, you can customize spinner verbs for yourself and your team
You can now customize your Claude Code keybindings! /keybindings to get started
Sooo excited for this
Your work tools are now interactive in Claude. Draft Slack messages, visualize ideas as Figma diagrams, or build and see Asana timelines.
View quoted postRT The Wall Street Journal They call it getting “Claude-pilled.” It’s the moment software engineers, executives and investors turn their work over to Anthropic’s Claude AI—and then witness a thinking machine of shocking capability, even in an age awash in powerful AI tools. https://on.wsj.com/4k2CU9E Original tweet: https://x.com/WSJ/status/2015530668365611340
Hooks can now run in the background without blocking Claude Code's execution. Just add async: true to your hook config. Great for logging, notifications, or any side-effect that shouldn't slow things down.
We're always looking for ways to make Claude Code simpler. Would love to hear how you're using these new capabilities in Skills.
Thanks for having me on the pod @gregisenberg! https://www.youtube.com/watch?v=DW4a1Cm8nG4
Can’t wait to hear what you think!
RT Felix Rieseberg The same week we launched Cowork, I also welcomed my daughter into the world. I'm dogfooding Cowork on a sleep-deprived brain and one use case I cannot recommend enough is to have Claude fill out your insurance paperwork, especially if it's using complicated legal and medical language. I just give Claude access to a folder with all the hospital records as PDFs, point it at my insurance website, and let it work for me. 💙 My hands were busy feeding my daughter while Claude did the paperwork. Original tweet: https://x.com/felixrieseberg/status/2014490352624005458
We've upgraded Todos => Tasks to help Claude complete longer projects Let us know if you have any feedback!
Just shipped two cool updates for Claude Code in the Desktop app. 1. Plan mode is now available on Desktop. Have Claude map out its approach before making any changes2. Notifications. Claude Code Desktop now pings you whenever Claude needs approval, you can keep working while Claude runs in the background
Cowork just organized 6 months of receipts into a categorized spreadsheet with monthly breakdowns. Pointed it at a folder. That’s it.
Cowork update: @-mention files, MCP resources, or windows from your desktop apps directly in the chat. And if your task calls for a specific tool, Claude will suggest the right connector automatically
RT Lydia Hallie ✨ Just added Best Practices for Claude Code to our docs! 🥳 Always looking to add more from the community though, what setups/patterns have been working well for you? https://code.claude.com/docs/en/best-practices Original tweet: https://x.com/lydiahallie/status/2014136373645820165
This has been in the works for many months. Let us know if you are still seeing flickering/sudden scrolling after this change!
Our fix to remove flickering is rolled out again to everyone on Claude Code. Why did we roll it back? If Claude is so good, why were there bugs to begin with? Why was it so complex? 🧵
View quoted postRT Ado Did you know you can stash your prompt in Claude Code? Ctrl+S saves your draft. Allows you to send a different prompt. Your saved draft is then auto-restored. No more copying to Notes. It's like git stash, but for your prompts. Original tweet: https://x.com/adocomplete/status/2014047394585825296
Proud of the team for shipping the VSCode extension! It has been available for many months, and is now officially generally available
The VS Code extension for Claude Code is now generally available. It’s now much closer to the CLI experience: @-mention files for context, use familiar slash commands (/model, /mcp, /context), and more. Download it here: https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code
RT cat Claude Cowork is now available to Pro and Max users. We'd love to hear how you're using it! Original tweet: https://x.com/_catwu/status/2012962203951833091
Claude Cowork now has delete protection -- it'll ask for your permission before it wants to permanently delete any files, no unexpected surprises. Cowork is now also available to Pro users, give it a try!
View quoted postGlad to see Claude Code starting to break through. It’s been a year of very hard work, and we’re just getting started. https://www.wsj.com/tech/ai/anthropic-claude-code-ai-7a46460e
Now in Claude Code: when you accept a plan, Claude automatically clears your context, so your plan gets a fresh context window. We found this helps keep Claude on track longer, and significantly improves plan adherence. If you prefer not to clear your context when accepting a plan, that option is still available too.
Was super fun to dial into Claude Code Istanbul and Tokyo. Excited to do a bunch more of these, and to meet more Claude Code users around the world!
We ran over 50 Claude Code community meetups in December, with almost every one of them having someone from the Claude Code team call in. We're going to continue this throughout the entire year! I hope you get to attend one :)
YES
Cowork is now available for Pro
Very excited about this -- big safety improvement for Cowork based on your feedback
Claude Cowork now has delete protection -- it'll ask for your permission before it wants to permanently delete any files, no unexpected surprises. Cowork is now also available to Pro users, give it a try!
View quoted postYou asked, we listened. The team has been cooking this for a while. Can't wait to hear what you think.
New in Claude Code on the web and desktop: diff view. See the exact changes Claude made without leaving the app.