Model settings for CodeQL Python MCP#12
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a specialized model configuration for CodeQL Python analysis by creating a new config file and updating the remote_sources_local.yaml taskflow to use it. According to the PR description, the temperature setting is intended to fix an issue with gpt-4o on the models.github.ai endpoint.
Key Changes:
- Created new model configuration file
model_config_codeql_python.yamlwith temperature and reasoning settings - Updated
remote_sources_local.yamlto reference the new model configuration instead of the default one
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/seclab_taskflows/configs/model_config_codeql_python.yaml |
New model config file with temperature=1 for code_analysis and reasoning effort=high |
src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml |
Updated model_config reference to use the new codeql_python-specific configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
m-y-mo
approved these changes
Dec 5, 2025
kiandadban
pushed a commit
to kiandadban/seclab-taskflows
that referenced
this pull request
May 4, 2026
…-settings Model settings for CodeQL Python MCP
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.
Set temperature to 1 to fix the issue with gpt-5 on models.github.ai endpoint.