Skip to content

fix(examples): replace local tarball path with latest in use-agent example#322

Open
basilalshukaili wants to merge 1 commit into
inngest:mainfrom
basilalshukaili:fix/use-agent-example-package-reference
Open

fix(examples): replace local tarball path with latest in use-agent example#322
basilalshukaili wants to merge 1 commit into
inngest:mainfrom
basilalshukaili:fix/use-agent-example-package-reference

Conversation

@basilalshukaili

Copy link
Copy Markdown

Problem

The @inngest/agent-kit dependency in examples/use-agent/package.json was accidentally committed pointing to an absolute path on the original developer local machine:

file:/Users/tedwerbel/Documents/code/agent-kit/packages/agent-kit/inngest-agent-kit-0.13.2.tgz

This breaks npm/pnpm install for anyone cloning the repo.

Fix

Replace the local file path with latest, matching the convention in other examples (quick-start, demo, etc.).

Also update the pnpm-lock.yaml specifier which had the same absolute path.

Closes #316

…ample

The @inngest/agent-kit dependency in examples/use-agent/package.json was
accidentally left pointing to an absolute local file path on the original
developer's machine (/Users/tedwerbel/...). This prevents anyone else
from installing dependencies in this example.

Fix by using "latest" to match the convention in other examples
(quick-start, demo, etc.), and update the pnpm-lock.yaml specifier
to match.

Fixes inngest#316
@changeset-bot

changeset-bot Bot commented Jun 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c6748b3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@basilalshukaili

Copy link
Copy Markdown
Author

No changeset is included because this PR only touches examples/use-agent/ (its package.json + lockfile), replacing a leftover local tarball path with latest. The examples/ directory is not part of the pnpm workspace — pnpm-workspace.yaml lists only packages/* and docs — so no package version is bumped by this change. The changeset-bot warning is a false positive for examples-only fixes. Happy to add an empty changeset if you would prefer the check to pass explicitly.

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.

useAgent example references local tarball, not actual pacakge

1 participant