1
00:00:00,000 --> 00:00:02,480
Brought to you by Jellypod AI.

2
00:00:02,672 --> 00:00:09,200
Okay, so, um, Claude Code version 2 point
1 point 232 just dropped,

3
00:00:09,260 --> 00:00:13,600
and subagent type fork is officially
turned on by default now.

4
00:00:13,702 --> 00:00:17,482
Wait, so, so when you spawn a child agent
now, it, it doesn't start from a blank

5
00:00:17,563 --> 00:00:18,102
slate anymore?

6
00:00:18,284 --> 00:00:18,764
Not at all.

7
00:00:19,384 --> 00:00:23,724
A subagent type fork subagent inherits the
full conversation transcript and prompt

8
00:00:23,824 --> 00:00:25,784
cache straight from the parent session.

9
00:00:26,505 --> 00:00:29,625
So a subagent inherits the full
conversation and prompt cache,

10
00:00:30,085 --> 00:00:34,484
meaning you don't re-pay prompt ingestion
costs and it instantly gets your repo

11
00:00:34,545 --> 00:00:35,125
context.

12
00:00:35,546 --> 00:00:36,667
That is massive.

13
00:00:37,506 --> 00:00:41,826
And interactively spawned subagents
execute in the background by default now,

14
00:00:41,926 --> 00:00:42,126
right?

15
00:00:42,667 --> 00:00:47,286
So your primary terminal prompt stays open
and responsive while the background agent

16
00:00:47,326 --> 00:00:48,246
does the heavy lifting.

17
00:00:48,738 --> 00:00:49,377
Exactly.

18
00:00:49,717 --> 00:00:54,677
Plus, if you want to target another active
session, you just type at session name in

19
00:00:54,717 --> 00:00:55,217
the prompt.

20
00:00:55,577 --> 00:00:59,798
It delivers messages directly using
SendMessage without manual reference

21
00:00:59,857 --> 00:01:04,937
confirmations, and it automatically adds a
name word word suffix so local session

22
00:01:04,978 --> 00:01:05,978
names don't collide.

23
00:01:06,141 --> 00:01:07,902
Huh, that is slick.

24
00:01:08,921 --> 00:01:13,641
Speaking of keeping stuff clean, they also
added secret redaction for GitLab token

25
00:01:13,741 --> 00:01:18,882
patterns, like glpat, gldt, glrt, and
gloas.

26
00:01:19,721 --> 00:01:24,201
They basically brought that gh style
credential path protection over to the glab CLI

27
00:01:24,281 --> 00:01:24,981
config store.

28
00:01:25,326 --> 00:01:27,986
Right, which is huge if you work with
GitLab secrets.

29
00:01:28,446 --> 00:01:30,706
And there are some great quality of life
fixes too.

30
00:01:31,127 --> 00:01:34,387
Pasting clipboard images doesn't freeze
the terminal event loop anymore,

31
00:01:34,886 --> 00:01:39,646
slash code review at high or max effort
runs asynchronously in background agents,

32
00:01:40,106 --> 00:01:44,167
and slash plugin install refreshes
marketplace indices automatically before

33
00:01:44,246 --> 00:01:44,726
downloading.

34
00:01:44,949 --> 00:01:48,750
Yeah, look, I actually ran into a bit of a
gotcha with this earlier today when I was

35
00:01:48,769 --> 00:01:50,649
working on a multi repo refactor.

36
00:01:51,369 --> 00:01:54,289
I, I spawned a fork from a main session
that was already sitting at,

37
00:01:54,329 --> 00:01:56,069
like, 500k tokens.

38
00:01:57,464 --> 00:01:59,524
Oh man, five hundred thousand tokens?

39
00:02:00,203 --> 00:02:00,722
Yeah, mate.

40
00:02:01,122 --> 00:02:04,822
Because forked subagents inherit that
complete parent transcript,

41
00:02:05,362 --> 00:02:10,782
every single child subagent was lugging
around that giant 500k history right from

42
00:02:10,822 --> 00:02:11,182
the jump.

43
00:02:11,590 --> 00:02:16,210
Right, so if your main session is super
bloated, every background fork you spawn

44
00:02:16,269 --> 00:02:18,329
inherits that whole massive overhead.

45
00:02:18,375 --> 00:02:19,015
Spot on.

46
00:02:19,202 --> 00:02:24,135
So the trick is to compact or prune your
main session transcript before you spin off

47
00:02:24,175 --> 00:02:25,655
those heavy subtasks.

48
00:02:25,783 --> 00:02:30,455
Once you keep the parent clean, the speed
and cache savings in version 2 point 1

49
00:02:30,482 --> 00:02:33,015
point 232 really shine through.

50
00:02:33,140 --> 00:02:37,119
Keep that parent transcript lean, let the
background subagents cook,

51
00:02:37,539 --> 00:02:39,079
and keep building.

52
00:02:39,139 --> 00:02:40,319
Good chatting!

