Cline v3.80.0 adds enterprise skills, fixes OOM crashes
Cline `v3.80.0` ships enterprise-managed remote skills with full UI support, fixes out-of-memory crashes in long conversations, and removes foreground terminal mode in favor of background-only task execution.
Score breakdown
Teams running Cline in long agentic sessions should upgrade immediately to avoid OOM crashes, while enterprise users gain centralized, enforceable skill management without manual configuration.
- 01Enterprise remote `globalSkills` are now wired into the UI with toggle support, system prompt integration, and `alwaysEnabled` enforcement under a dedicated "Enterprise Skills" section.
- 02OOM crashes during long conversations are fixed by setting `--max-old-space-size=8192` for the `cline-core` Node.js process, which previously defaulted to ~2 GB.
- 03Foreground terminal mode is removed — all task command execution now defaults to background mode, eliminating the VS Code integrated terminal dependency.
Cline `v3.80.0` delivers several enterprise-focused and stability-oriented changes. On the enterprise side, remote `globalSkills` from enterprise remote config are now fully wired into the UI with toggle support and system prompt integration. These skills surface under a dedicated "Enterprise Skills" section and support `alwaysEnabled` enforcement, giving organizations centralized control over skill availability. The onboarding flow also becomes more dynamic, fetching recommended models at runtime rather than relying on a hardcoded list, with a fallback to the welcome view if the fetch fails.
The `axios` dependency has been updated to `1.15.0` across all packages.
A notable stability improvement targets out-of-memory crashes that could occur during long conversations: the `cline-core` Node.js process now runs with `--max-old-space-size=8192`, up from the previous default of approximately 2 GB. Error visibility is also improved — the chat error UI now shows detailed error information instead of a generic caught error message, and a dedicated "Quota Exceeded" message appears when Cline account spend caps are hit. The `axios` dependency has been updated to `1.15.0` across all packages.
On the behavioral side, foreground terminal mode has been removed entirely. All task command execution now defaults to background mode, removing the VS Code integrated terminal dependency and its associated settings UI. Hardcoded announcement banners have also been cleaned up in this release.
Key facts
- 01Enterprise remote `globalSkills` are now wired into the UI with toggle support, system prompt integration, and `alwaysEnabled` enforcement under a dedicated "Enterprise Skills" section.
- 02OOM crashes during long conversations are fixed by setting `--max-old-space-size=8192` for the `cline-core` Node.js process, which previously defaulted to ~2 GB.
- 03Foreground terminal mode is removed — all task command execution now defaults to background mode, eliminating the VS Code integrated terminal dependency.
- 04Onboarding flow now fetches recommended models dynamically instead of using a hardcoded list, with a fallback to the welcome view on failure.
- 05A dedicated "Quota Exceeded" error message now appears in the chat error UI when Cline account spend caps are hit.
- 06`axios` has been updated to `1.15.0` across all packages.