Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Overview changed

overview

Nearest release: v2.1.273, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+12added
Lines−12removed
From line 115 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits15to this page, all time

The whole hunk

from line 115, old and new numbered
/
lines
from line 115
115115 
116116 Start coding at [claude.ai/code](https://claude.ai/code).
117117 
118 [Get started on the web →](/docs/en/web-quickstart)
118 [Get started →](/docs/en/web-quickstart)
119119 </Tab>
120120 
121121 <Tab title="JetBrains">
from line 216
216216 
217217Beyond the [Terminal](/docs/en/quickstart), [VS Code](/docs/en/vs-code), [JetBrains](/docs/en/jetbrains), [Desktop](/docs/en/desktop), and [Web](/docs/en/claude-code-on-the-web) surfaces above, Claude Code integrates with CI/CD, chat, and browser workflows:
218218 
219| I want to... | Best option |
220| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
221| Continue a local session from my phone or another device | [Remote Control](/docs/en/remote-control) |
222| Push events from Telegram, Discord, iMessage, or my own webhooks into a session | [Channels](/docs/en/channels) |
223| Start a task locally, continue on mobile | [`claude --cloud`](/docs/en/claude-code-on-the-web#from-terminal-to-web), then the [Claude mobile app](/docs/en/mobile) |
224| Run Claude on a recurring schedule | [Routines](/docs/en/routines) or [Desktop scheduled tasks](/docs/en/desktop-scheduled-tasks) |
225| Automate PR reviews and issue triage | [GitHub Actions](/docs/en/github-actions) or [GitLab CI/CD](/docs/en/gitlab-ci-cd) |
226| Get automatic code review on every PR | [GitHub Code Review](/docs/en/code-review) |
227| Route bug reports from Slack to pull requests | [Slack](/docs/en/slack) |
228| Debug live web applications | [Chrome](/docs/en/chrome) |
229| Build custom agents for your own workflows | [Agent SDK](/docs/en/agent-sdk/overview) |
219| I want to... | Best option |
220| ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
221| Continue a local session from my phone or another device | [Remote Control](/docs/en/remote-control) |
222| Push events from Telegram, Discord, iMessage, or my own webhooks into a session | [Channels](/docs/en/channels) |
223| Start a task locally, continue on mobile | [`claude --cloud`](/docs/en/claude-code-on-the-web#from-terminal-to-cloud), then the [Claude mobile app](/docs/en/mobile) |
224| Run Claude on a recurring schedule | [Routines](/docs/en/routines) or [Desktop scheduled tasks](/docs/en/desktop-scheduled-tasks) |
225| Automate PR reviews and issue triage | [GitHub Actions](/docs/en/github-actions) or [GitLab CI/CD](/docs/en/gitlab-ci-cd) |
226| Get automatic code review on every PR | [GitHub Code Review](/docs/en/code-review) |
227| Route bug reports from Slack to pull requests | [Slack](/docs/en/slack) |
228| Debug live web applications | [Chrome](/docs/en/chrome) |
229| Build custom agents for your own workflows | [Agent SDK](/docs/en/agent-sdk/overview) |
230230 
231231## Next steps
232232 
Feedback