Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

All settings changed

settings-reference

Nearest release: v2.1.271, published under an hour 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.

Read
Lines+3added
Lines−5removed
From line 3,072 where the diff opens
First seen 21 Aug 2026 this site's first read of the page
Recorded edits77to this page, all time

The whole hunk

from line 3072, old and new numbered
/
lines

This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.

from line 3072
30723072 
30733073### `footerLinksRegexes`
30743074 
3075Render extra clickable badges in the footer below the input box when a regex matches turn output: tool results, including file contents and fetched pages, and Claude's own responses. Use it to turn IDs printed by project CLIs, such as review tools and issue trackers, into session links. Requires Claude Code v2.1.176 or later.
3075Render extra clickable badges in the footer below the input box when a regex matches turn output: tool results, including file contents and fetched pages, and Claude's own responses. Use it to turn IDs printed by project CLIs, such as review tools and issue trackers, into session links.
30763076 
30773077* **Scope**: [`User or managed`](#scopes)
30783078* **Type**: array of objects, each with `type` set to `"regex"`, a `pattern` regex, a `url` template, and an optional `label`; `{name}` placeholders in `url` and `label` are filled from named capture groups in `pattern`
from line 3093
30933093}
30943094```
30953095 
3096With this configured, when `PROJ-1234` appears in a tool result or in Claude's reply, a `PROJ-1234` badge appears in the footer linking to `https://issues.example.com/browse/PROJ-1234`. Requires Claude Code v2.1.176 or later.
3096With this configured, when `PROJ-1234` appears in a tool result or in Claude's reply, a `PROJ-1234` badge appears in the footer linking to `https://issues.example.com/browse/PROJ-1234`.
30973097 
30983098#### Badge constraints
30993099 
from line 3269
32693269Each `tips` entry is a plain string or an object with these fields:
32703270 
32713271| Field | Required | Description |
3272| :----------------- | :------- | :------------------------
3272| :----------------- | :------- | :--------------------------------------------------------------------------------------------------------