mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 04:06:26 +01:00
0af1ef6fce
* 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>
14 lines
481 B
JSON
14 lines
481 B
JSON
[
|
|
{
|
|
"name": "/tests (custom instructions) [inline] [typescript] - [code gen + test gen config] can add a test after an existing one with empty line",
|
|
"requests": [
|
|
"9cf83088f2ddf6239b04b49f7a294cc1c087e5c59468ae8259316afb12180a81"
|
|
]
|
|
},
|
|
{
|
|
"name": "/tests (custom instructions) [inline] [typescript] - [test gen config] can add a test after an existing one with empty line",
|
|
"requests": [
|
|
"9cf83088f2ddf6239b04b49f7a294cc1c087e5c59468ae8259316afb12180a81"
|
|
]
|
|
}
|
|
] |