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| :----------------- | :------- | :--------------------------------------------------------------------------------------------------------