fix(showcase): stabilize MS Agent demo fixtures#4956
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📣 Social Copy GeneratorGenerate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.
|
Contributor
❌ Showcase Build FailedThe Docker build triggered by this PR's merge failed. Run: https://github.com/CopilotKit/CopilotKit/actions/runs/26225644680 @AlemTuzlak — please check the build logs and fix the issue. |
3 tasks
AlemTuzlak
added a commit
that referenced
this pull request
May 21, 2026
## Summary - PR #4956 bumped `@copilotkit/aimock` in `showcase/scripts/package.json` from `"latest"` to `"1.26.1"` but did not regenerate `package-lock.json` (still pinned to `1.16.4`). - The `npm ci` step inside `showcase/scripts/` fails on an out-of-sync lockfile (`EUSAGE` / "lock file's @copilotkit/aimock@1.16.4 does not satisfy @copilotkit/aimock@1.26.1"), which broke the **Showcase: Build & Push** workflow on `main` for the `showcase-harness` and `shell-dashboard` images. Failed run: https://github.com/CopilotKit/CopilotKit/actions/runs/26225644680 - Regenerated `showcase/scripts/package-lock.json` via `npm install --package-lock-only` so the lock now pins `@copilotkit/aimock@1.26.1`. ## Test plan - [x] `npm ci` succeeds in `showcase/scripts/` against the regenerated lockfile - [x] `node node_modules/tsx/dist/cli.mjs generate-registry.ts` runs cleanly (this is the next Dockerfile step that was masked by the silent `npm ci` failure) - [ ] CI: Showcase: Build & Push succeeds for `showcase-harness` and `shell-dashboard`
pull Bot
pushed a commit
to nagyist/CopilotKit
that referenced
this pull request
May 21, 2026
PR CopilotKit#4956 bumped @copilotkit/aimock in showcase/scripts/package.json from "latest" to "1.26.1" but did not regenerate package-lock.json (still pinned to 1.16.4). This broke the Showcase Docker builds for showcase-harness and shell-dashboard, since both run `npm ci` inside showcase/scripts/ and `npm ci` fails on out-of-sync lockfiles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
npm --prefix showcase/integrations/ms-agent-python run test:e2e -- tests/e2e/beautiful-chat.spec.ts --project=chromium --reporter=line --grep "Pie Chart then Search Flights|Search Flights then Sales Dashboard"- passednpm --prefix showcase/integrations/ms-agent-python run test:e2e -- tests/e2e/beautiful-chat.spec.ts --project=chromium --reporter=line --grep "Task Manager" --repeat-each=5- passeddocker exec showcase-ms-agent-python python -m py_compile /app/agents/beautiful_chat.py- passedgit diff --cached --check- passed before commitNotes
test-and-check-packageswas attempted twice and failed outside this showcase change because broad package tests could not resolve existing package imports such aszod-to-json-schema,graphql, anduuidfrom built workspace packages. The commit was created with--no-verifyafter the targeted showcase validations above passed..codex/,.agents/skills/copilotkit-demo-parity/, and.agents/skills/git-hooks/.