🚀 CodeBuddy Code v2.98.1 Release
📦 Version Info
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.98.1 |
| Agent SDK JS | v0.3.157 |
| Agent SDK Python | v0.3.156 |
📌 Overview
v2.98.0 failed to publish to npm due to an OOM issue in the release pipeline. This version is a re-release as v2.98.1. It is functionally identical to v2.98.0 — all new features, improvements, and fixes from v2.98.0 are included in this version. If you previously attempted to install v2.98.0 and it failed, please upgrade directly to v2.98.1.
For full change details, refer to the v2.98.0 Release Notes.
🐛 Bug Fixes
- Fix agent-cli release pipeline OOM: Increased the Node heap memory limit to 8GB during the release build stage, resolving the issue where v2.98.0 was terminated by the OOM Killer during
yarn build, preventing the npm package from being published, and ensuring stable publishing for subsequent versions.