v3.80.0
ClineSummary
This release introduces significant enterprise integration by enabling remote, managed global skills with full UI support. It also improves stability by fixing Out-Of-Memory crashes during long sessions and enhances user feedback with more detailed error messages in the chat interface. Furthermore, task execution has been streamlined by defaulting all commands to background mode, removing the dependency on the VS Code integrated terminal.
New Features
- Enabled enterprise-managed remote global skills to appear in a dedicated "Enterprise Skills" section with UI toggle support and system prompt integration.
- Introduced dynamic fetching of recommended models during the onboarding flow, with a fallback mechanism.
- Added a dedicated "Quota Exceeded" error message to the chat UI when account spend caps are reached.
Bug Fixes
- Fixed Out-Of-Memory (OOM) crashes during long conversations by increasing the Node.js process memory allocation to 8GB.
- Resolved issue where generic error messages were shown in the chat error row; now displays detailed error information.
Improvements
- Removed foreground terminal mode; all task command execution now defaults to background mode, eliminating the VS Code integrated terminal dependency.
- Removed old hardcoded announcement banners from the UI.