chore(main): release agi-js 0.4.3 #14
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.4.3 (2026-02-11)
Features
This PR was generated with Release Please. See documentation.
Greptile Overview
Greptile Summary
This automated release PR attempts to publish version 0.4.3, but the base branch is already at version 0.5.1 (from PR #13). This creates a critical version downgrade that violates semantic versioning and will cause conflicts in the npm registry.
Key Issues:
.release-please-manifest.jsonis out of sync with actualpackage.jsonversionRoot Cause: The manifest was at 0.4.2 when PR #13 manually bumped the version to 0.5.1, bypassing Release Please. Now Release Please is calculating the next version as 0.4.2 → 0.4.3, unaware of the 0.5.1 bump.
Resolution Required: Update
.release-please-manifest.jsonto "0.5.1" to sync with the current state, then let Release Please recalculate the next version (likely 0.6.0 for the new feature from PR #11). Alternatively, establish a policy to either use Release Please exclusively or manual versioning exclusively to prevent future conflicts.Confidence Score: 0/5
package.json,package-lock.json, and.release-please-manifest.jsondue to version downgrade issueImportant Files Changed