Files
vscode/extensions/copilot/test/outcome/-review-inline.json
T
Pierce BogganandJoão Moreno 0af1ef6fce Model should self-identify if asked (#1267)
* Update model response guidelines in agent prompts

- Modified the response instructions in `agentPrompt.tsx` to clarify when to state the model name.
- Enhanced the `CopilotIdentityRules` class in `copilotIdentity.tsx` to include model name responses.

| File                             | Changes                                                                 |
|----------------------------------|-------------------------------------------------------------------------|
| `agentPrompt.tsx`               | Updated guidance on stating model name when asked.                     |
| `copilotIdentity.tsx`           | Added model name response instructions in identity rules.               |

* Update guidance on model name disclosure in agent prompts

- Revised instruction to clarify that the model name should not be volunteered unless explicitly asked by the user.

| File                                   | Changes Made                                      |
|----------------------------------------|--------------------------------------------------|
| src/extension/prompts/node/agent/agentPrompt.tsx | Updated reminder text regarding model name disclosure. |

* Update agent prompts to include model disclosure

- Added instruction to state the model being used when asked about it in multiple agent prompt snapshots.

| File Path                                                                 | Changes Made                                                                 |
|---------------------------------------------------------------------------|------------------------------------------------------------------------------|
| src/extension/prompts/node/agent/test/__snapshots__/agentPrompt.spec.tsx.snap | Updated responses to include model disclosure when asked about the model.    |

* Add SQLite cache file for simulation layer

This commit introduces a new SQLite cache file for the simulation layer to enhance data retrieval efficiency.

| File                                                                 | Changes                       |
|----------------------------------------------------------------------|-------------------------------|
| test/simulation/cache/layers/2171978e-88a1-4218-afac-dc1fe7ecc095.sqlite | New file created with versioning info |

* Add SQLite cache file for simulation layer

This commit introduces a new SQLite cache file to enhance the simulation layer's performance.

| File                                                                 | Changes                |
|----------------------------------------------------------------------|------------------------|
| test/simulation/cache/layers/94afd615-5805-4860-a1ba-3f9ebbf7b9a4.sqlite | New file added 📁      |

* remove bad cache layers

* npm run simulate

* update baseline

---------

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2025-10-16 18:21:10 +00:00

38 lines
1.2 KiB
JSON

[
{
"name": "/review [inline] [javascript] - Binary search with correct stop condition - (gpt-4.1-2025-04-14)",
"requests": [
"739e49a334d099c15c7717eb91b805091cc96fee991b4b897bfb746f172e5395"
]
},
{
"name": "/review [inline] [javascript] - Binary search with incorrect stop condition - (gpt-4.1-2025-04-14)",
"requests": [
"ffc005e71ec65e354115bfa59d19820c5e67cea718778f22c02ddfdf94548a5c"
]
},
{
"name": "/review [inline] [python] - Bank account with lock acquisition - (gpt-4.1-2025-04-14)",
"requests": [
"475858af98a14944b81166453bcefd7137d0f892b688b3b6a25a39f133bc1b0e"
]
},
{
"name": "/review [inline] [python] - Bank account with missing lock acquisition - (gpt-4.1-2025-04-14)",
"requests": [
"53ab3413fc37592617754459c94fe461eaedea577a365cc6c90d8c3d0e359e78"
]
},
{
"name": "/review [inline] [typescript] - InstantiationService this scoping bug - (gpt-4.1-2025-04-14)",
"requests": [
"0661228a0d20a7a751af90c6ac9860ccc69e790c3c02bba399d053599e96b876"
]
},
{
"name": "/review [inline] [typescript] - InstantiationService this scoping fixed - (gpt-4.1-2025-04-14)",
"requests": [
"2378cca22717d6783fea186e852ea8449007382f4223fb2f81d65b3c99bfffc4"
]
}
]