Skip to content

Commit 6410336

Browse files
committed
feature: new agent definitions
1 parent 07dbc6f commit 6410336

File tree

2 files changed

+46
-6
lines changed

2 files changed

+46
-6
lines changed

.claude/commands/update-change-log.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ argument-hint: [...repo]
66

77
1. Update the changelog in @changelog.mdx for any updates that happened within the next date range.
88
2. Tell me what date range of repositories you want to look at.
9-
3. Look at the repositories in #ARGUMENTS.
10-
4. We do not use releases. Only look at closed Pull Requests within the next daterange.
11-
5. For each pull request, invoke @agents-pr-summarizer in parallel to generate a summary of the pull request.
12-
6. Read each file from this in @summaries and generate a synopsis for each PR.
13-
7. Tell me a summary of what was changed
14-
8. Update @channgelog.mdx with the summary from all previous pull requests
9+
3. Keep the date range consistent with the previous changelog update. Only make one change log update.
10+
4. Look at the repositories in #ARGUMENTS.
11+
5. We do not use releases. Only look at closed Pull Requests within the next daterange.
12+
6. For each pull request, invoke @agents-pr-summarizer in parallel to generate a summary of the pull request.
13+
7. Read each file from this in @summaries and generate a synopsis for each PR.
14+
8. Tell me a summary of what was changed
15+
9. Update @channgelog.mdx with the summary from all previous pull requests
1516

1617
This summary should be a high level overview.
1718
- Bug fixes should be highlighted.

changelog.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="August 17 - August 23" tags={["New releases", "Improvements"]} rss={{ title: "Weekly Updates", description: "GPT-5 support, image optimization, usage-based billing enhancements, and mobile improvements" }}>
9+
10+
## AI assistant enhancements
11+
12+
- Added GPT-5 model support for improved AI assistant capabilities
13+
- Enhanced usage-based billing controls with assistant status toggle in dashboard
14+
- Improved error handling for quota exceeded scenarios with user-friendly messaging
15+
16+
## Image and media improvements
17+
18+
- Introduced optimized image component using @unpic/react for better performance and responsive sizing
19+
- Added Bunny CDN icon support to fix light/dark mode rendering issues
20+
- Removed automatic preloading of images to improve page load performance
21+
22+
## Bug fixes and reliability
23+
24+
- Fixed Stripe portal error handling for deleted customers to prevent crashes
25+
- Resolved Vercel request blocking by adding proper user-agent headers
26+
- Fixed merge conflict dialog interaction - users can now click outside or press Escape to close
27+
- Enhanced branch creation with retry logic to prevent incorrect main branch resolution
28+
- Corrected frame page header rendering in custom components
29+
- Fixed API request body handling edge cases for GET requests
30+
31+
## Performance and technical improvements
32+
33+
- Upgraded Shiki syntax highlighter from version 3.6 to 3.11 for latest bug fixes
34+
- Implemented async brotli compression for better static MDX generation performance
35+
- Added global error boundary with Sentry integration for improved error tracking
36+
- Enhanced mobile navigation with better spacing, button styling, and dropdown layouts
37+
- Improved caching for .md routes with proper cache-tag support
38+
39+
## Dashboard and navigation
40+
41+
- Added support for `/docs` subdirectory with authentication in dashboard settings
42+
- Streamlined custom mode interface by removing unnecessary sidebar items
43+
- Enhanced file categorization to support additional static file formats
44+
45+
</Update>
46+
847
<Update label="August 10 - August 16" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>
948

1049
## Performance and build optimizations

0 commit comments

Comments
 (0)