Skip to content
Merged
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
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": "augment-agent",
"version": "0.1.2",
"version": "0.1.3",

Choose a reason for hiding this comment

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

The PR description states "Bump version to replace bun with node", but this PR only changes the version number from 0.1.2 to 0.1.3. The actual migration from Bun to Node is not included in this PR.

The GitHub Actions workflows still use Bun:

  • .github/workflows/release.yml uses setup-bun and bun install/bun run commands
  • .github/workflows/format-check.yml uses setup-bun and bun install/bun run commands

Consider either:

  1. Updating the PR description to accurately reflect that this is just a version bump, or
  2. Including the Bun-to-Node migration changes in this PR (updating the workflow files to use Node instead of Bun)

If the Bun-to-Node migration was done in a previous commit/PR, the description should clarify that this version bump is to release the changes that replaced Bun with Node.

"description": "AI-powered code assistance for GitHub Actions using Augment's intelligent development tools",
"main": "action.yml",
"type": "module",
Expand Down