dependabot[bot]
c2baace95a
Bump changesets/action from 1 to 2
...
Bumps [changesets/action](https://github.com/changesets/action ) from 1 to 2.
- [Release notes](https://github.com/changesets/action/releases )
- [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/changesets/action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: changesets/action
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-01 09:24:41 +00:00
Casey Gowrie
6a9d5b1822
Add question component for choices and freeform responses ( #479 )
...
* feat: add question component
* docs: expand question examples
2026-08-21 10:44:34 -04:00
Boris Besemer
0c1f5e8c75
fix(skills): replace fake tokens with obvious placeholders ( #447 )
...
The fake tokens are hitting security scanning alerts, replacing them with obvious placeholders will prevent it while agents still know it's supposed to be a token
2026-07-09 10:17:32 +02:00
Steven
038f4f7a72
chore(docs): remove next images config ( #436 )
...
Removed remotePatterns configuration for images.
2026-05-27 15:53:52 -04:00
dependabot[bot]
55c4e9d4b4
Bump pnpm/action-setup from 4 to 6 ( #427 )
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 4 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-27 12:30:33 -04:00
Sebastian Bodza
f18f7bfe6b
Update confirmation.tsx ( #435 )
2026-05-27 12:18:19 -04:00
Rich Haines
9ab9c715d6
Add AI agent detection via @vercel/agent-readability ( #421 )
...
* Add @vercel/agent-readability dependency
* Add AI agent detection via @vercel/agent-readability
* Fix md-tracking types, add Vary header and discovery options
- Update TrackMdRequestParams to include 'agent-rewrite' requestType and detectionMethod
- Import DetectionMethod type from @vercel/agent-readability
- Include detectionMethod in tracking fetch body
- Add Vary: Accept header on agent-rewrite responses
- Add discovery options (sitemapUrl, indexUrl) to generateNotFoundMarkdown
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
* Update pnpm-lock.yaml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 14:23:35 +02:00
Rich Haines
e0b9cf5947
Send siteId as label on feedback GitHub issues ( #418 )
2026-04-01 14:36:46 +02:00
Fernando Rojo
66885cfee6
feat: remove v0 clone example from sidebar navigation ( #404 )
...
Delete v0.mdx file to auto-remove it from sidebar
Slack-Thread: https://vercel.slack.com/archives/C06S42QMC6M/p1774298811123679?thread_ts=1774298811.123679&cid=C06S42QMC6M
Co-authored-by: v0 <v0[bot]@users.noreply.github.com>
2026-03-23 16:53:45 -04:00
Hayden Bleasel
fdeb704817
Update route.ts
2026-03-16 11:07:08 -07:00
Hayden Bleasel
86d940af02
Update Geistdocs
2026-03-16 10:55:17 -07:00
streamdown-github-app[bot]
bc87126434
Version Packages ( #394 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ai-elements@1.9.0
2026-03-12 00:47:49 -07:00
Hayden Bleasel
4c6d2c6b7d
Resolves #396
2026-03-11 15:45:02 -07:00
Allen Zhou
ad919f4bfe
fix: add CSS for shiki dual theme support ( #397 )
2026-03-08 18:06:08 -07:00
ai-elements-bot[bot]
ec35aa311b
chore: regenerate skills
2026-03-07 21:01:32 +00:00
Marcelo
607bb6502e
Fix skill description, docs, and PromptInput usage across references ( #395 )
...
* Fix skill description, docs, and PromptInput usage across references
- Fix SKILL.md frontmatter description to describe user-facing use case
instead of internal library development
- Remove empty "Quick Start" section (header with no content)
- Remove extra consecutive blank lines throughout SKILL.md
- Add package runner note (npx/pnpm dlx/bunx) after install description
- Fix troubleshooting sub-headings from ## to ### (were same level as parent)
- Fix trailing colon to period in theme switching troubleshooting section
- Fix wrong `Input` import to `PromptInput` in 6 skill references and
6 docs pages (conversation, message, suggestion, sources, image,
web-preview) — `Input` export does not exist, likely leftover from rename
- Fix wrong `onSubmit` handler signature in 7 skill references and 7 docs
pages — `PromptInput.onSubmit` passes `(message: PromptInputMessage)`
as the first argument, not a `FormEvent`. Calling `e.preventDefault()`
on a PromptInputMessage object would crash at runtime
* fix: don't overwrite SKILL.md in generate-skills
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com >
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-07 13:01:06 -08:00
Hayden Bleasel
2551702959
Update docs
2026-03-06 14:27:58 -08:00
Hayden Bleasel
2ebd564fac
Resolves #391
2026-03-06 14:13:18 -08:00
Hayden Bleasel
9310a1d3a8
Resolves #369
2026-03-06 14:06:58 -08:00
Hayden Bleasel
652dd61584
Lint / format fixes
2026-03-06 13:59:05 -08:00
Hayden Bleasel
ed31a585ad
Resolves #378
2026-03-06 13:58:13 -08:00
Hayden Bleasel
c3e0b0c8b5
Resolves #380
2026-03-06 13:54:12 -08:00
Hayden Bleasel
91d351584e
Resolves #381
2026-03-06 13:47:37 -08:00
Hayden Bleasel
899f08950e
Resolves #386 , resolves #385
2026-03-06 13:35:29 -08:00
dependabot[bot]
a0b13d344d
Bump @types/node from 22.19.7 to 25.2.0 ( #363 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.19.7 to 25.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:30:13 -08:00
dependabot[bot]
8e168d285d
Bump next from 16.0.10 to 16.1.6 ( #364 )
...
Bumps [next](https://github.com/vercel/next.js ) from 16.0.10 to 16.1.6.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v16.0.10...v16.1.6 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.1.6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:28:48 -08:00
dependabot[bot]
666d242058
Bump turbo from 2.7.5-canary.13 to 2.8.3 ( #365 )
...
Bumps [turbo](https://github.com/vercel/turborepo ) from 2.7.5-canary.13 to 2.8.3.
- [Release notes](https://github.com/vercel/turborepo/releases )
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md )
- [Commits](https://github.com/vercel/turborepo/compare/v2.7.5-canary.13...v2.8.3 )
---
updated-dependencies:
- dependency-name: turbo
dependency-version: 2.8.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:25:05 -08:00
dependabot[bot]
5003504aef
Bump use-stick-to-bottom from 1.1.1 to 1.1.2 ( #361 )
...
Bumps [use-stick-to-bottom](https://github.com/stackblitz/use-stick-to-bottom ) from 1.1.1 to 1.1.2.
- [Changelog](https://github.com/stackblitz-labs/use-stick-to-bottom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stackblitz/use-stick-to-bottom/commits )
---
updated-dependencies:
- dependency-name: use-stick-to-bottom
dependency-version: 1.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:24:47 -08:00
dependabot[bot]
4bf35c8ecb
Bump lucide-react from 0.555.0 to 0.563.0 ( #359 )
...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ) from 0.555.0 to 0.563.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-version: 0.563.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:24:28 -08:00
dependabot[bot]
bdb2f14d9c
Bump @testing-library/react from 16.3.1 to 16.3.2 ( #358 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 16.3.1 to 16.3.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-version: 16.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:24:15 -08:00
ai-elements-bot[bot]
e978ac3477
chore: regenerate skills
2026-03-06 21:20:17 +00:00
Hayden Bleasel
1310612d30
Run linter/formatter
2026-03-06 13:19:49 -08:00
Hayden Bleasel
bda8071383
Fix unit tests
2026-03-06 12:54:59 -08:00
Hayden Bleasel
17b5b39780
Resolves #393
2026-03-06 12:24:28 -08:00
dependabot[bot]
4f381d0738
Bump ai from 6.0.68 to 6.0.69 ( #366 )
...
Bumps [ai](https://github.com/vercel/ai ) from 6.0.68 to 6.0.69.
- [Release notes](https://github.com/vercel/ai/releases )
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vercel/ai/compare/ai@6.0.68...ai@6.0.69 )
---
updated-dependencies:
- dependency-name: ai
dependency-version: 6.0.69
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 12:20:35 -08:00
Francisco Moretti
4f643f78cf
fix: enhance MessageResponse component to account for animation state changes ( #370 )
2026-03-06 12:16:43 -08:00
ai-elements-bot[bot]
ecedf11d29
chore: regenerate skills
2026-03-06 20:15:19 +00:00
ziyadev
58801e5574
feat(prompt-input): add screenshot action to the prompt input ( #382 )
...
* feat(prompt-input): add screenshot action with tests and docs
* fix: rename ScreenShoot to Screenshot, add own props type, fix quotes and formatting
- Fix typo: PromptInputActionAddScreenShoot → PromptInputActionAddScreenshot
- Add dedicated PromptInputActionAddScreenshotProps type
- Replace console.error with throw for unexpected errors
- Fix single quotes to double quotes for consistency
- Restore trailing comma on XIcon import
- Add missing blank line before comment block
- Add patch changeset
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:14:49 -08:00
Gregoire Mielle
d1bd5f8343
Remove invalid Shimmer fallback now that children text is required ( #388 )
...
* Remove invalid Shimmer fallback now that children text is required
* Remove unused Shimmer import, add changeset
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:12:48 -08:00
Ayodele Samuel Adebayo
80f91b5cab
Patch: update chatbot example ( #377 )
...
* Feat: update chatbot example doc to include missing sonner guide
* chore: undo formatting
2026-03-06 09:34:24 -08:00
Will Garman
ed8868d940
fix: correct "Edit this page on GitHub" links for components and examples ( #389 )
...
The EditSource component hardcoded `content/docs/` in the GitHub edit URL,
causing 404s for component and example pages whose content lives under
`content/components/` and `content/examples/` respectively.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 09:32:44 -08:00
Hayden Bleasel
10a5e65257
Update page.tsx
2026-02-12 11:51:14 -08:00
Hayden Bleasel
8a894a4113
Fix undefined
2026-02-12 11:39:42 -08:00
Hayden Bleasel
00541e8d4d
Update Geistdocs
2026-02-12 11:33:19 -08:00
Hayden Bleasel
5cb42a6215
Update source.config.ts
2026-02-11 18:21:59 -08:00
Hayden Bleasel
8c6957eead
Update source.ts
2026-02-11 18:20:11 -08:00
Hayden Bleasel
6f1bffa40c
Add md-metadata
2026-02-11 17:05:56 -08:00
Hayden Bleasel
99000811a6
Update Geistdocs
2026-02-11 09:37:51 -08:00
Hayden Bleasel
e2045329c8
Fix prompt-input implementation
2026-02-06 13:15:13 -08:00
Hayden Bleasel
9c7af72e53
Update vercel-ai-frontend.mdx
2026-02-06 13:11:16 -08:00