chore(release): staging to production - 2025.11.06 - #667
Merged
Conversation
Fixed input validation bugs in all 4 AAI document loaders where numeric and boolean inputs from the UI were not being parsed before validation, causing validation errors even with valid values. Changes: - AAIUrls: Parse limit field using Number() before validation - AAITranscripts: Parse limit, sentimentMin, and sentimentMax fields - AAITags: Parse limit field and handle boolean string values for parentTagsOnly, childTagsOnly, and includeParentInfo - AAIDomains: Parse limit field using Number() before validation - Added isNaN() checks to all numeric validations Fixes AGENT-124 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…bug-in-all-aai-document-loaders fix(document-loaders): input validation type coercion for AAI loaders
Adds workflow that automatically creates/updates a PR when commits are pushed to staging. When the PR is merged to production, the existing release workflow triggers.
feat: auto-create release PRs from staging to production
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
maxtechera
temporarily deployed
to
staging - aai-unified2-flowise-moonstruck
November 6, 2025 14:37 — with
Render
Inactive
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.
🚀 Release: Staging to Production
Release Date: 2025-11-06
Changes in this release
This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.