Skip to content

fix(deployments): regenerate ag-ui-dev artifacts after the --no-dev re-export - #970

Merged
blove merged 1 commit into
mainfrom
blove/regen-agui-deployment-artifacts
Sep 3, 2026
Merged

fix(deployments): regenerate ag-ui-dev artifacts after the --no-dev re-export#970
blove merged 1 commit into
mainfrom
blove/regen-agui-deployment-artifacts

Conversation

@blove

@blove blove commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

#967 re-exported cockpit/runtimes/aws-strands and cockpit/runtimes/microsoft-agent-framework requirements.txt so their headers record the --no-dev they were actually built with. deployments/ag-ui-dev/deps/ is generated from those files, so its copies still carried the old header and the Deploy AG-UI Railway drift check failed on main at 738b2ed8:

-#    uv export --no-hashes -o requirements.txt
+#    uv export --no-hashes --no-dev -o requirements.txt

The Deploy AG-UI Railway workflow only runs on push to main, so neither #967 nor #963 exercised this check before merge.

Content is unchanged — two header lines, no package added or removed from the image.

Verification

  • npx tsx scripts/generate-ag-ui-deployment-config.ts → the two header lines are the entire diff.
  • Re-ran the generator after committing: git diff --exit-code is clean, so the deploy's drift check now passes.

🤖 Generated with Claude Code

…e-export

#967 re-exported cockpit/runtimes/{aws-strands,microsoft-agent-framework}
requirements.txt so their headers record the --no-dev they were actually built
with. deployments/ag-ui-dev/deps/ is generated from those files, so its copies
still carried the old header and the Railway deploy's drift check failed on
main.

The Deploy AG-UI Railway workflow only runs on push to main, so neither #967
nor #963 exercised this check before merge.

Content is unchanged — two header lines, no package added or removed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
threadplane Ready Ready Preview Sep 2, 2026 11:59pm UTC

Request Review

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: this PR received an intelligent (AI) code review. See the review comments on this PR.

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Claude finished @blove's task in 0s —— View job


I'll analyze this and get back to you.

@blove
blove merged commit 92daff4 into main Sep 3, 2026
32 checks passed
@blove
blove deleted the blove/regen-agui-deployment-artifacts branch September 3, 2026 00:00
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