Skip to content

Conversation

@mrcfps
Copy link
Contributor

@mrcfps mrcfps commented Dec 11, 2025

No description provided.

mrcfps and others added 4 commits December 11, 2025 17:09
* chore: remove pull request template

- Deleted the pull request template file to streamline the contribution process.
- Ensured compliance with repository maintenance practices.

* chore: increase rollout timeout for API deployment

- Updated the rollout status timeout for the API deployment from 300s to 600s to allow for longer deployment processes.
- Ensured compliance with repository maintenance practices.
* feat: add support for Google Vertex AI in LLM provider

- Updated package.json to include @langchain/google-vertexai dependency.
- Enhanced getChatModel function to support Vertex AI model configuration with optional parameters for max output tokens and reasoning capabilities.
- Ensured compliance with coding standards, including optional chaining and nullish coalescing for safer property access.

* fix: Update image handling for Bedrock and Vertex providers

- Modified the logic to ensure that both Bedrock and Vertex providers receive embedded base64 payloads for images, regardless of URL configuration.
- Updated comments for clarity on the changes made to image processing based on provider capabilities.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.
* feat: Enhance chat box and copilot header with history template session management

- Added functionality to manage history template sessions in ChatBox and CopilotHeader components.
- Integrated addHistoryTemplateSession and removeHistoryTemplateSession methods in the copilot store for better session handling.
- Updated session history logic in CopilotHeader to include history template sessions, ensuring proper rendering and state management.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.

* fix: Update workflow run initialization and success messaging

- Added logic to hide the workflow run component upon successful initialization.
- Enhanced success message display with a duration for better user feedback.
- Ensured compliance with coding standards, including the use of optional chaining and nullish coalescing for safer property access.
- Add AUTO_MODEL_ROUTING_RANDOM_LIST environment
- Replace static priority list with environment variable-based random selection
@coderabbitai
Copy link

coderabbitai bot commented Dec 11, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mrcfps mrcfps merged commit 78605b6 into stable Dec 11, 2025
7 checks passed
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.

5 participants