Files
vercel__chat/knip.json
josh c1cd9b5da1 feat(chat): add callbackUrl to buttons and modals (#454)
* 1

* wfw

* 4224

* dfe

* wip

* f

* 22

* tsts

* more

* ch

* dc

* t

* tm

* docs

* ex

* k

* cs

* lock

* test(chat): expand callbackUrl coverage

* docs: document callbackUrl handling for adapter authors

* docs: expand changeset for callbackUrl feature

* docs(skill): mention callbackUrl on Button and Modal

* feat(example): add modal callbackUrl workflow demo

* test(integration): add replay tests for callbackUrl flows

---------

Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
2026-05-08 17:26:18 +10:00

15 lines
332 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreBinaries": ["tsx"],
"ignoreDependencies": ["@biomejs/biome"],
"ignore": [
"apps/docs/**/*",
"examples/nextjs-chat/src/app/.well-known/workflow/**/*"
],
"rules": {
"duplicates": "off",
"types": "off",
"optionalPeerDependencies": "off"
}
}