You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added assistant status toggle in dashboard for usage management
22
+
- Enhanced billing system with usage-based line items for hobby-to-pro tier upgrades
23
+
24
+
## AI and assistant improvements
25
+
26
+
- Added GPT-5 model support across the platform in preparation for availability
27
+
- Implemented emergency failover from Helicone to OpenRouter during infrastructure outages to maintain service continuity
28
+
- Enhanced assistant API configuration with improved secret management through Infisical
29
+
- Fixed assistant 402 error handling for quota limit scenarios
30
+
31
+
## Error monitoring and reliability
32
+
33
+
- Implemented comprehensive global error boundaries with Sentry integration for better debugging
34
+
- Added enhanced error handling for Stripe portal endpoints and API interactions
35
+
- Improved SVG content type detection and handling for XML-like content
36
+
- Fixed mobile navigation responsiveness and merge conflict dialog usability
37
+
38
+
## Bug fixes and stability
39
+
40
+
- Temporarily reverted tracked asset URLs due to imgix caching conflicts with query parameters—development continues on addressing underlying caching challenges
41
+
- Fixed /docs subdirectory display issues in dashboard for authenticated users
42
+
- Resolved race conditions in tracked asset cleanup processes
43
+
- Enhanced API endpoint reliability with better error handling and user agent management
44
+
45
+
</Update>
46
+
8
47
<Updatelabel="August 10 - August 16"tags={["Improvements"]}rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>
- Approved by skeptrunedev without additional feedback
14
+
- Auto-merge enabled with squash merge strategy
15
+
- Test plan covers image rendering, zoom functionality, and responsive behavior
16
+
- Also resolves custom favicon functionality (references #3699)
17
+
18
+
**Status**: Merged on Aug 17, 2025. Major performance improvement through modern image optimization techniques while preserving existing functionality and adding favicon support.
# PR #3713 - chore: move header out of assistant layout in preparation for new assistant drawer designs
2
+
3
+
**Purpose**: Restructures component layout to support upcoming assistant settings page without header interference.
4
+
5
+
**Key Changes**:
6
+
- Moves header component out of assistant layout to prevent inheritance in sub-pages
7
+
- Prepares for new assistant settings page at `/assistant/settings` route
8
+
- 340 additions, 321 deletions - substantial refactoring with no visual changes
9
+
- Enables future assistant drawer designs with dedicated settings interface
10
+
11
+
**Discussion Highlights**:
12
+
- Approved by mayankshouche without additional feedback
13
+
- Includes screenshots showing current header placement and upcoming designs
14
+
- Test plan emphasizes no visual changes should occur
15
+
- Code review recommended with whitespace changes hidden
16
+
17
+
**Status**: Merged on Aug 19, 2025. Prepares codebase architecture for enhanced assistant settings functionality without compromising existing layouts.
# PR #3714 - feat: enhance file categorization by including additional static file formats and upating tests
2
+
3
+
**Purpose**: Expands static file recognition to include additional file formats that users expected to be supported.
4
+
5
+
**Key Changes**:
6
+
- Added more file types to static file categorization system
7
+
- Updated corresponding tests to validate new file type handling
8
+
- 49 additions, 2 deletions - primarily test coverage expansion
9
+
- Responds to user expectations for broader file format support
10
+
11
+
**Discussion Highlights**:
12
+
- Approved by dks333 without additional feedback
13
+
- Commented on by hahnbeelee but no concerns raised
14
+
- Auto-merge enabled with squash merge strategy
15
+
- Simple test plan: review code and test files
16
+
17
+
**Status**: Merged on Aug 20, 2025. Enhances file handling capabilities by supporting additional static file formats that users were expecting to work.
0 commit comments