Skip to content

beta → main: design system docs, redirect fixes, version bump#90

Merged
Rohitjoshi9023 merged 8 commits intomainfrom
beta
Apr 22, 2026
Merged

beta → main: design system docs, redirect fixes, version bump#90
Rohitjoshi9023 merged 8 commits intomainfrom
beta

Conversation

@Sahil5963
Copy link
Copy Markdown
Contributor

Summary

  • Moved copilot-sdk-design-system static site into apps/docs/public/design-system/ (served at /design-system/)
  • Bumped @yourgpt/copilot-sdk version 2.5.1-beta.02.5.1-beta.1
  • Added 7 permanent redirects in next.config.mjs for broken legacy URLs:
    • /docs/smart-ai-context/docs/skills
    • /docs/ai-context/docs/skills
    • /docs/custom-tools/docs/tools/frontend-tools
    • /docs/streaming/docs/llm-sdk/stream-text
    • /docs/ai-response-control/docs/tools/agentic-loop
    • /docs/tool-approval/docs/tools/frontend-tools
    • /docs/tools/screenshot/docs/tools/built-in/screenshot
  • Fixed corresponding broken internal links across MDX content files

Test plan

  • Docs build passes locally (194 static pages, no errors)
  • Verify redirects resolve correctly on deployed site
  • Spot-check /design-system/ is accessible after deploy

🤖 Generated with Claude Code

Gourav-InfoTech and others added 8 commits April 15, 2026 17:41
#84)

- Introduced `allowToCopyMessage` prop to enable a copy action button below assistant messages on hover.
- Updated `FloatingActions` component to support custom class names and adjusted layout for better positioning.
- Enhanced documentation for `ChatProps` to include the new copy action feature.

Co-authored-by: Rohit joshi <30589256+Rohitjoshi9023@users.noreply.github.com>
… corresponding images

- Introduced two new examples: Skills System and Generative UI, showcasing dynamic skill loading and AI-generated UI components, respectively.
- Added descriptions, tags, and links to GitHub repositories for both examples.
- Included preview images for each example in the documentation.

This enhances the showcase section, providing users with more insights into the capabilities of the SDK.
Adds a `wasStopped` boolean to `CopilotContextValue` that is set to
true when `stop()` is called and reset to false on the next
`sendMessage()`, allowing consumers to distinguish a user-initiated
stop from other non-streaming states.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Move the copy action inside the csdk-message-content wrapper so it only
appears on messages with text content, and copies the clean displayed
text (follow-ups and sources stripped) rather than raw message.content.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 22, 2026

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

Project Deployment Actions Updated (UTC)
copilot-playground Ready Ready Preview, Comment Apr 22, 2026 11:42am
copilot-sdk-docs Ready Ready Preview, Comment Apr 22, 2026 11:42am

Request Review

@Rohitjoshi9023 Rohitjoshi9023 merged commit bd6f30c into main Apr 22, 2026
3 of 4 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