Skip to content

Conversation

@MathurAditya724
Copy link
Member

No description provided.

@vercel
Copy link

vercel bot commented Dec 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
spotlightjs Skipped Skipped Dec 23, 2025 10:56am

if (Array.isArray(content)) {
return content
.filter(
(block): block is { type: string; text: string } => block.type === "text" && typeof block.text === "string",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are other types of blocks? Should we consider showing them too?

@BYK BYK merged commit a9773f2 into main Dec 23, 2025
20 checks passed
@BYK BYK deleted the adi/feat/ai-sdk-v2 branch December 23, 2025 23:15
@BYK BYK changed the title feat: added support for AI SDK v2 in AI Mode fix: added support for AI SDK v2 in AI Mode Dec 23, 2025
BYK pushed a commit that referenced this pull request Dec 23, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @spotlightjs/spotlight@4.9.0

### Minor Changes

- Add support for continuous profiling (Profiling V2)
([#1202](#1202))

- Add self-documenting CLI commands with per-command help support
([#1206](#1206))

Each CLI command now provides its own metadata (short description,
usage, detailed help, and examples). The main help output is generated
dynamically from this metadata, and users can get detailed help for
specific commands via `spotlight help <command>` or `spotlight <command>
--help`.

### Patch Changes

- Remove dead code
([#1214](#1214))

- Fix profile visualization issues in trace views:
([#1203](#1203))

- Update frame colors to use vibrant, high-contrast colors for better
visibility
    -   Add custom nanovis palette for Spotlight's dark theme
    -   Fix sunburst center text showing bytes instead of sample counts
    -   Fix treemap visibility with proper color contrast

- added support for AI SDK v2 in AI Mode
([#1216](#1216))

- updated the empty pages of traces and envelopes
([#1213](#1213))

- open external links in default browser
([#1212](#1212))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants