Upgrade Explore Sub agent to use current Luna model
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 72/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- vscode
- Domain
- devtools
Research direction
Start by locating the built-in Explore subagent definition containing the YAML front matter shown in the issue. Update its model list so GPT luna is first, then verify that the resulting Explore agent prefers it before the existing choices.
Written by the indexing model from the issue text.
Description
Type: Feature Request
we need to add GPT luna as the first llm to hit in the built in Explore sub agent, at this point i would say Luna is a better choice for token savings for an explore:
---
name: Explore
description: Fast read-only codebase exploration and Q&A subagent. Prefer over manually chaining multiple search and file-reading operations to avoid cluttering the main conversation. Safe to call in parallel. Specify thoroughness: quick, medium, or thorough.
argument-hint: Describe WHAT you're looking for and desired thoroughness (quick/medium/thorough)
model: ['Claude Haiku 4.5 (copilot)', 'Gemini 3 Flash (Preview) (copilot)', 'Auto (copilot)']
target: vscode
user-invocable: false
tools: ['search', 'read', 'web', 'vscode/memory', 'github/issue_read', 'github.vscode-pull-request-github/issue_fetch', 'github.vscode-pull-request-github/activePullRequest', 'execute/getTerminalOutput', 'execute/testFailure']
agents: []
---
VS Code version: Code 1.138.0 (7debcd0e2acdea1c52de81bf9ee1620444407dda, 2026-09-15T07:24:32Z)
OS version: Windows_NT x64 10.0.26100
Modes:
System Info
| Item | Value |
|---|---|
| CPUs | 12th Gen Intel(R) Core(TM) i9-12900H (20 x 2918) |
| GPU Status | 2d_canvas: enabled GPU0: VENDOR= 0x10de, DEVICE=0x25ba [NVIDIA RTX A2000 8GB Laptop GPU], DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=32.0.15.6103 ACTIVE GPU1: VENDOR= 0x8086, DEVICE=0x46a6 [Intel(R) Iris(R) Xe Graphics], DRIVER_VERSION=32.0.101.7085 GPU2: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.9278 Machine model name: Machine model version: direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_graphite: disabled_off trees_in_viz: disabled_off video_decode: enabled video_encode: enabled webgl: enabled webgpu: enabled webnn: disabled_off |
| Load (avg) | undefined |
| Memory (System) | 31.68GB (11.09GB free) |
| Process Argv | C:\Source\PowerShellJMC --crash-reporter-id 2e1090d9-fe71-4337-aa76-affdaa37d782 |
| Screen Reader | no |
| VM | 0% |
Extensions (48)
| Name | Identifier | Author | Version |
|---|---|---|---|
| Angular Language Service | angular.ng-template | Angular | 22.1.1 |
| Claude Code for VS Code | anthropic.claude-code | Anthropic | 2.1.276 |
| GitHub Markdown Preview | bierner.github-markdown-preview | bierner | 0.4.0 |
| Markdown Checkboxes | bierner.markdown-checkbox | bierner | 0.4.0 |
| Markdown Emoji | bierner.markdown-emoji | bierner | 0.3.1 |
| Markdown Footnotes | bierner.markdown-footnotes | bierner | 0.1.1 |
| Markdown Preview Mermaid Support | bierner.markdown-mermaid | bierner | 1.32.1 |
| Markdown Preview Github Styling | bierner.markdown-preview-github-styles | bierner | 2.2.0 |
| Markdown yaml Preamble | bierner.markdown-yaml-preamble | bierner | 0.1.1 |
| ESLint | dbaeumer.vscode-eslint | dbaeumer | 3.0.34 |
| Devolutions PowerShell Universal | devolutionsinc.devolutions-powershell-universal | devolutionsinc | 2026.3.0 |
| Docker DX | docker.docker | docker | 0.18.0 |
| Superpowers for Copilot Chat | dwaintr.superpowers-vscode | dwaintr | 1.0.0 |
| GitLens — Git supercharged | eamodio.gitlens | eamodio | 19.1.0 |
| EditorConfig | editorconfig.editorconfig | EditorConfig | 0.18.2 |
| GitHub Actions | github.vscode-github-actions | github | 0.32.3 |
| GitHub Pull Requests | github.vscode-pull-request-github | GitHub | 0.166.1 |
| Go | golang.go | golang | 0.56.1 |
| PowerShell Pro Tools | ironmansoftware.powershellprotools | ironmansoftware | 2024.12.0 |
| Angular Essentials (Version 22) | johnpapa.angular-essentials | johnpapa | 22.0.1 |
| Angular Snippets (Version 22) | johnpapa.angular2 | johnpapa | 22.0.0 |
| Peacock | johnpapa.vscode-peacock | johnpapa | 4.4.1 |
| Google Agent Platform for Copilot Chat (Vertex AI Models Chat Provider) | jorsm.vertex-ai-models-chat-provider | jorsm | 0.6.4 |
| JSON to TS | mariusalchimavicius.json-to-ts | MariusAlchimavicius | 1.8.0 |
| Rainbow CSV | mechatroner.rainbow-csv | mechatroner | 3.24.1 |
| Container Tools | ms-azuretools.vscode-containers | ms-azuretools | 2.5.1 |
| Docker | ms-azuretools.vscode-docker | ms-azuretools | 2.0.0 |
| C# Dev Kit | ms-dotnettools.csdevkit | ms-dotnettools | 3.40.204 |
| C# | ms-dotnettools.csharp | ms-dotnettools | 2.160.4 |
| .NET Install Tool | ms-dotnettools.vscode-dotnet-runtime | ms-dotnettools | 3.1.0 |
| Data Workspace | ms-mssql.data-workspace-vscode | ms-mssql | 0.6.3 |
| SQL Server (mssql) | ms-mssql.mssql | ms-mssql | 1.45.1 |
| SQL Bindings | ms-mssql.sql-bindings-vscode | ms-mssql | 0.4.1 |
| SQL Database Projects | ms-mssql.sql-database-projects-vscode | ms-mssql | 1.7.0 |
| Playwright Test for VSCode | ms-playwright.playwright | ms-playwright | 1.1.19 |
| Makefile Tools | ms-vscode.makefile-tools | ms-vscode | 0.12.17 |
| PowerShell | ms-vscode.powershell | ms-vscode | 2025.4.0 |
| Remote Explorer | ms-vscode.remote-explorer | ms-vscode | 0.5.0 |
| Remote - Tunnels | ms-vscode.remote-server | ms-vscode | 1.5.3 |
| Chat Customizations Evaluations | ms-vscode.vscode-chat-customizations-evaluations | ms-vscode | 1.0.9 |
| Live Share | ms-vsliveshare.vsliveshare | ms-vsliveshare | 1.1.122 |
| Color Highlight | naumovs.color-highlight | naumovs | 2.8.0 |
| Material Icon Theme | pkief.material-icon-theme | PKief | 5.38.1 |
| YAML | redhat.vscode-yaml | redhat | 1.24.0 |
| Code Spell Checker | streetsidesoftware.code-spell-checker | streetsidesoftware | 4.9.3 |
| Context7 MCP Server | upstash.context7-mcp | Upstash | 1.1.0 |
| Error Lens | usernamehw.errorlens | usernamehw | 3.28.0 |
| Private Hello Extension | your-publisher.private-hello-extension | your-publisher | 0.0.1 |
A/B Experiments
vsliv368cf:30146710
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
envsactivate1:31551504
cloudbuttont:31379625
3efgi100_wstrepl:31403338
ec5jj548:31422691
cp_cls_t_966_ss:31526232
4je02754:31466945
c3h7c220:31478652
ge8j1254_inline_auto_hint_haiku:31490510
cp_cls_t_1081:31454832
conptydll_true:31498968
e9c30283:31461165
c9b86496:31447327
ei9d7968:31496641
chat:31457767
8hig5102:31480529
89g7j272:31518289
i2gc6536:31499202
52612955:31516516
23c7c724:31520045
ddid_c:31478207
hmra_i5g22:31518061
ja75b849:31580633
7df3h592:31512476
cp_cls_t_1082:31535311
logging_enabled_new:31498466
j0d79568:31499440
jb_cp_cls_t_632:31543129
56dj4588:31512888
32d76977:31512328
ha629193:31508444
jh5f2457_c:31540921
jbcp_cls_pctr_t:31531130
cp_intellij_t_nes:31548657
gf14b233:31526830
ahp-both-windows:31556933
ihg5j128:31534457
7g2b5551:31542111
enable_editor_pane_layout:31569726
allow-none:31555437
ac562147:31564510
c7c27ce7:31554789
1h923230:31564177
treatment-23-1:31555779
unuse_dynamic_mcp:31555281
0d8dfbc3:31570291
a1hcc538:31559322
0c1h4866:31566224
session-mark-done:31558131
5b8j3302:31564601
autotiers:31584978
mangle-name-treatment:31572634
signed-out-control:31584138
intellij_nes_preview_t:31580086
multiv2:31574985
0ec91c74:31585910
accent:31581110
aw-autom-on:31583758
revealsession_control_7ed7e840:31582193
4ab0b639:31584543
codex-agent-host-stable-control:31585316
66c8a39e-e7a5-4b4c-a3c0-41b161c795c4:31586113
permission_prompt_treatment:1332566
ccr_pr_nudge_control:1319470
vsc_wsm_t:1340632
cfee5631:1379228
3aced641:1389836
sem_714gi995:1401462
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.9k
- Avg merge
- 14h 6m
- Merged PRs (30d)
- 631
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/vscode
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
stale triage-needed
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
All issues in microsoft/vscode
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
fullcalendar/fullcalendar#8106 ·