mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-25 18:46:06 +01:00
* 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>
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
[
|
|
{
|
|
"name": "Debug config to command [context] - cargo run platform-specific",
|
|
"requests": [
|
|
"0a0ac5fc124f816803b7db6bb40f4e109279d18234b4b456e393453c29f797e7",
|
|
"9740ee5bac12acd1e647a977f488d7eb8ebaf724d67ad34654943581c11ae6a2",
|
|
"9910c100f87d2469046c5ae4554a05b3bf4fee9c3f1c9a08bbea341708e49bf7"
|
|
]
|
|
},
|
|
{
|
|
"name": "Debug config to command [context] - node subdirectory and arg",
|
|
"requests": [
|
|
"035d488ad51c23dcb9268fc11eafab94a5b8734481310666accb07e5caa2d3a7",
|
|
"30689cee448aeba287dedaf1dc87b7664eb1d9ffa469e40bf6ca836267a28b9e",
|
|
"5df09d01a75ea6444cbf1f19e140535bf2462b6a8b06908a982c14545ff41dd5"
|
|
]
|
|
},
|
|
{
|
|
"name": "Debug config to command [context] - node test",
|
|
"requests": [
|
|
"2ced38655d0b31f17b6bd5e1b0e29eaa37c311683d43657c194ce458b5c16756",
|
|
"75e1b0184dd4e849ee7310828a3a04caa7faa4b4034db284c6aae68d8a813cac",
|
|
"bacd442b5113f9c48d25fb13ee9accaff3a9d54ffd59ee20605ba72419ce0ac7"
|
|
]
|
|
},
|
|
{
|
|
"name": "Debug config to command [context] - opening a browser",
|
|
"requests": [
|
|
"10032a20788271c94bd0d8574b0258604e12427f49caaf1948f4a14c98e8574a",
|
|
"b3f39de56857d9753eb7ee94523a742012ec5ec819a4590011671da0d102876e",
|
|
"cd210f7f8644f8c70e1ce0d159caf3af443ddf8fc58dbccc6e2d3053a4351974"
|
|
]
|
|
},
|
|
{
|
|
"name": "Debug config to command [context] - python3 subdirectory and arg",
|
|
"requests": [
|
|
"471730516cb3c4af73f845a9f45da10366780f5155a2623371a50447d0b90407",
|
|
"ccea634e016cd9651fa0b53e28ab5334cc91af5459c2bbd06d7c8a7426d0ab37",
|
|
"ec291eb646389eae649eee5b0ba35e3c5e0a9fbbbd5c3151524b25c9f537c214"
|
|
]
|
|
}
|
|
] |