The whole hunk
from line 3, old and new numbered
/
lines
from line 3
33> Claude Opus 4.7 with the new xhigh effort level, Routines on Claude Code on the web, mobile push notifications that ping your phone when Claude needs you, a /usage breakdown that shows what's driving your limits, and native binaries replacing the bundled JavaScript.
44
55<div className="digest-meta">
6 <span>Releases <a href="/docs/docs/en/changelog#2-1-105">v2.1.105 → v2.1.113</a></span>
6 <span>Releases <a href="/docs/en/changelog#2-1-105">v2.1.105 → v2.1.113</a></span>
77 <span>5 features · April 13–17</span>
88</div>
99
from line 22
2222 > /effort xhigh
2323 ```
2424
25 <a className="digest-feature-link" href="/docs/docs/en/model-config#adjust-effort-level">Model config: effort levels</a>
25 <a className="digest-feature-link" href="/docs/en/model-config#adjust-effort-level">Model config: effort levels</a>
2626</div>
2727
2828<div className="digest-feature">
from line 43
4343 > /schedule daily PR review at 9am
4444 ```
4545
46 <a className="digest-feature-link" href="/docs/docs/en/routines">Routines guide</a>
46 <a className="digest-feature-link" href="/docs/en/routines">Routines guide</a>
4747</div>
4848
4949<div className="digest-feature">
from line 64
6464 > /usage
6565 ```
6666
67 <a className="digest-feature-link" href="/docs/docs/en/commands">Commands reference</a>
67 <a className="digest-feature-link" href="/docs/en/commands">Commands reference</a>
6868</div>
6969
7070<div className="digest-feature">
from line 73
7373 <span className="digest-feature-pill">mobile</span>
7474 </div>
7575
76 <p className="digest-feature-lede">With <a href="/docs/docs/en/remote-control">Remote Control</a> connected, Claude can send a push notification to your phone when a long task finishes or it needs a decision to keep going. Turn it on with "Push when Claude decides" in <code>/config</code>, or ask for one in your prompt. Useful when you kick off a long agent run and want to step away from the terminal.</p>
76 <p className="digest-feature-lede">With <a href="/docs/en/remote-control">Remote Control</a> connected, Claude can send a push notification to your phone when a long task finishes or it needs a decision to keep going. Turn it on with "Push when Claude decides" in <code>/config</code>, or ask for one in your prompt. Useful when you kick off a long agent run and want to step away from the terminal.</p>
7777
7878 <Frame>
7979 <video autoPlay muted loop playsInline className="w-full" src="https://mintcdn.com/claude-code/uII1TETOZxBUZ3lB/images/whats-new/push-notifications.mp4?fit=max&auto=format&n=uII1TETOZxBUZ3lB&q=85&s=c91a967139596500cbdb581a53822ac1" data-path="images/whats-new/push-notifications.mp4" />
from line 85
8585 > notify me when the tests pass
8686 ```
8787
88 <a className="digest-feature-link" href="/docs/docs/en/remote-control#mobile-push-notifications">Remote Control: mobile push notifications</a>
88 <a className="digest-feature-link" href="/docs/en/remote-control#mobile-push-notifications">Remote Control: mobile push notifications</a>
8989</div>
9090
9191<div className="digest-feature">
from line 103
103103 claude --version
104104 ```
105105
106 <a className="digest-feature-link" href="/docs/docs/en/setup">Setup guide</a>
106 <a className="digest-feature-link" href="/docs/en/setup">Setup guide</a>
107107</div>
108108
109109<div className="digest-wins">
from line 110
110110 <p className="digest-wins-title">Other wins</p>
111111
112112 <div className="digest-wins-grid">
113 <div>New <a href="/docs/docs/en/ultrareview"><code>/ultrareview</code></a>: comprehensive code review in the cloud using parallel multi-agent analysis and an adversarial critique pass. Run it bare to review your current branch, or <code>/ultrareview \<PR#></code> for a specific PR</div>
114 <div><a href="/docs/docs/en/permission-modes#eliminate-prompts-with-auto-mode">Auto mode</a> is now available for Max subscribers on Opus 4.7, and the <code>--enable-auto-mode</code> flag is no longer required</div>
115 <div><a href="/docs/docs/en/interactive-mode#session-recap">Session recap</a> shows a one-line summary of what happened while you were away; run <code>/recap</code> on demand or turn it off from <code>/config</code></div>
113 <div>New <a href="/docs/en/ultrareview"><code>/ultrareview</code></a>: comprehensive code review in the cloud using parallel multi-agent analysis and an adversarial critique pass. Run it bare to review your current branch, or <code>/ultrareview \<PR#></code> for a specific PR</div>
114 <div><a href="/docs/en/permission-modes#eliminate-prompts-with-auto-mode">Auto mode</a> is now available for Max subscribers on Opus 4.7, and the <code>--enable-auto-mode</code> flag is no longer required</div>
115 <div><a href="/docs/en/interactive-mode#session-recap">Session recap</a> shows a one-line summary of what happened while you were away; run <code>/recap</code> on demand or turn it off from <code>/config</code></div>
116116 <div>New <code>/tui</code> command and <code>tui</code> setting switch between classic and flicker-free rendering mid-conversation; focus view moved from <code>Ctrl+O</code> to its own <code>/focus</code> command</div>
117117 <div>Plugins can ship background watchers via a top-level <code>monitors</code> manifest key that auto-arms at session start or on skill invoke</div>
118118 <div>"Auto (match terminal)" option in <code>/theme</code> follows your terminal's dark/light mode</div>