@@ -5,6 +5,41 @@ rss: true
55noindex : true
66---
77
8+ <Update label = " July 27-Aug 2" rss = { { title: " Weekly Updates" , description: " Authentication improvements, search enhancements, and assistant API" }} >
9+ ## Authentication improvements
10+
11+ - Local development improvements to auth, enabling faster development of auth features and bug fixes in this product area
12+ - Preview deployments now available for auth-protected sites
13+ - Fixed redirect behavior to properly return users to their original page after authentication
14+ - Fixed logout button display for full authentication (previously only worked for partial authentication)
15+
16+ ## API playground enhancements
17+
18+ - Fixed ` multipart/form-data ` file upload functionality in the API playground
19+ - Fixed anchor link behavior so clicking them updates the URL without scrolling to top of page
20+ - Fixed anchor link issues in nested tabs
21+
22+ ## Assistant updates
23+ - New Assistant API so you can build it into your own products, compatible with AI SDK
24+ - Added copy button to chat responses
25+ - Fixed issue with retrying messages in the assistant
26+ - Improvements to default assistant prompt to make it less verbose by default
27+
28+ ## Performance and reliability
29+
30+ - Made search feel more crisp and accurate by aborting debounced requests as you type
31+ - Resource provisions for a new CDN - expect image asset and page load times to improve soon
32+ - Fixed bugs for rendering complex Mermaid diagrams like GANTT charts
33+ - Fixed CLI bugs on Windows to improve stability and added tests to prevent regression
34+
35+ ## Technical improvements
36+
37+ - Added OpenTelemetry for traces in NextJS application to improve time to first byte for customers
38+ - Migrated from Octokit to GitHub API Client to improve latency in the web editor experience
39+ - Fixed duplicate meta tags for OpenGraph
40+ - Upgraded MongoDB from version 6 to 7 for improved performance and new features
41+ </Update >
42+
843<Update label = " July 2025" rss = { { title: " July Product Updates" , description: " Slack app integration, hosted MCP servers, Cursor integration, and performance improvements" }} >
944 ## Slack app
1045
0 commit comments