1
00:00:00,000 --> 00:00:03,440
If you've been running terminal commands
inside Claude Code...

2
00:00:03,472 --> 00:00:06,800
like, you know, just spinning up a quick
test with an exclamation mark...

3
00:00:06,834 --> 00:00:11,920
things just got a whole lot more agentic,
brought to you by Jellypod AI.

4
00:00:12,360 --> 00:00:15,920
I- I- I actually got caught out by this in
my backyard shed yesterday,

5
00:00:15,973 --> 00:00:16,320
James.

6
00:00:16,560 --> 00:00:20,720
I ran a basic build command, and instead
of just dumping the error and letting me

7
00:00:20,787 --> 00:00:23,200
think, Claude literally went...

8
00:00:23,248 --> 00:00:26,560
wait, hold on, that broke, let me dive in
and fix that for you.

9
00:00:26,800 --> 00:00:28,800
It just started looping on its own.

10
00:00:29,254 --> 00:00:32,635
Oh, wait, so it's not just a passive
terminal wrapper anymore.

11
00:00:32,768 --> 00:00:37,995
It's actually parsing the stderr from
your, say, !npm run build and automatically

12
00:00:38,060 --> 00:00:39,675
initiating a debugging loop?

13
00:00:40,295 --> 00:00:40,865
Exactly.

14
00:00:40,972 --> 00:00:44,065
It's the new 2.1.186 update.

15
00:00:44,278 --> 00:00:48,945
If you prepend a command with that
exclamation mark, Claude now treats the output as

16
00:00:49,065 --> 00:00:49,585
a prompt.

17
00:00:49,798 --> 00:00:52,865
If a test fails, it just...

18
00:00:52,918 --> 00:00:54,145
rolls up its sleeves.

19
00:00:54,292 --> 00:00:59,665
Which is cool, but, er, honestly,
sometimes you just want to run the test and think

20
00:00:59,705 --> 00:01:00,785
for yourself, right?

21
00:01:00,945 --> 00:01:05,425
You don't want the AI running off on a
tangent, spending your API tokens trying to

22
00:01:05,505 --> 00:01:07,345
fix a typo you already spotted.

23
00:01:07,976 --> 00:01:11,025
Right, you don't want to get stuck in a
token-burning loop because of a simple

24
00:01:11,105 --> 00:01:11,985
syntax error.

25
00:01:12,172 --> 00:01:13,665
So, how do we shut that off?

26
00:01:13,745 --> 00:01:15,105
Is there an opt-out config?

27
00:01:15,397 --> 00:01:16,957
Yeah, thank goodness there is.

28
00:01:17,067 --> 00:01:22,357
You can run /config
respondToBashCommands=false right in the session.

29
00:01:22,624 --> 00:01:28,277
Or, if you want it permanent, just throw
"respondToBashCommands": false into your

30
00:01:28,334 --> 00:01:29,877
global settings file.

31
00:01:30,010 --> 00:01:32,597
It stops the automatic loop dead in its
tracks.

32
00:01:33,030 --> 00:01:34,342
That's a huge relief.

33
00:01:34,622 --> 00:01:38,982
I mean, agentic workflows are great, but
predictability is king when you're in the

34
00:01:39,046 --> 00:01:39,382
flow.

35
00:01:39,526 --> 00:01:42,582
What about other quality-of-life updates
in this release?

36
00:01:42,862 --> 00:01:45,222
I saw something about filtering workflows.

37
00:01:45,517 --> 00:01:46,077
Oh, yeah.

38
00:01:46,264 --> 00:01:50,557
If you run /workflows to see what Claude
is actively chewing on,

39
00:01:50,597 --> 00:01:52,477
you can now just press the 'f' key.

40
00:01:52,664 --> 00:01:57,037
It lets you filter by status, so you're
not scrolling through a massive wall of

41
00:01:57,093 --> 00:02:01,357
completed steps just to find the one
active run that's currently hung up.

42
00:02:02,131 --> 00:02:05,820
Ah, so 'f' for filter, right there in the
interactive CLI.

43
00:02:05,964 --> 00:02:06,700
Nice.

44
00:02:06,860 --> 00:02:09,820
And didn't they do something with custom
tools as well?

45
00:02:09,932 --> 00:02:11,340
Like, how they're displayed?

46
00:02:11,625 --> 00:02:12,185
Spot on.

47
00:02:12,249 --> 00:02:14,345
They've overhauled the /plugin list.

48
00:02:14,398 --> 00:02:20,265
There is now a dedicated 'Skills' section
specifically for your custom user-defined

49
00:02:20,358 --> 00:02:20,905
tools.

50
00:02:21,065 --> 00:02:25,305
It makes it way easier to see exactly what
extra capabilities you've given Claude

51
00:02:25,419 --> 00:02:27,905
versus the built-in system stuff.

52
00:02:27,995 --> 00:02:28,665
And, oh!

53
00:02:28,785 --> 00:02:32,985
[exhales sharply] One more thing that was
driving me absolutely mental...

54
00:02:33,038 --> 00:02:34,345
terminal mouse clicks.

55
00:02:34,585 --> 00:02:39,785
If you hate Claude hijacking your terminal
cursor when you try to highlight text,

56
00:02:39,825 --> 00:02:45,705
you can now set
CLAUDE_CODE_DISABLE_MOUSE_CLICKS to true in your env.

57
00:02:45,758 --> 00:02:47,945
No more accidental cursor jumps when
you're just trying to copy-paste.

58
00:02:49,067 --> 00:02:53,298
Oh, man, that mouse click hijacking was
the bane of my existence.

59
00:02:53,426 --> 00:02:54,738
Glad they sorted that.

60
00:02:54,828 --> 00:02:57,618
Alright, I'm going to go update my global
config right now.

