Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.2"
".": "0.4.3"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manifest version 0.4.3 conflicts with current package.json version 0.5.1 on main. Update this to "0.5.1" to sync with the actual published version, then let Release Please calculate the next version based on the new feature in PR #11.

Prompt To Fix With AI
This is a comment left during a code review.
Path: .release-please-manifest.json
Line: 2:2

Comment:
Manifest version 0.4.3 conflicts with current `package.json` version 0.5.1 on `main`. Update this to "0.5.1" to sync with the actual published version, then let Release Please calculate the next version based on the new feature in PR #11.

How can I resolve this? If you propose a fix, please make it concise.

}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.3](https://github.com/agi-inc/agi-node/compare/agi-js-v0.4.2...agi-js-v0.4.3) (2026-02-11)


### Features

* add comprehensive multimodal driver support ([#11](https://github.com/agi-inc/agi-node/issues/11)) ([0b11341](https://github.com/agi-inc/agi-node/commit/0b1134116bee8ec1770be78beb126d7f09cd286d))

## [0.4.2](https://github.com/agi-inc/agi-node/compare/agi-js-v0.4.1...agi-js-v0.4.2) (2026-02-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agi_inc/agi-js",
"version": "0.5.1",
"version": "0.4.3",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version downgrade from 0.5.1 to 0.4.3 breaks semantic versioning and will cause package registry conflicts. The base branch (main) is at version 0.5.1 after commit b5a290f, but this PR attempts to publish 0.4.3. This indicates a conflict between Release Please's version tracking and manual version bumps. The .release-please-manifest.json needs to be synchronized with the actual package version before merging.

Prompt To Fix With AI
This is a comment left during a code review.
Path: package.json
Line: 3:3

Comment:
Version downgrade from 0.5.1 to 0.4.3 breaks semantic versioning and will cause package registry conflicts. The base branch (`main`) is at version 0.5.1 after commit b5a290f, but this PR attempts to publish 0.4.3. This indicates a conflict between Release Please's version tracking and manual version bumps. The `.release-please-manifest.json` needs to be synchronized with the actual package version before merging.

How can I resolve this? If you propose a fix, please make it concise.

"description": "Official TypeScript/JavaScript SDK for AGI.tech API",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading