Skip to content

Conversation

@evantahler
Copy link
Contributor

@evantahler evantahler commented Jan 30, 2026

Note

Low Risk
Low risk: mostly documentation/UI refactoring plus a small TypeScript env type import path tweak; main risk is incorrect guide links or mislabeled card types.

Overview
Introduces a reusable AgentFrameworkTabs component that renders the language tabs and framework/MCP client cards, replacing the inline tabs markup in get-started/agent-frameworks.

Updates the "Calling tools in your agent" quickstart to show these framework links in Next Steps (and renames the section to Full Example Code), making it easier to jump from the quickstart to framework-specific guides.

Adjusts next-env.d.ts to reference ./.next/dev/types/routes.d.ts instead of the previous routes types path.

Written by Cursor Bugbot for commit 5a1dcd5. This will update automatically on new commits. Configure here.

@evantahler evantahler requested a review from vfanelle January 30, 2026 01:46
@vercel
Copy link

vercel bot commented Jan 30, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jan 30, 2026 1:55am

Request Review

@evantahler evantahler marked this pull request as ready for review January 30, 2026 01:46
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Style Review

Found 1 style suggestion(s).

Powered by Vale + Claude

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";
Copy link

Choose a reason for hiding this comment

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

Auto-generated file accidentally modified with dev path

Medium Severity

The next-env.d.ts file contains a comment stating it "should not be edited," yet the import path was changed from .next/types/routes.d.ts to .next/dev/types/routes.d.ts. The dev in the path suggests this was auto-generated when running next dev and accidentally committed. This may cause TypeScript errors in CI/CD or production builds if those environments generate type files in .next/types/ rather than .next/dev/types/.

Fix in Cursor Fix in Web

Copy link
Contributor

@vfanelle vfanelle left a comment

Choose a reason for hiding this comment

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

Added pretty agent framework buttons at the end of the Calling tools in your agent with Arcade QuickStart

@vfanelle vfanelle merged commit b85d9e5 into main Jan 30, 2026
8 checks passed
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