Skip to content

fix: use scoped npx @copilotkit/aimock in all docs and scripts#113

Merged
jpr5 merged 1 commit intomainfrom
fix/npx-scoped-package-name
Apr 16, 2026
Merged

fix: use scoped npx @copilotkit/aimock in all docs and scripts#113
jpr5 merged 1 commit intomainfrom
fix/npx-scoped-package-name

Conversation

@jpr5
Copy link
Copy Markdown
Contributor

@jpr5 jpr5 commented Apr 15, 2026

Summary

  • Replace all npx aimock references with npx @copilotkit/aimock across README, docs site, CHANGELOG, and converter scripts
  • npx aimock resolves to a different, unrelated package on npm (aimock@0.2.9 — "An OpenAI api simulator") because our package is scoped as @copilotkit/aimock
  • 26 files, 67 replacements — all CLI examples now use the correct scoped package name

Test plan

  • All 2,313 unit tests pass
  • No remaining unscoped npx aimock instances (verified with grep)
  • No double-scoping (npx @copilotkit/@copilotkit/aimock) introduced
  • Verify docs site renders correctly after merge (GitHub Pages)

Closes #112

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 15, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@copilotkit/aimock@113

commit: ff7011d

npx aimock resolves to a different, unrelated package on npm (aimock@0.2.9).
Our package is @copilotkit/aimock, so all CLI examples must use the scoped
name. Updated README, docs site HTML, CHANGELOG, and converter scripts.

Closes #112
@jpr5 jpr5 force-pushed the fix/npx-scoped-package-name branch from c5a9d82 to ff7011d Compare April 15, 2026 23:53
@jpr5 jpr5 merged commit 87195f4 into main Apr 16, 2026
10 checks passed
@jpr5 jpr5 deleted the fix/npx-scoped-package-name branch April 16, 2026 00:12
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.

help: using aimock in terminal

1 participant