Skip to content

fix: update create-computeragent to use computeragent@^0.2.1#29

Open
harshit-lyzr wants to merge 1 commit into
open-gitagent:mainfrom
harshit-lyzr:fix/create-computeragent-version-bump
Open

fix: update create-computeragent to use computeragent@^0.2.1#29
harshit-lyzr wants to merge 1 commit into
open-gitagent:mainfrom
harshit-lyzr:fix/create-computeragent-version-bump

Conversation

@harshit-lyzr

Copy link
Copy Markdown

Problem

The create-computeragent scaffolder generates projects with computeragent@^0.1.0, but the latest published versions on npm are 0.2.0 and 0.2.1.

This causes npm install to fail with: npm error notarget No matching version found for computeragent@^0.1.0

Users following the quickstart cannot install dependencies.

Solution

Updated the version constraint in packages/create-computeragent/src/cli.ts from ^0.1.0 to ^0.2.1 to match the current npm releases.

Changes

  • Updated packages/create-computeragent/src/cli.ts line 55: computeragent: "^0.1.0"computeragent: "^0.2.1"

Testing

Verified locally:

  • Built the scaffolder with pnpm run build --filter create-computeragent
  • Generated a test project with node packages/create-computeragent/dist/cli.js test-agent
  • Confirmed generated package.json contains "computeragent": "^0.2.1"
  • Installation now succeeds with npm install / pnpm install

Related

Fixes the issue where npx create-computeragent scaffolds fail on npm install due to version mismatch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant