ع
Start Topics Teams Reference What's new Saved
what's new · dated, not marketed

What's new in Claude

Everything Anthropic ships to Claude lands here — the Desktop app, the command line, the models, the API — dated, retold in plain language, and linked back to Anthropic's own release note so you can check us. No roadmap and no marketing feed: if it's here, it already happened.

matters to you 51 of 79 entries carry this mark — the ones you will actually notice in the Desktop app. The rest are shipped-and-real, but aimed at developers; they are here so the record is complete, not because you need to read them.

2026

Desktop app matters to you

Start a session on your laptop from your phone

The Claude mobile app can now start a Claude Code session that runs on your own laptop, with the phone acting only as a remote control.

If you are away from your desk, you can now kick off a session from the Claude app on your phone and have it run on your own laptop. Nothing moves to the phone — your files, your folders and the work itself all stay on your machine, and the phone is just the remote control you press the buttons with.

Your laptop has to be on and reachable for this to work. It is a way to get something started, or to check in on it, without opening the lid.

Anthropic's release note

mobileremote
API

Computer use, the browser tool, Skills and Files reached general availability

Four capabilities left preview on the Claude Platform at once: computer use, the browser tool, the Skills API and the Files API, with computer use now taking several actions per turn.

Computer use, the browser tool, the Skills API and the Files API all became generally available on the Claude Platform — meaning they moved out of preview and are considered stable enough to build on. The stated purpose is automating work in applications that expose no API of their own, and building agents on versioned skills and reusable files.

One part of this you may eventually feel second-hand: computer use now takes several actions in a single turn — click, type, key, screenshot — rather than one action per round trip, which makes it markedly faster. But this release is aimed at developers building on the platform, not at anything you click in the Desktop app.

Anthropic's release note

computer useskillsfilesapi
Desktop app matters to you

A concise output style, for when Claude talks too much

A new concise output style was added, which makes Claude's replies shorter and less chatty without changing the work it actually carries out.

Some people find Claude’s explanations helpful and some find them long. A concise output style now exists for the second group: pick it and the replies get shorter and less conversational.

It only changes the talking, not the doing. The same steps are taken, the same files are changed, the same diff is shown — you just read less commentary around it.

Anthropic's release note

output style
Desktop app

A design skill that makes editable mockups

Anthropic added a design skill that produces editable interface mockups, called artboards, which you adjust directly instead of re-prompting Claude for changes.

A /design skill arrived. It produces artboards — mockups of a user interface that you can nudge and edit yourself, rather than describing the change in words and asking Claude to redraw the whole thing.

Unless you design interfaces for a living, this one will pass you by, and that is fine.

Anthropic's release note

skillsdesign
Desktop app matters to you

Work picks itself back up after a usage limit

Claude Desktop now resumes an interrupted task by itself once your plan's usage limit window resets, instead of leaving the work abandoned where it stopped.

Every plan has a usage limit, and hitting it in the middle of something used to mean the task simply stopped and stayed stopped. Claude Desktop now waits out the reset and carries on from where it left off.

The practical effect is that a long job you started before running out no longer needs you to come back and restart it by hand.

Anthropic's release note

usage limits
Command line

Fork mode became the default for sessions

Fork mode is now the default, so separate sessions are kept isolated from one another rather than sharing state. It is plumbing, and invisible in the Desktop app.

Sessions are now isolated from each other by default — that is what fork mode means here. Previously it was something you opted into.

This is internal plumbing for people running several sessions at once from the command line. Nothing about it shows up in the Desktop app, and there is nothing to change.

Anthropic's release note

sessions
Models claude-sonnet-5 matters to you

Sonnet 5 keeps its introductory price

Sonnet 5's introductory rate of $2 and $10 per million tokens was made permanent, and the increase to $3 and $15 planned for 1 September 2026 was cancelled.

The introductory price Sonnet 5 launched with — $2 and $10 per million tokens — is now the permanent price. A rise to $3 and $15, which had been set for 1 September 2026, was called off.

Those figures apply to people billed per token through the API. If you pay a monthly Claude subscription, nothing about your bill or your plan changes.

Anthropic's release note

pricingsonnet
Platform

Security scanning for third-party skills and plugins, in beta

Team and Enterprise administrators gained a beta tool that scans third-party skills and plugins for security problems before they are used inside the organisation.

Skills and plugins are add-ons that extend what Claude can do, and they can come from outside your company. Administrators on Team and Enterprise plans can now have those scanned for security problems, as a beta feature.

This lives in the administrator’s console, not in your app. If someone else manages Claude where you work, they may be using it on your behalf without you ever seeing it.

Anthropic's release note

securityenterprise
Models claude-opus-4-1 matters to you

Claude Opus 4.1 was retired

Claude Opus 4.1 was retired. Anyone who had it saved as their preferred model was moved across to a current one automatically.

Opus 4.1 has been retired. If it was the model you had chosen and kept, you were moved to a current model rather than left with a dead setting.

Retirements are routine — older models are stood down as newer ones take over. The visible sign is simply that a name you recognised is no longer in the model list.

Anthropic's release note

retirementopus
Desktop app matters to you

Auto mode became the default way Claude asks permission

Auto mode is now the default, so Claude stops asking you to approve every single step and relies on a background safety check to block risky actions instead.

A permission mode decides how often Claude stops to ask before it does something. Auto mode — where it does not pause at every step — is now the setting a new install starts on, so this is what someone opening Claude Desktop for the first time sees. In place of those prompts, a safety check runs quietly in the background and blocks actions it judges risky.

Two things are worth knowing before that unsettles you. You can still switch back to approving each step, in the permission settings, and plenty of people do while they are finding their feet. And a diff — the side-by-side view of exactly what is about to change in a file — is still shown before anything is saved, in auto mode as much as in any other. Fewer interruptions, in other words, not less sight of what is happening.

Anthropic's release note

permissionsauto mode
Platform

Organisations can host Claude's cloud sessions themselves

Companies can now run Claude's cloud sessions on their own infrastructure rather than on Anthropic's, which is a decision made by IT and not by individual users.

Cloud sessions — work that runs on a remote machine instead of your laptop — can now be hosted on an organisation’s own servers.

This is chosen by whoever runs technology at your company, usually to satisfy a data or compliance requirement. From your side the app behaves the same either way, and there is nothing to set up.

Anthropic's release note

enterpriseinfrastructure
Command line

Parallel sessions can send messages to each other

Sessions running side by side can now pass messages between themselves, which is groundwork for setups where several Claude agents work on one job together.

Where several sessions are running at the same time, they can now talk to one another directly.

This is plumbing for multi-agent setups — arrangements where more than one Claude works on a job in parallel. Most readers will never build one, and nothing here changes ordinary day-to-day use.

Anthropic's release note

agents
API

MCP got its biggest update since launch, and became stateless

The 2026-07-28 Model Context Protocol spec made the protocol stateless, made extensions a formal part of it, and hardened how servers authenticate.

MCP is the open standard that lets Claude talk to other software — the machinery behind a connector. The 2026-07-28 version of the spec was the largest change to it since it launched, and its headline is that MCP became stateless: running a remote MCP server no longer means holding on to session state, so one can be deployed on serverless or edge infrastructure and scaled behind an ordinary load balancer.

Extensions also became a formal part of the protocol rather than something bolted on. The examples given were MCP Apps (server-rendered interfaces inside a sandboxed frame), Tasks (long-running and asynchronous work), and Enterprise Managed Auth (letting an organisation control MCP server access centrally through its identity provider). The release also hardened authentication and added a formal deprecation policy.

None of this is something you do. It is worth one line here because connectors are how Claude reaches your other tools, and this is the plumbing underneath them — at the time of the announcement, support was still being rolled out across Claude’s own products.

Anthropic's release note

mcpconnectorsprotocol
Desktop app

An iOS Simulator pane in the Desktop app

The Desktop app gained an iOS Simulator pane, a panel that runs an iPhone app on your computer. It is for iOS developers only.

A pane appeared in the Desktop app for the iOS Simulator — the tool that runs an iPhone app on a Mac so it can be tested without a phone.

If you build iPhone apps, it saves you a window. If you do not, there is nothing here for you.

Anthropic's release note

iosdevelopers
Models claude-opus-5 matters to you

Claude Opus 5 launched

Claude Opus 5 arrived, described by Anthropic as a step-change over Opus 4.8, and became the default Opus model in Claude Code the same week.

The short version for anyone using the app: the model behind it got better, and there is nothing for you to do. Opus 5 became the default Opus in Claude Code within the same week it launched, so you were moved onto it without touching a setting.

Anthropic calls it a step-change over Opus 4.8. It reads up to a million tokens of context at once — roughly, how much material it can hold in mind in one go — and thinks before answering by default. Pricing, which matters only if you are billed per token through the API, is $5 and $25 per million tokens.

Anthropic's release note

opusmodels
Platform

HIPAA configuration became self-serve

Organisations that handle health data can now switch on the HIPAA configuration themselves, without going through a sales conversation first.

Organisations that work with health data can now configure Claude for HIPAA themselves, rather than arranging it through Anthropic.

Unless you administer an account in healthcare, this one will never appear in front of you. It is an account-level setting, not something that changes how the Desktop app behaves.

Anthropic's release note

complianceenterprise
Desktop app matters to you

A screen reader mode arrived

Claude gained a screen reader mode, so people who navigate their computer by audio rather than by sight can work with it properly.

A screen reader mode was added. A screen reader is software that reads what is on screen aloud, and this mode changes how Claude presents its output so that reading it that way makes sense.

It is a small line in a release note and a large difference to the people who need it, which is why it gets its own entry here.

Anthropic's release note

accessibility
Desktop app matters to you

Memory became a list you can edit item by item

What Claude remembers about you turned into sorted, individually editable entries, so you can read each one and delete the ones you would rather it forgot.

What Claude remembers about you used to be one long, opaque block of text. It is now a categorised list of separate entries, each of which you can read and delete on its own.

The practical effect is that memory stopped being something you either trusted wholesale or switched off. If one stored detail is wrong or stale, you can remove that detail and leave the rest.

Anthropic's release note

memory
Desktop app

A monthly recap panel opened in beta

Anthropic added a beta panel that summarises your month of usage back to you, alongside settings for what you want to focus on.

A monthly recap arrived in beta, together with focus settings. It reflects your own usage back at you.

Beta means it is still being tried out and may change. Most readers will get on perfectly well without ever opening it.

Anthropic's release note

usagebeta
Platform

Cowork sessions started following you to web and mobile

Sessions in the Cowork tab became reachable from a web browser and from a phone, rather than only from the desktop computer that started them.

Cowork is a separate tab in the Claude app from the Code tab this site covers. Its sessions became available on the web and on mobile, so one is no longer tied to the machine it began on.

If you spend your time in the Code tab, nothing about your day changes here.

Anthropic's release note

cowork
Platform matters to you

The Microsoft 365 connector learned to write, not just read

Claude can now draft and send email, manage your calendar and save files into OneDrive and SharePoint, where before it could only read what was already there.

Until this change, connecting Microsoft 365 let Claude look at your mail, calendar and files. It can now act on them: drafting and sending email, managing calendar entries, and writing files into OneDrive and SharePoint. For analysts and operations work, that removes a lot of copying between windows.

The obvious caution follows from the same sentence. Writing means it can act, and an action in a live mailbox is harder to take back than a bad summary, so read what a connector is permitted to do before you attach it to a real account.

Anthropic's release note

microsoft 365connectors
Desktop app matters to you

A browser opened inside the Desktop app

The Desktop app gained a real browser pane, so Claude can open a page or a running app, see what is actually on screen, and work against it.

The Desktop app now has a working browser built into it. Claude can point it at an external website or at something you are running on your own machine, look at what is rendered there, and adjust based on what it sees.

The word that matters is see. Before this, describing a page to Claude was your job; now it can check the result itself and go round again.

Anthropic's release note

browserpreview
Desktop app matters to you

/doctor turned into a full setup checkup

The /doctor command grew into a proper diagnostic that inspects a broken or half-finished installation and tells you in plain terms what needs fixing.

/doctor became a complete checkup of your setup. Run it and it looks over the installation, finds the part that is missing or misconfigured, and says what to do about it.

This is one of the more useful things here for anyone new. The hardest moment with a new tool is the one where it simply does not work and nothing explains why, and this is aimed squarely at that moment.

Anthropic's release note

troubleshooting
Platform matters to you

Administrators can limit which models an organisation uses

Whoever administers your organisation's Claude account gained the ability to decide which models the people in it are allowed to select.

Administrators can now restrict the set of models available to their organisation.

This is worth knowing even if you never touch an admin screen, because it explains something otherwise puzzling: if your model dropdown is shorter than the one a friend has at another company, that is usually a decision someone made for your account, not a fault on your machine.

Anthropic's release note

adminmodels
Models claude-fable-5 matters to you

Claude Fable 5 came back

Access to Claude Fable 5 was restored after a three-week suspension that began on 12 June 2026, and Anthropic published a statement about the redeployment.

Claude Fable 5 became available again on 1 July 2026. It had been suspended since 12 June, three weeks earlier. Anthropic set out its reasoning for redeploying the model in a published statement.

The suspension itself is covered in its own entry, dated 12 June 2026.

Anthropic's release note

fableavailability
Models claude-sonnet-5 matters to you

Claude Sonnet 5 launched and became the default

Sonnet 5 arrived with a one-million-token context window and took over as the default model in Claude Code, with nothing for you to switch on.

Claude Sonnet 5 launched and immediately became the default model in Claude Code. If you did not change your model setting, you were simply working with the newer one — the engine behind the app got better and there was nothing to do about it.

It carries a context window of a million tokens, meaning it can hold a great deal of material in mind at once. Priced at $2 per million tokens in and $10 per million out, which is a number for people billed by the API rather than for anyone on a subscription.

Anthropic's release note

sonnetmodels
Platform matters to you

Claude in Chrome reached general availability

Claude in Chrome left its testing phase and became generally available, meaning it is now a finished product rather than a preview.

Claude in Chrome became generally available. “General availability” is the point at which something stops being a trial and is treated as finished and supported.

Anthropic's release note

chromebrowser
Desktop app matters to you

Claude Desktop arrived on Linux in beta

The Desktop app became installable on Ubuntu and Debian in beta, giving Linux readers a graphical option where previously only the terminal was available.

Claude Desktop came to Linux in beta, installable on Ubuntu and Debian through apt or a .deb package.

This one matters here more than most. Until now the Desktop app ran only on macOS and Windows, which is the whole reason readers on Linux were pointed at the terminal instead. Linux readers now have a graphical option too. It is in beta, so expect rough edges and expect it to change.

Anthropic's release note

linuxbeta
Desktop app

Trusted Devices added an approval step for remote sessions

Remote sessions gained a Trusted Devices check, so a device has to be approved before it is allowed to drive a session on your machine.

Anthropic added Trusted Devices to remote sessions — an approval step that a device has to pass before it can drive a session running on your computer. A remote session is one you start from somewhere other than the machine doing the work.

Most readers will never see this. It only appears if you drive your own machine from another device, and even then it is a one-time approval rather than something you manage day to day.

Anthropic's release note

securityremote
Platform matters to you

Tagging Claude in a Slack thread hands it the task

Claude can be given a job by tagging it inside a Slack thread, and it picks up the context of that thread rather than starting from nothing.

If a piece of work is already being discussed in Slack, you can hand it to Claude by tagging it in the thread. It works from that thread’s context, so you do not have to re-explain what the conversation was about.

This is useful when the request and the background are already written down by colleagues — the ask stays where the discussion happened.

Anthropic's release note

slack
Desktop app matters to you

Rewind can now reach back past a cleared conversation

Clearing a conversation stopped being permanent, because rewind can now resume from a point before the clear rather than treating it as a fresh start.

Wiping a conversation used to be a one-way door. After this change, /rewind — the command that steps a session back to an earlier point — can resume from before a /clear, so a conversation you cleared by mistake is recoverable.

That matters if you are still finding your footing, because clearing is one of the easiest things to do by accident. Undoing is the safety net the whole Start path leans on.

Anthropic's release note

undorewind
Desktop app matters to you

Session output can be published as a shareable Artifact page

What a session produces can be published as an Artifact — a live page with a link that a colleague can open without installing anything first.

Output from a session can be published as an Artifact: a live page with its own link. The person you send it to just opens the link — nothing to install, no account setup, no copy-pasting the result into an email.

For anyone whose work ends in showing something to someone else, this is the shortest path from a finished result to a colleague looking at it.

Anthropic's release note

artifactssharing
Models matters to you

Claude Sonnet 4 and Claude Opus 4 were retired

Two older models, Claude Sonnet 4 and Claude Opus 4, were retired and are no longer available to use.

Anthropic retired Claude Sonnet 4 and Claude Opus 4. Retiring a model means it stops being available; the names drop out of circulation and newer models carry the work.

There is nothing to do about it. If either of those names is familiar to you from an older article or an internal note, it is out of date.

Anthropic's release note

retirement
Desktop app matters to you

Claude's drafts became editable in place

A draft Claude produced can be edited directly where it sits, so small corrections no longer require asking Claude to rewrite the whole thing.

Small fixes to a draft used to mean writing another request and hoping the rest survived intact. Now you can edit the draft in place — change the wording you disagree with and leave everything else alone.

For writing-heavy work, this is the difference between a tool that gives you a starting point and one you can actually finish a document in.

Anthropic's release note

editingdrafts
Models claude-fable-5 matters to you

Access to Claude Fable 5 was suspended

Anthropic suspended access to Claude Fable 5 three days after the model launched, and access was restored on 1 July 2026.

Three days after Claude Fable 5 launched, Anthropic suspended access to it. Access was restored on 1 July 2026.

Anthropic's release note

fableavailability
Models claude-fable-5 matters to you

Claude Fable 5 launched as Anthropic's most capable widely released model

Anthropic released Claude Fable 5, its most capable widely released model at the time, with a one-million-token context window and always-on adaptive thinking.

Claude Fable 5 arrived as Anthropic’s most capable widely released model. It carries a one-million-token context window — roughly, how much text it can hold in mind at once — and adaptive thinking is always on, meaning the model decides for itself how long to think about a request rather than waiting to be told.

Pricing was $10 per million tokens in and $50 per million out, which is a number for people paying by API rather than for anyone using a Desktop subscription.

Anthropic's release note

fablemodels
Command line --safe-mode

A safe-mode flag arrived for the command line

The command-line version of Claude Code gained a --safe-mode flag, an option typed when starting a session in the terminal.

A --safe-mode flag was added to the command line. A flag is an option you type after the command when starting a session in the terminal.

If you use the Desktop app, there is nothing here for you — this one lives entirely in the terminal.

Anthropic's release note

permissionscli
Models claude-opus-4-8 matters to you

Claude Opus 4.8 launched

Anthropic released Claude Opus 4.8, and Claude Code users on the Max plan were switched to fast mode on it by default.

Claude Opus 4.8 was released. Anyone on the Max plan using Claude Code was defaulted to fast mode on it.

For most readers this was a quiet change: the model behind the app improved, and there was nothing to switch on.

Anthropic's release note

opusmodels
Desktop app

Dynamic workflows brought multi-step plans to the app

Dynamic workflows arrived — multi-step plans that Claude works through on its own, rather than one instruction at a time.

Anthropic shipped dynamic workflows: multi-step plans that Claude carries out across several stages instead of handling a single instruction and stopping.

The idea is understandable enough, but this sits at the advanced end. It is not something you need in order to get useful work done in the app.

Anthropic's release note

agentsworkflows
Desktop app matters to you

Auto mode became available on the Pro plan

Auto mode stopped being limited to the Max plan and became available to anyone on Pro.

Auto mode had been a Max-only feature. From this date it was available on the Pro plan too.

If you are on Pro and had read about auto mode without being able to find it, this is when it appeared for you.

Anthropic's release note

permissionsauto modepro
Desktop app matters to you

Usage now shows what is driving your limits

A usage view was added that shows what is actually consuming your plan's limits, instead of leaving you to guess after you run out.

/usage shows what is actually driving your usage limits — the allowance your plan gives you over a set window of time.

It answers the question almost every new reader asks eventually: why did I run out? Rather than guessing, you can look.

Anthropic's release note

usage limits
Desktop app matters to you

Agent view put every running session on one screen

Claude Desktop gained Agent view, a single screen that lists every session you currently have running, so parallel work is visible in one place.

If you have asked Claude to do more than one thing at a time, keeping track of which of those sessions is still going used to be your job. Agent view gathers them into a single screen, so you can see at a glance everything that is currently running.

Anthropic's release note

sessions
Desktop app

A /goal command that runs until a condition holds

Anthropic added /goal, which keeps Claude working until a condition you have stated is true. Most people using the Desktop app will never reach for it.

Instead of describing a task and waiting for it to finish, you state a condition with /goal and Claude keeps working until that condition holds. This is a specialised way of working, and the ordinary way of asking Claude for things is unchanged.

Anthropic's release note

agents
Models claude-3-haiku

Claude Haiku 3 was retired

Anthropic retired Claude Haiku 3. It is an old model that most people reading this will never have chosen, so there is nothing to do.

Retiring a model means it stops being available to run. A retirement only reaches you if that model was your saved choice, and claude-3-haiku is listed here so the record stays complete rather than because it affects your day.

Anthropic's release note

retirementhaiku
Command line

Automatic session recaps in the terminal

Terminal sessions started producing recaps of what happened without being asked. This is a command-line change, so readers who stay in the Desktop app will not see it.

For anyone who works in the terminal — the optional Power Track rather than the front door — Claude now writes a recap of a session by itself. Nothing about the Desktop app changed.

Anthropic's release note

sessions
Platform

Claude Design launched out of Anthropic Labs

Anthropic Labs released a product called Claude Design. It sits outside the Desktop app this site covers, and nothing about your own setup changed.

The release note records the launch and little else. It is logged here for completeness, not because it changes how you work in Claude Code Desktop.

Anthropic's release note

labsdesign
Models claude-opus-4-7 matters to you

Claude Opus 4.7 launched with a new tokenizer and sharper image input

Claude Opus 4.7 arrived with high-resolution image input and a new tokenizer that counts roughly 30% more tokens for exactly the same text.

For most people the takeaway is the usual one: the model behind the app got better and there is nothing for you to do. Images are now read at higher resolution, so screenshots and photos come through in more detail.

The one wrinkle worth knowing is the tokenizer — the thing that chops your text into the units Claude counts. claude-opus-4-7 counts about 30% more of those units for the same words, which means usage numbers from before and after the change are not comparable with each other.

Anthropic's release note

opusmodels
Platform matters to you

Your phone can tell you when Claude needs a decision

Push notifications arrived on mobile, so when a long-running task reaches a point where Claude needs your input, your phone tells you instead of you watching.

A long job used to mean sitting there, because Claude would pause for a decision and there was no way to know unless you were looking at the screen. With push notifications, you can start something, walk away, and get a nudge on your phone at the moment it needs you.

Anthropic's release note

mobilenotifications
Desktop app matters to you

Cowork reached general availability on macOS and Windows

Cowork, the Desktop app's tab for work that runs in the background on its own, stopped being a preview and became generally available on macOS and Windows.

Cowork is a different tab from Code, which is the one this site teaches. Where Code is a conversation you steer as it goes, Cowork is for handing a task over and letting it run by itself in the background.

General availability just means it is no longer an experiment: on macOS and Windows it is a normal part of the app.

Anthropic's release note

cowork
Platform

Role-based access controls arrived for Enterprise

Enterprise organisations gained role-based access controls, which let an administrator decide what each person is allowed to do. It is not a setting you turn on yourself.

If your company is on an Enterprise plan, this is the machinery behind who can do what. For everyone else it changes nothing at all.

Anthropic's release note

enterpriseadmin
Desktop app matters to you

Anthropic put its own guided walkthroughs in the app with /powerup

A /powerup command brought short interactive walkthroughs into the product itself, so some of the ground this site covers is now taught by Anthropic in place.

Typing /powerup opens a hands-on introduction built and shipped by Anthropic inside the app. Worth saying plainly: Anthropic now explains some of this material in-product, and there is no reason not to use both that and this site.

Anthropic's release note

onboarding
Desktop app

Computer use opened as a research preview

Pro and Max subscribers got early access to computer use, where Claude operates a screen directly. It was a research preview, so most people never saw it.

Computer use means Claude driving a computer the way a person does — pointing and clicking at what is on screen, rather than only producing text. At this stage it was an early preview available to Pro and Max subscribers.

Anthropic's release note

computer usepreview
Platform

Interactive apps came to iOS and Android

Interactive apps became available in the Claude mobile apps on iOS and Android. The release note records the change itself and little more.

This is a change to Claude on a phone rather than to Claude on a desktop. Nothing about the way you work in Claude Code Desktop is affected by it.

Anthropic's release note

mobile
Desktop app matters to you

Auto mode was introduced

Auto mode arrived as a hands-off permission setting, in which Claude carries on with the work instead of stopping to ask you before each step.

Until this point, Claude paused and asked for your approval before each step it took. Auto mode was the alternative: you hand over the wheel and it keeps going without checking in every time.

It was an option you chose here, not the way things worked out of the box. That came later — this is where the change of 3 August 2026, which made auto mode the default for everyone, starts.

Anthropic's release note

permissionsauto mode
Desktop app

Computer use became built in

Computer use — Claude operating a computer by looking at the screen and moving the pointer itself — stopped being a bolt-on and became part of the product.

Computer use is the mode where Claude works a computer the way a person does, by looking at what is on screen and moving the pointer, rather than by editing files. In March it stopped being something assembled separately and became built in.

Most readers here will never turn it on, and nothing about the way you already work changed on this date. It is recorded because it is the point where the capability moved into the product proper.

Anthropic's release note

computer use
Desktop app matters to you

Charts and diagrams, made for you

Claude gained the ability to create charts and diagrams, so a question about your numbers or your process can come back as a picture instead of a paragraph.

This is one of the most directly useful changes on this page if your job involves numbers or explaining how something works. Ask about your figures and you can get a chart back; ask how a process fits together and you can get a diagram. You no longer have to take Claude’s written answer and rebuild it by hand in a spreadsheet or a drawing tool before anyone else can look at it.

For an analyst, that is the gap between an answer and something you can put in front of a manager. For marketing or ops, it is the same gap between a description of a funnel or a handover and a picture of one.

Anthropic's release note

chartsanalysis
Platform matters to you

Excel and PowerPoint stopped forgetting each other

The Excel and PowerPoint add-ins began sharing conversation context, so a thread you start in one of them carries over into the other.

An add-in is Claude running inside the Office app itself rather than in a separate window. Until this date the Excel add-in and the PowerPoint add-in were two strangers: whatever you worked through in the spreadsheet had to be explained again from scratch when you opened the deck.

That is the part that changed. Work through your numbers in Excel, move to PowerPoint, and the same conversation is still there — the caveats you agreed on, the figures you decided to use, the framing you settled on. For anyone whose week is analysis on Monday and a deck on Wednesday, it removes the most tedious repetition in the whole routine.

Anthropic's release note

excelpowerpointadd-ins
Platform matters to you

Memory opened up to everyone

Memory, which lets Claude keep useful details about you between conversations, became available to all users rather than only to people on a paid plan.

Memory is the feature that lets Claude hold on to things about you from one conversation to the next, instead of meeting you fresh every time. From this date it was available to all users, including the free tier.

If you are not paying for anything, this is probably the most noticeable change on the whole page for you.

Anthropic's release note

memory
Desktop app matters to you

Cowork learned to work to a timetable

Scheduled tasks arrived in Cowork, so a piece of work can run on a timetable you set instead of only when you sit down and ask for it.

Cowork is a separate tab in the Desktop app from the Code tab this site is mostly about. Before this change, work in it started when you started it. After it, you can put something on a timetable and it runs on schedule.

The obvious use is anything you currently do because it is Monday, or because it is the end of the month — the recurring chore rather than the one-off question.

Anthropic's release note

coworkscheduling
Desktop app

A marketplace for plugins, with an admin switch

A plugin marketplace opened, along with controls that let an organisation's administrators decide which plugins can be installed.

Plugins are optional add-ons that extend what Claude can do. This change gave them a place to be browsed and installed from, and gave administrators a say over what their organisation is allowed to install.

Most readers will never open it, and if you work somewhere with an IT department the second half of this is the part that affects you: the list you see may be shorter than the full one.

Anthropic's release note

pluginsadmin
Models

Sonnet 3.7 and Haiku 3.5 were retired

Two older models, Claude Sonnet 3.7 and Claude Haiku 3.5, were retired and are no longer available to use.

Both of these were older generations that had already been superseded by the time they were withdrawn. Retiring a model means it stops being available for new work.

If you have never gone looking in the model list, you will not have noticed this at all.

Anthropic's release note

retirement
Models claude-sonnet-4-6 matters to you

Sonnet 4.6 arrived with a much bigger memory for one conversation

Claude Sonnet 4.6 launched, with a one-million-token context window in beta — far more material held in a single conversation than before.

The context window is how much Claude can hold in mind at once within a single conversation — your documents, the back-and-forth, everything. Sonnet 4.6 shipped with a one-million-token window, offered in beta.

As with every model release, there was nothing for you to do. The model underneath the app improved, and long pieces of work got less likely to run out of room.

Anthropic's release note

sonnetmodelscontext
Platform

Enterprise became self-serve to buy

Organisations gained the ability to purchase the Enterprise plan themselves, without having to go through a sales conversation first.

This is a purchasing change, not a product one. Nothing about how Claude behaves was altered by it.

Unless you are the person who signs off on your company’s software spending, you will never notice this.

Anthropic's release note

enterprise
Models claude-opus-4-6 matters to you

Opus 4.6 started deciding how long to think

Claude Opus 4.6 launched and introduced adaptive thinking, where the model judges for itself how long to spend on a problem instead of being told.

Thinking is the extra working-out a model does before it answers. Up to this point, how much of it happened was something you set. Opus 4.6 introduced adaptive thinking, where the model makes that call itself — more on a hard question, less on an easy one.

For you, that means one fewer setting to understand and get wrong. The model behind the app got better; there was nothing to install and nothing to switch on.

Anthropic's release note

opusmodelsthinking
Platform matters to you

Claude arrived inside PowerPoint

A Claude for PowerPoint add-in shipped, putting Claude inside the presentation app itself rather than in a separate window you copy things across from.

An add-in runs inside the Office app you already have open. So for deck work, this is the difference between describing your slides to Claude somewhere else and having it there in the file with you.

If building presentations is a regular part of your week, this is the entry on the page worth acting on.

Anthropic's release note

powerpointadd-ins
Platform

Team standard seats began including Claude Code

Claude Code was folded into the standard seat on the Team plan, rather than being something an organisation had to add on separately.

This changed what a Team seat comes with, not what Claude does. Nothing in the app looked or behaved differently the next morning.

The one way it might reach you: if your company is on Team, it is the reason you may already have access without anyone having bought you anything extra.

Anthropic's release note

teamplans
Desktop app matters to you

Cowork came to the Pro plan

Cowork became available to Pro subscribers in Claude Desktop on macOS, having previously been limited to the more expensive plan.

Cowork is a tab in the Desktop app, separate from the Code tab this site concentrates on. From this date it was open to people on Pro, on macOS.

Worth knowing if you have a Pro subscription and had assumed the tab was not for you.

Anthropic's release note

coworkpro
Models matters to you

Opus 4 and Opus 4.1 left the model dropdown

Claude Opus 4 and Opus 4.1 were removed from the model selector, so the two names stopped appearing in the list you pick from.

Two older models, Claude Opus 4 and Claude Opus 4.1, were taken out of the model selector — the dropdown where you choose which Claude you are talking to. They simply stopped being on the list.

This is what a model retirement actually looks like from the reader’s side. Nothing breaks and nothing needs fixing; a name you may have recognised is no longer offered, and you pick from the current ones instead.

Anthropic's release note

modelsselector
Desktop app matters to you

Cowork appeared as a research preview

Cowork launched as a research preview inside Claude Desktop on macOS, available to Max subscribers only. This was Cowork's starting point.

Cowork turned up for the first time here, as a research preview — an early, deliberately limited release — inside Claude Desktop on macOS. Only Max subscribers could open it, and only on a Mac.

This is where Cowork begins. Everything later in this log about Cowork on other plans, on Windows, or on the web traces back to this date.

Anthropic's release note

coworkpreview
Platform

Health and fitness data analysis on mobile in the US

Claude's mobile apps gained the ability to analyse health and fitness data, available to people in the United States only.

The Claude mobile apps can analyse health and fitness data. It was released for the United States only.

If you are reading this from the Gulf, or on a laptop rather than a phone, it will not show up for you. It also has nothing to do with the Desktop app this site covers.

Anthropic's release note

mobilehealth

2025

Platform matters to you

Claude in Chrome opened to every paid plan

The Claude in Chrome browser extension moved from a narrow trial to a beta that anyone on a paid plan could use.

Claude in Chrome — Claude working inside the browser rather than in its own window — became available to everyone on a paid plan, still labelled beta.

Beta here means released but expected to have rough edges. It is a separate thing from the Desktop app, and using one does not require the other.

Anthropic's release note

chromebrowserbeta
Platform

Skill management across a whole organisation

Organisations gained central management of skills, alongside a directory of partners, both aimed at the people who administer an account.

Companies can manage skills — the reusable instruction sets Claude can be given — across the whole organisation from one place, and a partner directory was published alongside it.

Both of these live in the administrator’s world. If someone else set up your account, you will never open either screen.

Anthropic's release note

skillsadmin
Platform matters to you

Claude for Excel entered beta

Claude for Excel reached beta, working inside the spreadsheet itself and handling pivot tables among the things it can read and build.

Claude for Excel — Claude working inside a spreadsheet rather than in a separate window — went into beta, meaning it was released but still early. Pivot tables were included in what it could handle.

For analysts and finance work, this is the version of Claude that meets you where the numbers already are. Beta is worth taking at face value, so check its output the way you would check a colleague’s.

Anthropic's release note

exceladd-ins
Platform matters to you

Long conversations stopped falling off a cliff

Context compaction was introduced, so a long conversation now condenses its older turns instead of hitting a hard wall and losing them outright.

Every conversation has a limit on how much Claude can hold in mind at once. Before this change, a long chat would reach that limit and the earliest parts would simply drop away — which is why a session you had been working in all morning could suddenly seem to forget what you agreed at the start. It was baffling, and it was not you doing anything wrong.

Context compaction changed the behaviour. Instead of dropping older turns, Claude compacts them: it condenses what came earlier into a shorter form and keeps working from that. The conversation carries on rather than hitting a wall. Detail from the oldest part of a very long chat still gets thinner over time, so it is worth restating anything that really matters — but the abrupt amnesia is gone.

Anthropic's release note

contextlong conversations
Models claude-opus-4-5-20251101 matters to you

Claude Opus 4.5 launched

Anthropic released Claude Opus 4.5, adding another model to the Opus line that the apps and the model selector could draw on.

Claude Opus 4.5 was released. For anyone using the app rather than building on the API, a model launch means the engine underneath got newer, and there is nothing to install or switch on.

Its full model id is claude-opus-4-5-20251101, which is the sort of string you only ever need if you are calling Claude from code.

Anthropic's release note

opusmodels
Platform matters to you

Memory reached Max and Pro subscribers

Memory, which lets Claude carry things it has learned about you from one conversation into the next, arrived for people on the Max and Pro plans.

Memory became available to Max and Pro subscribers. It is the feature that lets Claude keep hold of things about you and your work between conversations, rather than starting from nothing each time.

At this point it was limited to those two paid plans. Later entries in this log widen that.

Anthropic's release note

memory
Models claude-haiku-4-5-20251001 matters to you

Claude Haiku 4.5, the fast one, launched

Claude Haiku 4.5 was released as the fastest model in the family, with a 200k token context window and the lowest price of the three lines.

Haiku is Anthropic’s fast, light line, and version 4.5 landed here. It holds up to 200,000 tokens of context — roughly, how much text it can keep in mind at once — and costs $1 per million tokens in and $5 out, which only matters if you pay per use through the API rather than by subscription.

This one aged well: it was still a current-generation model in August 2026, long after several newer Opus and Sonnet releases had come and gone.

Anthropic's release note

haikumodels
Platform matters to you

Claude started creating and editing files for paid plans

File creation and editing became available across every paid plan, so Claude could produce and change real documents rather than only answer in chat.

Up to this point Claude replied in the conversation and you copied the result somewhere useful. From here, everyone on a paid plan could have it create and edit files directly.

It is a small-sounding line with a large consequence: it is the difference between an assistant that describes a document and one that hands you the document.

Anthropic's release note

files
Models claude-sonnet-4-5-20250929 matters to you

Claude Sonnet 4.5 launched

Anthropic released Claude Sonnet 4.5, the next version of the Sonnet line that sits between the fast Haiku models and the heavier Opus ones.

Sonnet 4.5 was released. As with any model launch, the practical meaning for someone using the app is that the engine underneath improved and no action was needed.

claude-sonnet-4-5-20250929 is its formal id, used when Claude is called from code.

Anthropic's release note

sonnetmodels