remote config update, sonnet 4.6 name fix + gemini 3.1 pro#1062
remote config update, sonnet 4.6 name fix + gemini 3.1 pro#1062scosman merged 0 commit intoremote_configfrom
Conversation
|
Important Review skippedToo many files! This PR contains 230 files, which is 80 over the limit of 150. You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
hang on, why are there merge conflicts? that's unusual |
Summary of ChangesHello @tawnymanticore, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a significant new feature for prompt optimization, allowing users to automatically refine their AI model prompts based on evaluation data. It also overhauls the internal model management system to support user-defined custom models with flexible configurations. A foundational change is the implementation of session reuse for MCP tools, which is critical for enabling stateful interactions with external services. Complementary updates include a comprehensive refresh of the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive 'Optimize' section to the Kiln UI, enabling users to manage run configurations and initiate automatic prompt optimization jobs. It also updates the model library with several new models, including Claude 4.6 Sonnet and Gemini 3.1 Pro, and enhances custom model management with advanced settings. The backend has been updated to support these features, including a new API for prompt optimization and an improved user model registry. Overall, the changes are well-structured and follow established patterns in the codebase, though some improvements in UI robustness and error handling are recommended.
| if (!task) { | ||
| throw new Error("Task not found") | ||
| } |
There was a problem hiding this comment.
The current implementation throws an error if no task is selected, which prevents users from browsing the model library when navigating directly to /models from the sidebar if a task hasn't been previously selected. This is a regression in user experience. The page should ideally allow browsing models even without a task context, while disabling or hiding task-specific actions like 'Try' or 'Create Run Config'.
| } | ||
| </script> | ||
|
|
||
| {#each markdown_text.replace(/\\n/g, "\n").split("\n") as line} |
1189550 to
e80c067
Compare
What does this PR do?
remote config update, sonnet 4.6 name fix + gemini 3.1 pro
looks like there are merge conflicts
Checklists