Skip to content

Conversation

@24anisha
Copy link
Contributor

@24anisha 24anisha commented Jan 7, 2026

Flight the search subagent powered by a non fine-tuned model. Use of search subagent is also conditional on whether the user is in Auto mode in the model picker.

Copy link
Contributor Author

@24anisha 24anisha left a comment

Choose a reason for hiding this comment

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

@bhavyaus let me know when you have a chance to take a look at the updates/questions

@24anisha 24anisha requested a review from bhavyaus January 9, 2026 21:36
@24anisha 24anisha requested a review from bhavyaus January 13, 2026 21:03
import { IBuildPromptContext } from '../common/intents';
import { IBuildPromptResult } from './intents';

export interface ISubagentToolCallingLoopOptions extends IToolCallingLoopOptions {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this file still needed?


const request = this._inputContext!.request!;

const loop = this.instantiationService.createInstance(SubagentToolCallingLoop, {
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be using the SearchSubagentToolCallingLoop?


constructor(
@IInstantiationService instantiationService: IInstantiationService,
@ILogService logService: ILogService
Copy link
Contributor

@bhavyaus bhavyaus Jan 14, 2026

Choose a reason for hiding this comment

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

nit: please undo these changes since no code changes are going in.

"github.copilot.config.githubMcpServer.lockdown": "Enable lockdown mode for the GitHub MCP Server. When enabled, hides public issue details created by users without push access. [Learn more](https://aka.ms/vscode-gh-mcp-lockdown)."
"github.copilot.config.githubMcpServer.toolsets": "Specify toolsets to use from the GitHub MCP Server.",
"github.copilot.config.githubMcpServer.readonly": "Enable read-only mode for the GitHub MCP Server. When enabled, only read tools are available.",
"github.copilot.config.githubMcpServer.lockdown": "Enable lockdown mode for the GitHub MCP Server. When enabled, hides public issue details created by users without push access.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Please undo these changes to string that are not subagent related

@bhavyaus
Copy link
Contributor

Do we need to update the grok and gemini agent prompts also?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants