Remove hedra avatar#1261
Conversation
🦋 Changeset detectedLatest commit: 48c1bef The changes in this PR will be included in the next version bump. This PR includes changesets to release 25 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ba363f3bcb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "@livekit/agents-plugin-google": "workspace:*", | ||
| "@livekit/agents-plugin-hedra": "workspace:*", | ||
| "@livekit/agents-plugin-inworld": "workspace:*", |
There was a problem hiding this comment.
Regenerate pnpm lockfile after dependency removal
Removing @livekit/agents-plugin-hedra from examples/package.json without updating pnpm-lock.yaml leaves the workspace in a broken install state: pnpm install --frozen-lockfile now fails with ERR_PNPM_OUTDATED_LOCKFILE for the examples importer. Since CI commonly runs with frozen lockfiles, this change can block builds until the lockfile is regenerated and committed.
Useful? React with 👍 / 👎.
No description provided.